-
Notifications
You must be signed in to change notification settings - Fork 0
/
from_teacher_to_server.json
49 lines (49 loc) · 1.34 KB
/
from_teacher_to_server.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
{
"Assignment": [
{
"content": "Simple math",
"type": "Header"
},
{
"content": {
"answers": [
{
"answer_text": "4",
"is_correct": true
},
{
"answer_text": "3",
"is_correct": false
}
],
"id": 0,
"question": "What is 2+2 ?",
"type": "one choice"
},
"type": "test_assignment"
},
{
"content": {
"answers": [
{
"answer_text": "2 + 2 = 4",
"is_correct": true
},
{
"answer_text": "1 + 3 = 5",
"is_correct": false
},
{
"answer_text": "3 + 7 = 10",
"is_correct": true
}
],
"id": 1,
"question": "What is correct ?",
"type": "multiple choice"
},
"type": "test_assignment"
}
],
"Assignment_name": "from_teacher_to_server"
}