-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
64 lines (64 loc) · 1.72 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
//component.json
{
"_id":"c-135",
"_parentId":"b-32",
"_type":"component",
"_component":"assessmentResultsTotalAudio",
"_classes":"",
"_layout":"full",
"title":"Multiple Assessment Results",
"displayTitle":"Multiple Assessment Results",
"body":"This component you're reading is the multiple results component.",
"instruction":"",
"_isVisibleBeforeCompletion": true,
"_setCompletionOn": "inview",
"_assessmentId": [
""
],
"_completionBody": "This component you're reading is a total results component.<br>You have finished the assessments.<br>You scored {{{scoreAsPercent}}}%. {{{feedback}}}",
"_audioAssessment": {
"_isEnabled": true,
"_showControls": true,
"_autoplay": true,
"_autoPlayOnce": true,
"_channel": 0,
"_location": "top-right",
"_media": {
"src": "course/en/audio/***.mp3"
}
},
"_bands": [
{
"_score": 0,
"feedback": "Your overall score was below 25%.",
"instruction": "",
"_audio": {
"src": "course/en/audio/***.mp3"
}
},
{
"_score": 25,
"feedback": "Your overall score was below 50%.",
"instruction": "",
"_audio": {
"src": "course/en/audio/***.mp3"
}
},
{
"_score": 50,
"feedback": "Good effort, but your overall score was under 75%.",
"instruction": "",
"_audio": {
"src": "course/en/audio/***.mp3"
}
},
{
"_score": 75,
"feedback": "Great work. You passed your assessments.",
"instruction": "",
"_audio": {
"src": "course/en/audio/***.mp3"
}
}
]
},