-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
122 lines (122 loc) · 2.17 KB
/
data.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
111
112
113
114
115
116
117
118
119
120
121
122
{
"Vocabulary": {
"0": {
"question": "onVocabulary0",
"timer": 15,
"timerUnit": "sVocabulary0",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
},
"1": {
"question": "onVocabulary1",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
},
"2": {
"question": "onVocabulary2",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
},
"3": {
"question": "onVocabulary3",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
}
},
"Grammer": {
"0": {
"question": "onGrammer0",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
},
"1": {
"question": "onGrammer1",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
},
"2": {
"question": "onGrammer2",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
},
"3": {
"question": "onGrammer3",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
}
},
"Tenses": {
"0": {
"question": "onTenses0",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
},
"1": {
"question": "onTenses1",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
},
"2": {
"question": "onTenses2",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
},
"3": {
"question": "onTenses3",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
}
},
"Punctuation": {
"0": {
"question": "onPunctuation0",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
},
"1": {
"question": "onPunctuation1",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
},
"2": {
"question": "onPunctuation2",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
},
"3": {
"question": "onPunctuation3",
"timer": 15,
"timerUnit": "s",
"nameGroup1": "Apple",
"nameGroup2": "Orange"
}
}
}