Publish a SCORM package as a SWF or HTML5 file with automatic grade creation
If you are using the legacy SCORM solution, to ensure that SCORM packages publish as SWF and HTML5 files with automatic grade creation, the d2l.Tools.Content.AllowAutoSCORMGradeItem configuration variable must be set to On (the default for this variable). This configuration variable is an org unit level variable, allowing you to configure SCORM grade item creation differently across your organization.
If you are using SCORM 1.2, the user grades are set when the following occurs:
- The cmi.core.score.raw value is set
- The value for cmi.core.score.max is not null and is greater than zero
- The SCO Terminate call (LMSFinish) is made
If you encounter errors in your imported SCORM package, test your SCORM package using an external SCORM testing tool such as: https://code.google.com/p/scormtester/.
Publish a SCORM package as a SWF or HTML5 file with manual grade creation
If you are using the legacy SCORM solution, to ensure that SCORM packages publish as SWF and HTML5 files with manual grade creation, the d2l.Tools.Content.AllowAutoSCORMGradeItem configuration variable must be set to Off for the Org Unit requiring manual grade creation.
If you are using SCORM 1.2, user grades are set when the following occurs:
- The cmi.core.score.raw value is set
- The value for cmi.core.score.max is not null and is greater than zero
- The SCO Terminate call (LMSFinish) is made
These items are set when the SCORM package is authored and are not determined by Brightspace. If you encounter errors in your imported SCORM package, test your SCORM package using an external SCORM testing tool such as: https://code.google.com/p/scormtester/.