Fuse supports SCORM 1.2, which means Fuse supports both the 'passed' and 'complete' status, however, these are used interchangeably to mean the same thing. Therefore it is not possible to add a separate column for each of these statuses. If the user has successfully completed the SCORM course, you must enter either the 'passed' or 'complete' status in the cmi.core.lesson_status column in the CSV, as shown below:
Only 'complete' and 'passed' are terminal statuses. If you have a SCORM course that sends both of these statuses, the user’s completion attempt will be considered complete as soon as they reach either of these statuses. If the user must complete more steps afterwards, the SCORM course will send an alternative terminal status, and a new attempt record will be created every time. To avoid this, Fuse recommends designing courses with a single terminal status.
Info |
---|
In certain versions of SCORM, 'passed' and 'complete' are often treated as uniquely different statuses, therefore requiring two separate columns. For example, 'complete' might mean that the user has read all the information/watched all the learning material in the SCORM course prior to taking the quiz, and the 'passed' status is only given when the user passes the quiz at the end. This is not supported by Fuse. |
...