Skip to main content
Known Participant
February 26, 2017
Question

Manipulate Published TOC lock/unLock from imanifest file?

  • February 26, 2017
  • 1 reply
  • 1088 views

Hello,

Can Captivate's TOC be lock/unLocked via imanifest or other scorm files (using a "1" or "0" etc?  I wish to activate the TOC vs opening and republishing the SCO from Captivate.

Thank You

IAustin

    This topic has been closed for replies.

    1 reply

    TLCMediaDesign
    Inspiring
    February 27, 2017

    Not sure what you mean? Are you saying that you want to TOC to be open all the time instead of clicking a button to open it?

    There is nothing in SCORM that will do that.

    iaustin2Author
    Known Participant
    February 27, 2017

    Thanks for your response. Currently only after a user visits a slide does that slide becomes unLocked in the TOC.  All slides are disabled/locked until the user completes that slide.  This is forced navigation.

    Is there a way to enable all TOC items using the imanifest doc or any other SCORM external doc?

    TLCMediaDesign
    Inspiring
    February 27, 2017

    The only way to do that is with JavaScript if you don't want to republish the file and it must be HTML5 output.

    You need to Change a variable referenced in the CPM.js after it has loaded and before the project is rendered.

    You need to add this JS in the Index.html:

    cpXHRJSLoader.js(lJSFiles,function()

          {      

           cp.model.data.tocProperties.navigateVisited = false;