-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.json
110 lines (110 loc) · 2.98 KB
/
sample.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[
{
"xStart": 0,
"xEnd": 10,
"xInc": 1,
"renderChoices": [ "x", "x^2", "log_{2} x", "\\sqrt{x}" ],
"evalChoices": [ "x", "x^2", "logn(x,2)", "sqrt(x)" ],
"answerIndex": 1,
"questionTime": 15
},
{
"xStart": 0,
"xEnd": 20,
"xInc": 1,
"renderChoices": [ "3x", "log_{3} x", "4x^2", "x^3" ],
"evalChoices": [ "3x", "logn(x,3)", "4*(x^2)", "x^3" ],
"answerIndex": 0,
"questionTime": 15
},
{
"xStart": 0,
"xEnd": 20,
"xInc": 1,
"renderChoices": [ "4x", "log_{4} x", "5x^2", "x^5" ],
"evalChoices": [ "4x", "logn(x,4)", "5*(x^2)", "x^4" ],
"answerIndex": 2,
"questionTime": 15
},
{
"xStart": 0,
"xEnd": 20,
"xInc": 1,
"renderChoices": [ "5x", "log_{2} x", "3x^2", "x^6" ],
"evalChoices": [ "5x", "log_(x,2)", "3*(x^2)", "x^6" ],
"answerIndex": 3,
"questionTime": 15
},
{
"xStart": 0,
"xEnd": 10,
"xInc": 1,
"renderChoices": [ "x", "x^2", "log_{2} x", "\\sqrt{x}" ],
"evalChoices": [ "x", "x^2", "logn(x,2)", "sqrt(x)" ],
"answerIndex": 1,
"questionTime": 15
},
{
"xStart": 0,
"xEnd": 20,
"xInc": 1,
"renderChoices": [ "3x", "log_{3} x", "4x^2", "x^3" ],
"evalChoices": [ "3x", "logn(x,3)", "4*(x^2)", "x^3" ],
"answerIndex": 0,
"questionTime": 15
},
{
"xStart": 0,
"xEnd": 20,
"xInc": 1,
"renderChoices": [ "4x", "log_{4} x", "5x^2", "x^5" ],
"evalChoices": [ "4x", "logn(x,4)", "5*(x^2)", "x^4" ],
"answerIndex": 2,
"questionTime": 15
},
{
"xStart": 0,
"xEnd": 20,
"xInc": 1,
"renderChoices": [ "5x", "log_{2} x", "3x^2", "x^6" ],
"evalChoices": [ "5x", "log_(x,2)", "3*(x^2)", "x^6" ],
"answerIndex": 3,
"questionTime": 15
},
{
"xStart": 0,
"xEnd": 10,
"xInc": 1,
"renderChoices": [ "x", "x^2", "log_{2} x", "\\sqrt{x}" ],
"evalChoices": [ "x", "x^2", "logn(x,2)", "sqrt(x)" ],
"answerIndex": 1,
"questionTime": 15
},
{
"xStart": 0,
"xEnd": 20,
"xInc": 1,
"renderChoices": [ "3x", "log_{3} x", "4x^2", "x^3" ],
"evalChoices": [ "3x", "logn(x,3)", "4*(x^2)", "x^3" ],
"answerIndex": 0,
"questionTime": 15
},
{
"xStart": 0,
"xEnd": 20,
"xInc": 1,
"renderChoices": [ "4x", "log_{4} x", "5x^2", "x^5" ],
"evalChoices": [ "4x", "logn(x,4)", "5*(x^2)", "x^4" ],
"answerIndex": 2,
"questionTime": 15
},
{
"xStart": 0,
"xEnd": 20,
"xInc": 1,
"renderChoices": [ "5x", "log_{2} x", "3x^2", "x^6" ],
"evalChoices": [ "5x", "log_(x,2)", "3*(x^2)", "x^6" ],
"answerIndex": 3,
"questionTime": 15
}
]