-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
31 lines (31 loc) · 825 Bytes
/
example.json
File metadata and controls
31 lines (31 loc) · 825 Bytes
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
{
"_id": "c-10",
"_parentId": "b-10",
"_type": "component",
"_component": "feedbackAvatar",
"_classes": "",
"_layout": "left",
"title": "Here is a feedback avatar",
"displayTitle": "",
"body": "",
"instruction": "",
"_questionId": "c-10",
"_graphics": {
"_neutral": {
"_src": "course/en/images/neutral.jpg",
"alt": "alt text neutral"
},
"_correct": {
"_src": "course/en/images/correct.jpg",
"alt": "alt text correct"
},
"_incorrect": {
"_src": "course/en/images/incorrect.jpg",
"alt": "alt text incorrect"
},
"_partlyCorrect": {
"_src": "course/en/images/partlyCorrect.jpg",
"alt": "alt text partly correct"
}
}
}