This repository has been archived by the owner on Jan 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
example.json
83 lines (83 loc) · 1.99 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
{
"_id": "c-04",
"_parentId": "b-05",
"_type": "component",
"_component": "ppq",
"_classes": "",
"_layout": "full",
"_attempts": 1,
"_shouldDisplayAttempts": false,
"_questionWeight": 1,
"_selectable": 1,
"_canShowModelAnswer": true,
"_canShowMarking": true,
"_developerMode": true,
"_resetPinsOnPinboardChange": false,
"title": "PPQ",
"displayTitle": "PPQ",
"body": "Body",
"instruction": "",
"_pinboardDesktop": {
"src": "course/en/images/hotgraphic.png",
"alt": "alt text",
"title": "title text"
},
"_pinboardMobile": {
"src": "course/en/images/ppq-mobile.png",
"alt": "alt text",
"title": "title text"
},
"_items": [
{
"desktop": {
"left": 20,
"top": 48,
"width": 10,
"height": 10
},
"mobile": {
"left": 20,
"top": 70,
"width": 20,
"height": 20
}
},
{
"desktop": {
"left": 40,
"top": 48,
"width": 10,
"height": 10
},
"mobile": {
"left": 40,
"top": 40,
"width": 20,
"height": 20
}
},
{
"desktop": {
"left": 60,
"top": 48,
"width": 10,
"height": 10
},
"mobile": {
"left": 60,
"top": 10,
"width": 20,
"height": 20
}
}
],
"_feedback": {
"correct": "Congratulations, this is the correct feedback.",
"_partlyCorrect": {
"final": "This is the partly correct feedback."
},
"_incorrect": {
"final": "Unfortunately this is the incorrect feedback."
}
}
}