Skip to main content
Inspiring
February 19, 2016
Answered

Can I edit SCORM 2004 Rollup settings in Captivate?

  • February 19, 2016
  • 2 replies
  • 888 views

I'm building a SCORM 2004 multi-SCO using Adobe Multi SCO Packager and am interested in adding / changing the Rollup settings. Any way to pull this off directly in Captivate (9)?

Or will I need to edit the package with Reload Editor instead?

Thanks.

Stan Keathly

This topic has been closed for replies.
Correct answer skeathly

Spoke to Joe at Rustici and he helped me out with the sequencing rules:

Added this to each <item> at the SCO level in the manifest:


<imsss:sequencing>

    <imsss:deliveryControls tracked="true" completionSetByContent="true" objectiveSetByContent="true" />

</imsss:sequencing>

And then adding another set of sequencing tags for the Global level:


<imsss:sequencing>

    <imsss:controlMode choice="true" flow="true" />

    <imsss:deliveryControls tracked="true" completionSetByContent="false" objectiveSetByContent="false" />

    <imsss:objectives>

    <imsss:primaryObjective objectiveID = "PRIMARYOBJ" satisfiedByMeasure = "true">

    <imsss:minNormalizedMeasure>1.0</imsss:minNormalizedMeasure>

    </imsss:primaryObjective>

    </imsss:objectives>

</imsss:sequencing>


Hopefully this helps some one else in future.

Stan Keathly

2 replies

skeathlyAuthorCorrect answer
Inspiring
February 23, 2016

Spoke to Joe at Rustici and he helped me out with the sequencing rules:

Added this to each <item> at the SCO level in the manifest:


<imsss:sequencing>

    <imsss:deliveryControls tracked="true" completionSetByContent="true" objectiveSetByContent="true" />

</imsss:sequencing>

And then adding another set of sequencing tags for the Global level:


<imsss:sequencing>

    <imsss:controlMode choice="true" flow="true" />

    <imsss:deliveryControls tracked="true" completionSetByContent="false" objectiveSetByContent="false" />

    <imsss:objectives>

    <imsss:primaryObjective objectiveID = "PRIMARYOBJ" satisfiedByMeasure = "true">

    <imsss:minNormalizedMeasure>1.0</imsss:minNormalizedMeasure>

    </imsss:primaryObjective>

    </imsss:objectives>

</imsss:sequencing>


Hopefully this helps some one else in future.

Stan Keathly

TLCMediaDesign
Inspiring
February 20, 2016

You will not be able to edit the template files as the rules are created dynamically.

You can manually edit the publish manifest or run reload editor on the published files. Note that reload editor may not run unless you install o previous version of the JRE. We actually have a machine set up with Java 1.5.1, IE8 so that we can run the SCORM test suite. It will not run on a modern configuration.

In my opinion you should create the shell yourself, then publish the "modules/scos" into that shell,

If you set it up correctly, all you would need to do is change the titles in the manifest, and the number of scos.

The href pointers could all point to M1/index.html and so on.

skeathlyAuthor
Inspiring
February 22, 2016

Wish I had a SCORM file that I could take a look at to see how that would work. 

Seems like I'm trying to do something pretty basic, but it is turning out to be pretty difficult since there are not good examples on how to implement.

Just trying to get course score based on the completion of individual SCOs (below).

Stan Keathly

TLCMediaDesign
Inspiring
February 22, 2016