-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.json
39 lines (39 loc) · 932 Bytes
/
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
{
"_id":"c-125",
"_parentId":"b-60",
"_type":"component",
"_component":"question",
"_classes":"",
"_layout":"full",
"_attempts":1,
"_questionWeight":1,
"title": "Question",
"displayTitle": "",
"body": "",
"instruction": "",
"_items": [
{
"text": "This is option 1."
}
],
"_feedback":{
"correct":"Congratulations, this is the correct feedback.",
"_incorrect": {
"notFinal": "",
"final": "Unfortunately this is the incorrect feedback."
},
"_partlyCorrect": {
"notFinal": "",
"final": "This is the partly correct feedback."
}
},
"_buttons":{
"submit": "",
"reset": "",
"showCorrectAnswer": "",
"hideCorrectAnswer": "",
"showFeedback": "",
"remainingAttempts": "",
"remainingAttempt": ""
}
}