forked from adaptlearning/adapt-contrib-spoor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
28 lines (28 loc) · 1.12 KB
/
example.json
File metadata and controls
28 lines (28 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// to be added to course/config.json
"_spoor": {
"_isEnabled": true,
"_tracking": {
"_shouldSubmitScore": false,
"_shouldStoreResponses": false,
"_shouldRecordInteractions": true
},
"_reporting": {
"_comment": "Your options here are 'completed', 'passed', 'failed', and 'incomplete'",
"_onTrackingCriteriaMet": "completed",
"_onAssessmentFailure": "incomplete",
"_resetStatusOnLanguageChange": false
},
"_advancedSettings": {
"_comment": "Only include this section if you want to change any of the default values. You only need include settings you want to change.",
"_scormVersion": "1.2",
"_showDebugWindow": false,
"_suppressErrors": false,
"_commitOnStatusChange": true,
"_timedCommitFrequency": 10,
"_maxCommitRetries": 5,
"_commitRetryDelay": 2000,
"_commitOnVisibilityChangeHidden": true,
"_exitStateIfIncomplete": "auto",
"_exitStateIfComplete": "auto"
}
}