1{
2 "quiz": {
3 "sport": {
4 "q1": {
5 "question": "Which one is correct team name in NBA?",
6 "options": [
7 "New York Bulls",
8 "Los Angeles Kings",
9 "Golden State Warriros",
10 "Huston Rocket"
11 ],
12 "answer": "Huston Rocket"
13 }
14 },
15 "maths": {
16 "q1": {
17 "question": "5 + 7 = ?",
18 "options": [
19 "10",
20 "11",
21 "12",
22 "13"
23 ],
24 "answer": "12"
25 },
26 "q2": {
27 "question": "12 - 8 = ?",
28 "options": [
29 "1",
30 "2",
31 "3",
32 "4"
33 ],
34 "answer": "4"
35 }
36 }
37 }
38}
39