deltanet / adapt_authoring

Source code for the Adapt Authoring tool
GNU General Public License v3.0
0 stars 1 forks source link

Create export as SCORM function #364

Closed dancgray closed 4 years ago

dancgray commented 4 years ago

To give a short cut to create SCORM 1.2 published courses it would be useful to have a "publish as SCORM" using some default SCORM settings.

dancgray commented 4 years ago

Config value:

  "spoorExtensionDef": {
    "_spoor": {
      "_isEnabled": true,
      "_tracking": {
        "_shouldSubmitScore": true,
        "_shouldStoreResponses": true,
        "_shouldRecordInteractions": true
      },
      "_reporting": {
        "_onTrackingCriteriaMet": "passed",
        "_onAssessmentFailure": "failed",
        "_resetStatusOnLanguageChange": false
      },
      "_advancedSettings": {
        "_showDebugWindow": false,
        "_commitOnStatusChange": true,
        "_timedCommitFrequency": 10,
        "_maxCommitRetries": 5,
        "_commitRetryDelay": 2000,
        "_suppressErrors": false,
        "_commitOnVisibilityChangeHidden": true,
        "_manifestIdentifier": "",
        "_exitStateIfIncomplete": "auto",
        "_exitStateIfComplete": "auto"
      }
    }
  }