-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestions.json
More file actions
34 lines (34 loc) · 759 Bytes
/
questions.json
File metadata and controls
34 lines (34 loc) · 759 Bytes
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
[
{
"question": "What is your name?",
"choice1": "Varun Dev",
"choice2": "Indra Dev",
"choice3": "Ganesh Yadav",
"choice4": "Himanshu Gola",
" answer": 4
},
{
" question": "What is your age?",
"choice1": "22",
"choice2": "21",
"choice3": "23",
"choice4": "20",
"answer": 2
},
{
"question": "What is your birth month?",
"choice1": "july",
"choice2": "october",
"choice3": "august",
"choice4": "march",
"answer": 3
},
{
"question": "What are you persuing right now?",
"choice1": "Graduation",
"choice2": "Schooling",
"choice3": "Post Graduation",
"choice4": "Employed",
" answer": 1
}
]