-
Notifications
You must be signed in to change notification settings - Fork 29
/
example.json
39 lines (36 loc) · 1.06 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
// 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,
"title": "",
"_showPageCompletion": true,
"_isCompletionIndicatorEnabled": true,
"_isShownInNavigationBar": true,
"_showAtCourseLevel": false,
"_useCourseProgressInNavigationButton": false
}
// To go on a contentObject
"_pageLevelProgress": {
"_isEnabled": true,
"_showPageCompletion": true,
"_isCompletionIndicatorEnabled": true,
"_excludeAssessments": false
}
// To go on an article, block or component
"_pageLevelProgress": {
"_isEnabled": true,
"_isCompletionIndicatorEnabled": true
}