Language menu and links in LMS

I have 13 projects in 5.5 each one in a different language, I want to have a menu of languages on the english project that links to the specific coures i.e. Spanish. These courses are in Sum total lms. I have the option of linking to project or url. Project is not working and url has an issue I think it should be a relative deep link within the lms to open. Is this a feasible way to design this? These projects are already created. Does Sum total premit deep linking needed? If not can I make one scorm pkg? Aggregate? Combining this as 1 project would make 520 slides? any guidance is appreciated..

Even if SumTotal did permit this type of linking (which I don't think it does), the SCORM standard would probably not want to let you do it.  Under the standard definition each SCO should not be linking to objects outside itself.  You may run into lots of issues trying to do what you want here.  You're trying to daisy-chain a SCORM project and that's not something you're supposed to do. The LMS is supposed to handle the transition from one SCO to the next.

Similar Messages

  • IPod won't turn on, won't turn off and gets frozen on language menu!!!

    I have reset my iPod by toggling the Hold switch then holding down the Menu & Select buttons simultaneously for several seconds multiple times....
    Now, when my iPod is NOT plugged into the USB connector it will not turn on or do anything. If I toggle the Hold switch to lock then back to unlock, the iPod resets...the apple logo appears then the language menu appears. The iPod "freezes" on the language menu and the click wheel will not turn or make any noise.
    And when my iPod IS plugged up to my computer via the USB connector, the iPod cuts on, syncs with iTunes, then goes to the language menu where it becomes "frozen." If I toggle the Hold switch, it "resets" the iPod by showing the apple logo followed by the "Do not Disconnect" icon because it is syncing the iPod again, then goes back to the language menu and "freezes."
    Please help! I have restored my iPod twice and checked for new updates, and I cannot get it to do anything...just stays hung up.

    Hi,
    I'm having the same problem, and tried everything to sort it. I've reset 10 times at a time, I've restored on 4 occasions and re formatted the hard drive. It syncs with the computer without any problems, but the dial just won't work.
    Have you managed to do anything with it, or are you still locked? If so, what did you do?
    Does anyone else have any ideas on what to do?
    Thanks,
    Lisa

  • Spry Accordion Menu Tab Link css - totally confused

    Thanks folks from an l-plater but I've totally confused myself trying to work this out and I'm hoping some fresh eyes will see the answer clear as day.  I've created a spry accordion menu with links in the actual panel tabs.  Menu and links all working fine - problem is in css styling, particularly panel tab link open and hover states which should be blue text over green background, same as non-link panel tabs.  You'll see from code that I've tried a few styles but can't get this to work.  I'm thinking I've totally overdone it and some styles are overriding others and solution is a simple deletion of some unnecessary or conflicting styles.
    Thanks so much in advance for your help - I just can't see for looking any more though I'm sure it can't be hard.
    <div id="sidebar1">
    <div id="Accordion1" class="Accordion">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Index.html" onclick="window.location = this.href">Home</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Photo Gallery</div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="PhotoGallery.html">Gallery 1</a></li>
        </ul>
        </div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Unit Newsletters</div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="Newsletter.html">February 2010</a></li>
        </ul>
        </div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Sponsors.html" onclick="window.location = this.href">Sponsors</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Merchandise.html" onclick="window.location = this.href">Merchandise</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Links.html" onclick="window.location = this.href">Links</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Events.html" onclick="window.location = this.href">Events</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Forms</div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="">Joining Instructions</a></li>
        <li><a href="">Enrolment</a></li>
        <li><a href="">Next of Kin</a></li>
        <li><a href="">Volunteer Blue Card</a></li>
        </ul>
        </div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Contact.html" onclick="window.location = this.href">Contact</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="LogIn.html" onclick="window.location = this.href">Log In</a></div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="WhatsOn.html">Whats On</a></li>
        <li><a href="PSG.html">Parent Support Group</a></li>
        </ul>
        </div>
        </div>
      </div>
    </div>
    .AccordionPanel {
    margin: 0px;
    padding: 0px;
    .AccordionPanelTab {
    background-color: #036;
    border-bottom: 1px #93b747 solid;
    margin: 0px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    text-decoration: none;
    .AccordionPanelTabOpen {
    color: #036;
    background-color: #93b747;
    display: block;
    text-decoration: none;
    .AccordionPanelTabHover {
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    border-bottom: 1px solid #036;
    display: block;
    .AccordionPanelTab a {
    color: #93b747;
    margin: 0px;
    font-size: 12px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    text-decoration: none;
    display: block;
    .AccordionPanelTab a.open {
    font-color: #036;
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    display: block;
    .AccordionPanelTab a.active {
    color: #036;
    background-color: #93b747;
    display: block;
    text-decoration: none;
    .AccordionPanelTab a.hover {
    color: #036;
    background-color: #93b747;
    font-weight: bold;
    text-decoration: none;
    display: block;
    .AccordionPanelTab a.close {
    color: #93b747;
    background-color: #036;
    text-decoration: none;
    display: block;
    .AccordionPanelContent {
    margin: 0px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 12px;
    background: #fff;
    font-size: 12px;
    color: #036;
    font-weight: 500;
    .AccordionPanelContent ul li {
    margin-left: -40px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #fff;
    font-size: 12px;
    color: #036;
    font-weight: 500;
    text-decoration: none;
    list-style-type:none;
    list-style:none;
    .AccordionPanelContent ul li a:link {
    color: #036;
    text-decoration: none;
    list-style-type:none;
    list-style:none;
    .AccordionPanelContent ul li a:hover {
    color: #036;
    font-weight: bold;
    text-decoration: none;
    .AccordionPanelContent ul li a:visited {
    color: #036;
    text-decoration: none;
    .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    background: #93b747;
    border-bottom: 1px solid #036;
    .AccordionPanelOpen .AccordionPanelTab.a {
    color: #036;
    background: #93b747;
    border-bottom: 1px solid #036;
    .AccordionPanelOpen .AccordionPanelTabHover {
    color: #036;
    font-weight: bold;
    .AccordionPanelOpen.a .AccordionPanelTabHover.a {
    color: #036;
    font-weight: 600;
    .AccordionFocused .AccordionPanelTab {
    color: #036;
    font-weight: 600;
    a.AccordionFocused .AccordionPanelTab {
    color: #036;
    font-weight: 600;
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    font-weight: 600;
    a.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    font-weight: 600;

    Yes Beth, you're right and I've corrected my css - I think - problem with AccordionPanelTab link open and hover states still happening so css still wrong.  I've uploaded site so you can see what's happening (www.11acu.org).  All tab states should be as per Photo Gallery, Newsletters and Forms.  Hover state in tab links seem okay until mouse moves away from "a href" block - rest of tab area not working so its like the two styles, ie "AccordionPanelTab" and "AccordionPanelTab a:hover" are both working at the same time but I only want the latter to work.  Now I've probably got you confused as well! lol Apologies!  Recreated css for tab links below.  Html same as in original post.  Any help much appreciated.
    .AccordionPanelTab {
    color: #93b747;
    background-color: #036;
    border-bottom: solid 1px #93b747;
    margin: 0px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    .AccordionPanelTab a {
    color: #93b747;
    background-color: #036;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelTab a:link {
    color: #93b747;
    background-color: #036;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelTab a:hover {
    color: #036;
    background-color: #93b747;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelTab a:active {
    color: #036;
    background-color: #93b747;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    background-color: #93b747;
    border-bottom: solid 1px #036;
    text-decoration: none;
    .AccordionPanelTabHover {
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    border-bottom: solid 1px #036;
    .AccordionPanelOpen .AccordionPanelTabHover {
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    font-weight: bold;
    .AccordionFocused .AccordionPanelTab {
    color: #93b747;
    background-color: #036;
    text-decoration: none;
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    background-color: #93b747;
    border-bottom: solid 1px #036;
    text-decoration: none;

  • Spry menu broken links

    Hi,
    i am working on a web site in which drop down menu bar is required.
    I inserted the spry menu and linked all the tabs to their respective pages.the linked pages are in the same folder as the index file.path being-
    c:/..doccuments/site name/xyz.html
    now when i preview any page in my browser(chrome,IE,opera),the links work on the first click.if i try to navigete to the same page again,it shows a message 'No webpage was found for the web address: file:///C:/.../Documents/pagename.html'
    now when i check again,dreamweaver shows the paths to be of the form 'c:/..my doccuments/site name/xyz.html'
    but the browser is trying to search for the pages in folder 'Doccuments' and not 'Doccuments/sitename'
    any help would be great.
    thank u.
    vijay ramaswamy
    [email protected]

    Try this:
    ul.MenuBarHorizontal {
         cursor:default;
         font-size:100%;
         list-style-type:none;
         margin:-34px 0 0 95px;
         padding:0;
         width:600px;
    ul.MenuBarHorizontal li {
         cursor:pointer;
         display:block;
         float:left;
         font-family:Verdana,Arial,Helvetica,sans-serif;
         font-size:11px;
         font-weight:normal;
         height:18px;
         list-style-type:none;
         margin:0;
         padding:0;
         position:relative;
         text-align:left;
         width:auto;
    ul.MenuBarHorizontal a {
         background-image:url(navTitle_menuBkgd.gif);
         color:#000000;
         cursor:pointer;
         display:block;
         height:18px;
         padding:0 15px;
         text-decoration:none;

  • STUCK at language menu

    nano is at the language menu and English is highlighted scroll wheel will not set language nor do anything else
    I have done all the reset restore etc as directed by apple site

    If you believe it got wet, which is a problem for iPods, don't try to use it anymore and set it in a cool, dry place for several days. After this connect to to power (a wall charger works best) and charge it for at least 30 minutes, then Reset it (hold the menu and center buttons down for 6 seconds) while it is connected to power. After it comes to life, Restore it in iTunes.

  • How do you create a link to a pdf in Muse? Thought it was going to show that with Katie's menu and can"t find in any of the tutorials.

    How do you create a link to a pdf in Muse? Thought it was going to show that with Katie's menu and can't find in any of the tutorials.

    The steps would be :
    - Add files from file menu > select pdf > add to site
    - Select the content (rectangle,text etc) and click on hyperlink dropdown > it should show you the added files list
    - Select the file you want to link
    Thanks,
    Sanjit

  • How Do I Change the Language of Start Menu and Modern Apps After I Installed Windows? Applying Language Pack only Localizes Traditional Applications?

    Howdy,
    I installed Windows 10 Technical Preview with original language settings for the US region.
    No that I need my Windows localized to Espanol - Spanish.
    I type "language' in Cortana, select Add language to this device and click Add a language on the Region & language.
    Then I select added language and click Set as primary.
    After the restart I see that while Windows Explorer is displayed in Spanish, Start menu is displayed in English (including app sections such as Explore Windows), as well as Modern apps that have retained their English names (such as Mail).
    I even set the location to Spain in regional settings (although I didn't like the idea, as I want to browse the US market). To no avail.
    How do I change the language of the Start menu and modern apps?
    Thank you.
    Well this is the world we live in And these are the hands we're given...

    Okay, I ran the in-place upgrade and it worked!
    What I did:
    1. Downloaded and attached Espanol edition of Windows Setup ISO.
    2. Started setup.exe from that ISO.
    TIP: If need be, you can downgrade your installation of Windows 10 Enterprise Technical Preview to Windows 10 Pro Technical Preview by changing two registry values, EditionID and ProductName. You may use the following registry file on Windows 10 Enterprise
    Technical Preview:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
    "EditionID"="Professional"
    "ProductName"="Windows 10 Pro Technical Preview"
    Import these settings into registry and start setup wizard from the Windows 10 Pro Technical Preview setup CD. Voila! Windows will offer upgrade of your current setup of Windows 10 Enterprise Technical Preview to Windows 10 Pro Technical Preview with
    saving all your settings and applications!
    The only thing that wasn't localized are the new app sections. I still see Explore Windows and Everyday apps. Probably, these UI strings haven't yet been translated.
    Well this is the world we live in And these are the hands we're given...

  • How to I set an internal link in a PDF document using Preview?  After setting a link under the Tools/Annotations menu, the link doesn't work and no detailed instructions are provided.

    How to I set an internal link in a PDF document using Preview?  After setting a link under the Tools/Annotations menu, the link doesn't work and no detailed instructions are provided via the Help menu other than it showing the pull-down menu selection to make.

    No.  I am able to use the other features such as underlining, highlighting, adding rectangles and oval and save those changes.

  • First generation apple tv has lost its main menu bar on top of screen.  Also I am currently in language choice and my remote seems to be locked, is that possible and if so how do you unlock it?

    first generation apple tv has lost its main menu bar on top of screen.  Also I am currently in language choice and my remote seems to be locked, is that possible and if so how do you unlock it?

    You would need to go to an Apple Store (make an appointment) and take the phone, her father's original invoice when the phone was purchased, and a copy of his death certificate. Only with these will Apple unlock it. If you can't get these, the phone is permanently unusable.

  • I updated iphone 4 4.3.3 to IOS 6 but i lost all menu and SIM service and didn't install backup just asking about language,region and wi-fi ..if i unlock my iphone can i backup all programs from itunes?

    i updated iphone 4 4.3.3 to IOS 6 but i lost all menu and SIM service and didn't install backup just asking about language,region and wi-fi ..if i unlock my iphone can i backup all programs from itunes?

    I'm going through the exact same problem.  I plugged in last night. Updated and when it came down to restoring it gave me the same message. Corrupt or not compatible. 

  • I just pluged in my Apple TV and I can't get passed the initial page that ask what language.  My remote won't pair.  holding the menu and right button for 6 sec

    I just pluged in my Apple TV and I can't get passed the initial page that ask what language.  My remote won't pair.  holding the menu and right button for 6 sec

    Welcome to the Apple Community.
    Your Apple TV may have become paired with another remote. Hold the remote close to and pointed at the Apple TV, hold down the menu and Rewind buttons together for 6 seconds or until you see a broken chain icon on screen.

  • My macbook is stuck on a grey screen with language select and every time i click english it brings me back to the same gray page what do i do?

    My macbook Pro is stuck on a grey screen with language select and every time i click english it brings me back to the same gray page with language select what do i do? Also i dont have enough monet to go to the apple store to get it fix and another thing this happen after i tried to factory reset it without the disck uising coomans i found on youtube.Lastly befor doing the comands my macbook would open any applications and the finder would just blink on and off on the dock.
    Heres the link http://www.youtube.com/watch?v=Q5e5thk0O9o

    Shut down your computer and disconnect all peripherals (keyboard & mouse if pertinent) from your computer.  Now reboot.
    If the Mac starts up normally, shut it down again and then plug in one of the peripherals (keyboard or mouse first) and start up your computer again.  If it does so successfully repeat the process, adding one peripheral at a time until your Mac acts up.  At that point, disconnect the last peripheral you added, reboot your Mac and search the peripheral vendor's website for an updated driver. 
    If no driver exists or the problem remain after installing the new driver, try a different cable or a different port on your Mac.
    If none of the above works, again disconnect all peripherals from your Mac, hold down the "shift" key to start up in "Safe Boot" mode. 
    If the Mac starts up correctly, restart without pressing the "shift" key.
    If your computer still does not start up properly, shut it down and restart it while holding down the Apple+Option-P-R keys; keep holding "all 4 keys" down until you hear the startup sound "twice."
    If none of the above work Disconnect all peripherals from your computer. Boot from your install disc & run Repair Disk from the utility menu. To use the Install Mac OS X disc, insert the disc, and restart your computer while holding down the C key as it starts up.
    Select your language.
    Once on the desktop, select Utility in the menu bar.
    Select Disk Utility.
    Select the disk or volume in the list of disks and volumes, and then click First Aid.
    Click Repair Disk.
    (If Disk Utility cannot repair, you will need a stronger utility (3rd party) - Diskwarrior or Techtool PRO)
    Restart your computer when done.
    Repair permissions after you reach the desktop-http://docs.info.apple.com/article.html?artnum=25751 and restart your computer.
    Remove any 3rd party ram.
    Reinstall Leopard - This will install a "fresh" copy Leopard without archiving old system files but leaves the rest of your files in place.
    If you still want to restore your computer to factory level...
    Start up from your install disc, go to Disk Utility and select the disk and click erase - to securely erase data click Security Options and Erase Free Space which will entirely wipe your disk, overwriting it with zeros so that no data is recoverable.
    To restore read the instructions in the Mac OS X v10.5 Leopard - Installation and Setup Guide  PDF

  • How to create a flash menu that links to specific slides with in a Captivate swf

    Hi,
    I was wondering if someone could step by step explain how to
    create a menu in flash that links to specific slides with in a
    captivate swf. I understand that there is a rdcmndGotoSlide
    command. I can't seem to get it to work.
    Thanks,

    pdp_1 wrote:
    Hi!
    I would like to create a DVD menu that offers two languages. So the first page gives two options: Language 1 and Language 2. Then depending on which language you choose, you go to a menu that proposes different videos and a photo slideshow.
    Regardless on which language button you click on initially, you get the same content but in different languages.
    I've been looking at Premiere's templates, which I can certainly customize, but I really don't see how to create the double menu. Does anybody have an idea?
    Put the video with the first language on the timeline followed by the video with the second language.  Use chapter markers so you can have each video as a chapter in the menu.
    I use Premiere Pro, so I can't give more specific directions. Perhaps somebody like ATR will chime in.
    Also, I have another question: can I put videos from different projects in the same DVD with Premiere or must all of the videos that go into the DVD be in the same project?
    Thank you very much!!!
    pdp1
    They must be in the same project.

  • I have two sets of bookmarks, one under "Bookmarks Toolbar" and one under "Bookmarjs Menu," and they are not totally similar. What's going on?

    I use Bookmarks toolbar. When I want to save a site, the browser asks which folder to place it in; however I have two somewhat different sets of bookmarks that Firefox stores, and I'm never sure which set is the one being saved to. I have only one profile, checked that. Firefox 4.0 is an upgrade from 3.6.16.

    * The Bookmarks Toolbar folder stores the bookmarks that you see on the (View > Toolbars >) Bookmarks Toolbar.
    * The Bookmarks Menu folder stores bookmarks that you see in the Bookmarks menu and create via "Bookmarks > Bookmark This Page" or "Bookmark This Link" in the right click context menu.
    * The Unsorted Bookmarks folder stores that bookmarks that are created by clicking the star at the right end of the location bar.
    Clicking the star in the location bar will bookmark the page in the "Unsorted Bookmarks" folder and the star turns yellow (blue on Mac) to show that.<br />
    Bookmarks > "Bookmark This Page" (Ctrl+D or use Alt+B) will bookmark the page in the Bookmarks Menu folder (you need to confirm that).

  • Question regarding image and links tag

    Hi. Im new to podcasting and have just had my first podcast excepted on itunes.
    Im using garageband.com to store my audio file and copy & pasting the address into itunes to submit it. (http://www.garageband.com/user/wabel/podcast/main.xml)
    What i dont understand is adding an cd cover image and links to a web site.
    I asume its sumular to html, where you type the code with link or image, but where? I cant edit within the above link!
    Please help.

    The "code" for images and links goes into the xml file.
    <?xml version="1.0" encoding="UTF-8"?>
    <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
    <channel>
    <ttl>60</ttl>
    <title></title>
    <link></link>
    <language></language>
    <copyright></copyright>
    <itunes:subtitle></itunes:subtitle>
    <itunes:author></itunes:author>
    <itunes:summary></itunes:summary>
    <itunes:owner>
    <itunes:name>John Doe</itunes:name>
    <itunes:email>[email protected]</itunes:email>
    </itunes:owner>
    <itunes:image href="http://example.com/podcasts/everything/AllAboutEverything.jpg" />
    <itunes:category text=" ">
    <itunes:category text=" "/>
    </itunes:category>
    <item>
    <title></title>
    <itunes:author></itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <itunes:summary></itunes:summary>
    <enclosure url=" " length=" " type=" " />
    <guid></guid>
    <pubDate></pubDate>
    <itunes:duration></itunes:duration>
    <itunes:keywords></itunes:keywords>
    </item>
    </channel
    </rss>

Maybe you are looking for