-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathResponse.json
43 lines (43 loc) · 1.06 KB
/
Response.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
{
"1": {
"no":"1",
"mcq": "multiple choice questions",
"options":{
"a": "choice here",
"b": "choice here",
"c": "choice here",
"d": "choice here"
},
"correct": "correct answear"
}, "2": {
"no":"2",
"mcq": "multiple choice questions",
"options":{
"a": "choice here",
"b": "choice here",
"c": "choice here",
"d": "choice here"
},
"correct": "correct answear"
}, "3": {
"no":"3",
"mcq": "multiple choice questions",
"options":{
"a": "choice here",
"b": "choice here",
"c": "choice here",
"d": "choice here"
},
"correct": "correct answear"
}, "4": {
"no":"4",
"mcq": "multiple choice questions",
"options":{
"a": "choice here",
"b": "choice here",
"c": "choice here",
"d": "choice here"
},
"correct": "correct answear"
}
}