0

I'm working on a course in SCORM 2004 3rd ed. and the course is not enabling the sco after it is satisfied. It allows the user to go to the next sco once it is complete but it will not enable the previous sco. It only allows the user to click the top heading and go forward to and won't allow backwards navigation. Also, the LMS displays an item even if isvisible is set to false. I'm using Captivate 19. Also, it works perfectly on scormcloud. Is there a post condition that enables the sco, is there a setting in the metadata that I'm not seeing. Any suggestions would be great.

Here is one of the SCOs scorm data. All the SCOs are similar:

                        <metadata>
                            <adlcp:location>Linear_Title_of_Sco_metadata.xml</adlcp:location>
                        </metadata>
                        <imsss:sequencing>
                        <imsss:controlMode choice="true" flow="true"/>
                          <imsss:sequencingRules>
                            <imsss:preConditionRule>
                              <imsss:ruleConditions conditionCombination="any">
                                <imsss:ruleCondition referencedObjective="SCO-Item_1_satisfied" operator="not" condition="satisfied"/>
                                <imsss:ruleCondition referencedObjective="SCO-Item_1_satisfied" operator="not" condition="objectiveStatusKnown"/>
                              </imsss:ruleConditions>
                              <imsss:ruleAction action="disabled"/>
                            </imsss:preConditionRule>
                            <imsss:postConditionRule>
                                <imsss:ruleConditions conditionCombination="all">
                                    <imsss:ruleCondition operator="not" condition="completed"/>
                                </imsss:ruleConditions>
                                <imsss:ruleAction action="retry"/>
                            </imsss:postConditionRule>
                          </imsss:sequencingRules>
                          <imsss:rollupRules rollupObjectiveSatisfied="true" objectiveMeasureWeight="1.0000" rollupProgressCompletion="true"/>
                          <imsss:objectives>
                            <imsss:primaryObjective objectiveID="SCO-Item_2_satisfied">
                              <imsss:mapInfo targetObjectiveID="com.SCO-Item_2_satisfied" readSatisfiedStatus="true" writeSatisfiedStatus="true"/>
                            </imsss:primaryObjective>
                            <imsss:objective objectiveID="SCO-Item_1_satisfied">
                              <imsss:mapInfo targetObjectiveID="com.SCO-Item_1_satisfied" readSatisfiedStatus="true" writeSatisfiedStatus="true"/>
                            </imsss:objective>
                          </imsss:objectives>
                        <imsss:deliveryControls tracked="true" completionSetByContent="true" objectiveSetByContent="true"/>
                        </imsss:sequencing>
Jay
  • 64
  • 7

0 Answers0