-
Notifications
You must be signed in to change notification settings - Fork 5
/
example.json
62 lines (62 loc) · 1.76 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
//sentence ordering
{
"_id": "c-100",
"_parentId": "b-100",
"_type": "component",
"_component": "sentenceOrdering",
"_classes": "",
"_layout": "full",
"title": "Sentence Ordering Component",
"displayTitle": "Sentence Ordering Component",
"body": "Sentence Ordering question component.",
"instruction": "",
"_attempts": 1,
"_shouldDisplayAttempts": false,
"_questionWeight": 1,
"_itemWeight": 1,
"_isRandom": true,
"_canShowModelAnswer": true,
"_canShowMarking":true,
"_recordInteraction": false,
"_shouldScale":false,
"_defaultWidth": 860,
"_isPrefixTitle":false,
"_feedback": {
"correct": "This feedback will appear if you answered the question correctly.",
"_incorrect": {
"notFinal": "",
"final": "This feedback will appear if you answered the question incorrectly."
},
"_partlyCorrect": {
"notFinal": "",
"final": "This feedback will appear if you answered part of the question correctly."
}
},
"_items":[{
"id" : 1,
"prefixTitle":"Title 1",
"sentence":"First Sentence",
"position":[1]
},{
"id" : 2,
"prefixTitle":"Title 2",
"sentence":"Second Sentence",
"position":[2]
},{
"id" : 3,
"prefixTitle":"Title 3",
"sentence":"Three Sentence",
"position":[3]
}, {
"id" : 4,
"prefixTitle":"Title 4",
"sentence":"Fourth Sentence",
"position":[4]
}, {
"id" : 5,
"prefixTitle":"Title 5",
"sentence":"Fifth Sentence",
"position":[5]
}
]
}