Иконописикони цениПравославни иконимека мебелOne of the aggravating things with SCORM 2004 sequencing are the default values for the completionSetByContent and the objectiveSetByContent attributes of the imsss:deliveryControls tag, These two attributes tell the LMS that you want your SCO to tell the LMS that it is incomplete/completed (as set by cmi.completion_status) and passed/failed (as set by cmi.success_status). You woudl expect that the SCORM 2004 detault value for these attributes is true. However, the fefault is false – grrrr. If you forget to set these attributes to true, the LMS will automatically set the completion status and success status of your SCO to completed and passed as soon as your SCO is launched – you almost always do not want the LMS to behave that way. So, in your sequencing rules, remember to set:
<imsss:sequencing>
<imsss:deliveryControls completionSetByContent=”true” objectiveSetByContent=”true”/>
</imsss:sequencing>