-
Notifications
You must be signed in to change notification settings - Fork 1
/
sample-data.json
204 lines (204 loc) · 2.54 KB
/
sample-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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
{
"Name a board that kids ride for fun": {
"counter": 1,
"answers": [
[
"Skateboard",
76
],
[
"Surfboard",
15
],
[
"Snowboard",
6
],
[
"Boogie board",
5
]
]
},
"Name a state with awful weather": {
"counter": 3,
"answers": [
[
"Alaska",
30
],
[
"New York",
21
],
[
"Minnesota",
10
],
[
"Maine",
9
],
[
"Michigan",
6
],
[
"N. Dakota",
2
],
[
"Illinois",
3
],
[
"Montana",
3
],
[
"Ohio",
2
],
[
"Washington",
2
]
]
},
"Name something people run out of": {
"counter": 2,
"answers": [
[
"Milk",
26
],
[
"Money",
22
],
[
"Gas",
16
],
[
"Sugar",
11
],
[
"Toilet Paper",
10
],
[
"Energy",
3
],
[
"Patience",
3
]
]
},
"Tell us something a mother says to her child over and over again": {
"counter": 3,
"answers": [
[
"No",
30
],
[
"Don't",
15
],
[
"I Love You",
10
],
[
"Be Quiet",
8
],
[
"Clean Your Room",
7
],
[
"Don't Touch",
7
],
[
"Brush Teeth",
3
],
[
"Wash Hands",
2
]
]
},
"Name something in the house that is very difficult to move": {
"counter": 7,
"answers": [
[
"Refrigerator",
42
],
[
"Piano",
14
],
[
"Couch",
12
],
[
"Bed",
9
],
[
"Dresser",
5
],
[
"TV",
5
],
[
"Stove",
3
]
]
},
"Name something that easy to do forwards, but hard backwards": {
"counter": 3,
"answers": [
[
"Walk",
24
],
[
"Run",
19
],
[
"Drive",
14
],
[
"Write",
11
],
[
"Skate",
10
],
[
"Ride Bicycle",
9
],
[
"Talk",
4
]
]
}
}