-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
40 lines (40 loc) · 1.13 KB
/
example.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
{
"_id":"c-30",
"_parentId":"b-15",
"_type":"component",
"_component":"order",
"_classes":"",
"_layout":"right",
"title": "Title of the order component",
"body": "Do you know in what order the following alternatives should be placed? <br /><BR />Place the alternatives in the correct order.",
"_attempts": 1,
"buttons":{
"submit":"SUBMIT",
"reset":"RESET",
"showCorrectAnswer":"MODEL ANSWER",
"hideCorrectAnswer":"YOUR ANSWER"
},
"feedback": {
"correct": "This feedback will appear if you answered the question correctly.",
"incorrect": "This feedback will appear if you answered the question incorrectly.",
"partly": "This feedback will appear if you answered part of the question correctly."
},
"items": [
{
"prefix": "1:",
"answer": "Find API"
},
{
"prefix": "2:",
"answer": "LMSInitialize"
},
{
"prefix": "3:",
"answer": "LMSGet/Set"
},
{
"prefix": "4:",
"answer": "LMSFinish"
}
]
}