-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.json
More file actions
45 lines (45 loc) · 1.71 KB
/
example.json
File metadata and controls
45 lines (45 loc) · 1.71 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// to be added to config.json
{
"_xapi": {
"_isEnabled": true,
"_isRestoreEnabled": true,
"_debugModeEnabled": false,
"_comment": "included in tincan.xml. _activityId will be overriden if changed on the hosting environment.",
"_activityId": "https://example.com/unique_identifier",
"_revision": "",
"_contentRelease": "0.0.0",
"_tracking": {
"_storeQuestionResponses": true,
"_questionInteractions": true,
"_assessmentsCompletion": false,
"_assessmentCompletion": true,
"_statementFailures": false
},
"_errors": {
"_launch": {
"title": "xAPI could not be initialized",
"body": "This activity will not be tracked.",
"_classes": "",
"_isCancellable": true
},
"_lrs": {
"title": "LRS could not be found",
"body": "There was a problem communicating with the LRS. Tracking data may be lost if you continue with this session.",
"_classes": "",
"_isCancellable": true
},
"_activityId": {
"title": "Missing Activity IRI",
"body": "An Activity id has not been set. This activity will not be tracked.",
"_classes": "",
"_isCancellable": true
},
"_statementFailure": {
"title": "Statement submission failed",
"body": "There was a problem sending tracking data to the LRS. Some progress may not be saved.",
"_classes": "",
"_isCancellable": true
}
}
}
}