-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathexample.json
49 lines (44 loc) · 1.23 KB
/
example.json
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
46
47
48
49
// To go on a course
"_globals": {
"_extensions": {
"_pageLevelProgress": {
"_navOrder": 90,
"navLabel": "Page progress",
"_comment": "Position options include 'auto', 'left', and 'right'",
"_drawerPosition": "auto",
"_navTooltip": {
"_isEnabled": true,
"text": "Page progress"
}
}
}
}
"_pageLevelProgress": {
"_isEnabled": true,
"_showPageCompletion": true,
"_isCompletionIndicatorEnabled": true,
"_isShownInNavigationBar": true,
"_showAtCourseLevel": false
}
// To go on a contentObject
"_pageLevelProgress": {
"_isEnabled": true,
"_showPageCompletion": true,
"_isCompletionIndicatorEnabled": true,
"_excludeAssessments": false
}
// To go on an article
"_pageLevelProgress": {
"_isEnabled": true,
"_isCompletionIndicatorEnabled": true
}
// To go on a block
"_pageLevelProgress": {
"_isEnabled": true,
"_isCompletionIndicatorEnabled": true
}
// To go on a component
"_pageLevelProgress": {
"_isEnabled": true,
"_isCompletionIndicatorEnabled": true
}