-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquiz.json
51 lines (42 loc) · 1.51 KB
/
quiz.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
44
45
46
47
48
49
50
51
{
"categories": [
"Sample 1",
"Sample 2",
"Sample 3",
"Sample 4",
"Sample 5",
"Sample 6"
],
"questions": {
"c1_100": "Sample Question Category 1 - 100",
"c1_200": "Sample Question Category 1 - 200",
"c1_300": "Sample Question Category 1 - 300",
"c1_400": "Sample Question Category 1 - 400",
"c1_500": "Sample Question Category 1 - 500",
"c2_100": "Sample Question Category 2 - 100",
"c2_200": "Sample Question Category 2 - 200",
"c2_300": "Sample Question Category 2 - 300",
"c2_400": "Sample Question Category 2 - 400",
"c2_500": "Sample Question Category 2 - 500",
"c3_100": "Sample Question Category 3 - 100",
"c3_200": "Sample Question Category 3 - 200",
"c3_300": "Sample Question Category 3 - 300",
"c3_400": "Sample Question Category 3 - 400",
"c3_500": "Sample Question Category 3 - 500",
"c4_100": "Sample Question Category 4 - 100",
"c4_200": "Sample Question Category 4 - 200",
"c4_300": "Sample Question Category 4 - 300",
"c4_400": "Sample Question Category 4 - 400",
"c4_500": "Sample Question Category 4 - 500",
"c5_100": "Sample Question Category 5 - 100",
"c5_200": "Sample Question Category 5 - 200",
"c5_300": "Sample Question Category 5 - 300",
"c5_400": "Sample Question Category 5 - 400",
"c5_500": "Sample Question Category 5 - 500",
"c6_100": "Sample Question Category 6 - 100",
"c6_200": "Sample Question Category 6 - 200",
"c6_300": "Sample Question Category 6 - 300",
"c6_400": "Sample Question Category 6 - 400",
"c6_500": "Sample Question Category 6 - 500"
}
}