Rohit Diwane commited on
Commit
3b6d16d
·
1 Parent(s): 0e9022f

Create Response.json

Browse files
Files changed (1) hide show
  1. Response.json +42 -0
Response.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "1": {
3
+ "no": "1",
4
+ "mcq": "multiple choice questions",
5
+ "options":{
6
+ "a": "choice here",
7
+ "b": "choice here",
8
+ "c": "choice here",
9
+ "d": "choice here"
10
+ },
11
+
12
+ "correct": "correct answer"
13
+ },
14
+
15
+ "2": {
16
+ "no": "2",
17
+ "mcq": "multiple choice questions",
18
+ "options":{
19
+ "a": "choice here",
20
+ "b": "choice here",
21
+ "c": "choice here",
22
+ "d": "choice here"
23
+ },
24
+
25
+ "correct": "correct answer"
26
+ },
27
+
28
+ "3": {
29
+ "no": "3",
30
+ "mcq": "multiple choice questions",
31
+ "options":{
32
+ "a": "choice here",
33
+ "b": "choice here",
34
+ "c": "choice here",
35
+ "d": "choice here"
36
+ },
37
+
38
+ "correct": "correct answer"
39
+ }
40
+
41
+
42
+ }