-
Notifications
You must be signed in to change notification settings - Fork 249
/
course.json
executable file
·190 lines (190 loc) · 5.03 KB
/
course.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"_id": "course",
"_type": "course",
"_classes": "",
"_htmlClasses": "",
"title": "Adapt v5",
"displayTitle": "Adapt Version 5",
"description": "A sample course demonstrating the capabilities of the Adapt Framework",
"body": "Welcome to the demonstration build for version 5 of the Adapt framework.",
"instruction": "",
"_buttons": {
"_submit": {
"buttonText": "Submit",
"ariaLabel": "Submit"
},
"_reset": {
"buttonText": "Reset",
"ariaLabel": "Reset"
},
"_showCorrectAnswer": {
"buttonText": "Show correct answer",
"ariaLabel": "Show correct answer"
},
"_hideCorrectAnswer": {
"buttonText": "Show your answer",
"ariaLabel": "Show your answer"
},
"_showFeedback": {
"buttonText": "Show feedback",
"ariaLabel": "Show feedback"
},
"remainingAttemptsText": "attempts remaining",
"remainingAttemptText": "final attempt",
"disabledAriaLabel": "This button is disabled at the moment"
},
"_globals": {
"_learnerInfo": {
"id": "[email protected]",
"name": "Name, Student",
"firstname": "Student",
"lastname": "Name"
},
"_accessibility": {
"skipNavigationText": "Skip navigation",
"_ariaLabels": {
"answeredIncorrectly": "You answered incorrectly",
"answeredCorrectly": "You answered correctly",
"selectedAnswer": "selected",
"unselectedAnswer": "not selected",
"skipNavigation": "Skip Navigation",
"previous": "Back",
"navigationDrawer": "Open course resources.",
"close": "Close",
"closeDrawer": "Close drawer",
"closeResources": "Close resources",
"drawer": "Top of side drawer",
"closePopup": "Close popup",
"next": "Next",
"done": "Done",
"complete": "Completed",
"incomplete": "Incomplete",
"incorrect": "Incorrect",
"correct": "Correct",
"locked": "Locked",
"visited": "Visited",
"required": "Required",
"optional": "Optional"
}
},
"_extensions": {
"_drawer": {
"_navOrder": 100
},
"_navigation": {
"_skipButton": {
"_navOrder": -100
},
"_backButton": {
"_navOrder": 0
},
"_spacers": [
{
"_navOrder": 0
}
]
}
}
},
"_latestTrackingId": 19,
"_pageLevelProgress": {
"_isEnabled": true,
"_showPageCompletion": false,
"_isCompletionIndicatorEnabled": false,
"_isShownInNavigationBar": true,
"_showAtCourseLevel": false
},
"_resources": {
"_isEnabled": true,
"_drawerOrder": 1,
"title": "Resources",
"description": "View resources for this course by clicking here.",
"displayTitle": "",
"body": "",
"instruction": "",
"_filterButtons": {
"all": "All",
"document": "Document",
"media": "Media",
"link": "Link"
},
"_filterAria": {
"allAria": "View all resources",
"documentAria": "View document resources",
"mediaAria": "View media resources",
"linkAria": "View resource links"
},
"_resourcesItems": [
{
"_type": "document",
"title": "Vanilla Theme Swatch",
"description": "See the swatch for the vanilla theme by clicking here.",
"_link": "course/en/images/vanilla-swatch.jpg",
"filename": "adapt-vanilla.jpg",
"_forceDownload": true
},
{
"_type": "media",
"title": "Adapt Learning YouTube Channel",
"description": "Fancy catching up on some Adapt material? Click here.",
"_link": "https://www.youtube.com/channel/UCW8SlSFuCc--B66Gf9fAEcQ"
},
{
"_type": "link",
"title": "Adapt Project Site",
"description": "View the project's web site by clicking here.",
"_link": "https://www.adaptlearning.org/"
},
{
"_type": "link",
"title": "Framework chat",
"description": "Join the framework chat room by clicking here.",
"_link": "https://gitter.im/adaptlearning/adapt_framework"
}
]
},
"_start": {
"_isEnabled": false,
"_startIds": [
{
"_id": "co-05",
"_skipIfComplete": true,
"_className": ""
}
],
"_force": false,
"_isMenuDisabled": false
},
"_assessment": {
"_isPercentageBased": true,
"_scoreToPass": 75,
"_correctToPass": 75
},
"_bookmarking": {
"_isEnabled": true,
"_level": "component",
"_showPrompt": true,
"title": "Resume?",
"body": "Would you like to resume the course from the location you were at last time?",
"_buttons": {
"yes": "Yes",
"no": "No"
}
},
"_navigation": {
"_isDefaultNavigationDisabled": false,
"_navigationAlignment": "top",
"_isBottomOnTouchDevices": false,
"_showLabel": false,
"_showLabelAtWidth": "medium",
"_labelPosition": "auto"
},
"_tooltips": {
"_isEnabled": true
},
"_vanilla": {
"_favIcon": {
"_src": ""
}
}
}