pratikshahp commited on
Commit
f646559
1 Parent(s): 2e0aef2

Update response.json

Browse files
Files changed (1) hide show
  1. response.json +31 -2
response.json CHANGED
@@ -1,3 +1,32 @@
1
  {
2
- "question_format": "Q: {question}\nOptions:\nA) {option_a}\nB) {option_b}\nC) {option_c}\nD) {option_d}\nAnswer: {answer}"
3
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "1": {
3
+ "mcq": "multiple choice question",
4
+ "options": {
5
+ "a": "choice here",
6
+ "b": "choice here",
7
+ "c": "choice here",
8
+ "d": "choice here"
9
+ },
10
+ "correct": "correct answer"
11
+ },
12
+ "2": {
13
+ "mcq": "multiple choice question",
14
+ "options": {
15
+ "a": "choice here",
16
+ "b": "choice here",
17
+ "c": "choice here",
18
+ "d": "choice here"
19
+ },
20
+ "correct": "correct answer"
21
+ },
22
+ "3": {
23
+ "mcq": "multiple choice question",
24
+ "options": {
25
+ "a": "choice here",
26
+ "b": "choice here",
27
+ "c": "choice here",
28
+ "d": "choice here"
29
+ },
30
+ "correct": "correct answer"
31
+ }
32
+ }