-
Notifications
You must be signed in to change notification settings - Fork 2
/
example.json
116 lines (116 loc) · 3.32 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
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
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_component": "simpleVideoBranching",
"_classes": "",
"_layout": "full",
"title": "Video Quiz",
"displayTitle": "Video Quiz",
"_isRandom": true,
"_allowFullScreen": false,
"_useClosedCaptions": true,
"_startLanguage": "en",
"_playsinline": true,
"_allowRetryOnPass": true,
"_playerOptions": {
"features": [
"playpause",
"current",
"progress",
"duration",
"tracks",
"volume"
],
"toggleCaptionsButtonWhenOnlyOne": true,
"alwaysShowControls": true,
"hideVideoControlsOnLoad": false
},
"_initialVideo": {
"_media": {
"mp4": "course/en/assets/initial.mp4",
"poster": "course/en/assets/initial-poster.jpg",
"cc": [
{
"srclang": "en",
"src": ""
}
],
"autoplay": false,
"transcript": "intial video transcript"
}
},
"_question": {
"background": "course/en/assets/question-bg.jpg",
"body": "MCQ 1",
"_selectable": 1,
"_options": [
{
"text": "Option 1 - Correct",
"feedback": "Feedback 1",
"_shouldBeSelected": true
},
{
"text": "Option 2 - Incorrect",
"feedback": "Feedback 2",
"_shouldBeSelected": false
},
{
"text": "Option 3 - Incorrect",
"feedback": "Feedback 3",
"_shouldBeSelected": false
}
]
},
"_finalVideo": {
"_correct": {
"_media": {
"mp4": "course/en/assets/final-correct.mp4",
"poster": "course/en/assets/final-correct-poster.jpg",
"cc": [
{
"srclang": "en",
"src": ""
}
],
"autoplay": false,
"transcript": "transcript for correct outcome video"
}
},
"_incorrect": {
"_media": {
"mp4": "course/en/assets/final-incorrect.mp4",
"poster": "course/en/assets/final-incorrect-poster.jpg",
"cc": [
{
"srclang": "en",
"src": ""
}
],
"autoplay": false,
"transcript": "transcript for incorrect outcome video"
}
}
},
"_finalSlide": {
"_correct": {
"background": "course/en/assets/final-bg-correct.jpg",
"title": "Results slide",
"body": "Body text for correct final slide"
},
"_incorrect": {
"background": "course/en/assets/final-bg-correct.jpg",
"title": "Results slide",
"body": "Body text for incorrect final slide"
}
},
"_transcript": {
"_setCompletionOnView": false,
"inlineTranscriptButton": "Transcript",
"inlineTranscriptCloseButton": "Close Transcript"
},
"_pageLevelProgress": {
"_isEnabled": true,
"_isCompletionIndicatorEnabled": false
}
}