Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Suspend_data is used to store temporary information about a SCORM course, such as:

  • How much progress a user has made

  • Any assessment/quiz results

  • If a user has completed the SCORM course

Info

For more experienced developers, suspend_data can be used to store more granular information about the status of a SCORM course.

Fuse supports SCORM 1.2, which allows up to 4,096 characters in the suspend_data variable. If the course tries to write more than this, issues related to the loading or completion of SCORM courses can occur. As this is standard when using SCORM 1.2, there is nothing that Fuse can do to resolve this.

To resolve these issues:

  • If you have developed the SCORM course internally then changes can be made in-house. We strongly advise that you break larger SCORM courses into smaller chunks or disable the resume functionality.

  • If the SCORM course comes from an external supplier, we recommend contacting them, as the SCORM course is not designed to work with SCORM 1.2 and the supplier must make the necessary changes for you.