AustingDong
commited on
Commit
·
0494377
1
Parent(s):
2067800
Update VLAT.py
Browse files- questions/VLAT.py +93 -26
questions/VLAT.py
CHANGED
@@ -155,60 +155,127 @@ VLAT_questions=[
|
|
155 |
"images/mini-VLAT/BubbleChart.png"
|
156 |
],
|
157 |
|
|
|
|
|
|
|
|
|
|
|
158 |
|
|
|
|
|
|
|
|
|
|
|
159 |
|
|
|
|
|
|
|
|
|
|
|
160 |
|
161 |
-
|
|
|
|
|
|
|
|
|
162 |
|
163 |
|
164 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
[
|
166 |
-
"
|
167 |
-
"
|
168 |
-
"images/mini-VLAT/
|
169 |
],
|
170 |
|
171 |
[
|
172 |
-
"
|
173 |
-
"
|
174 |
-
"images/mini-VLAT/
|
175 |
],
|
176 |
|
177 |
[
|
178 |
-
"
|
179 |
-
"
|
180 |
-
"images/mini-VLAT/
|
181 |
],
|
|
|
|
|
182 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
[
|
184 |
"PieChart",
|
185 |
"What is the approximate global smartphone market share of Samsung?",
|
186 |
"images/mini-VLAT/PieChart.png"
|
187 |
],
|
188 |
-
|
189 |
[
|
190 |
-
"
|
191 |
-
"
|
192 |
-
"images/mini-VLAT/
|
193 |
],
|
194 |
|
195 |
|
196 |
[
|
197 |
-
"
|
198 |
-
"What
|
199 |
-
"images/mini-VLAT/
|
200 |
],
|
201 |
|
|
|
|
|
|
|
|
|
|
|
202 |
|
203 |
-
[
|
204 |
-
"
|
205 |
-
"
|
206 |
-
"images/mini-VLAT/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
],
|
208 |
|
209 |
[
|
210 |
-
"
|
211 |
-
"
|
212 |
-
"images/mini-VLAT/
|
213 |
-
]
|
214 |
-
|
|
|
|
155 |
"images/mini-VLAT/BubbleChart.png"
|
156 |
],
|
157 |
|
158 |
+
[
|
159 |
+
"AreaChart",
|
160 |
+
"What was the average price of pound of coffee beans in October 2019?",
|
161 |
+
"images/mini-VLAT/AreaChart.png"
|
162 |
+
],
|
163 |
|
164 |
+
[
|
165 |
+
"AreaChart",
|
166 |
+
"When was the price of a pound of coffee beans at a minimum?",
|
167 |
+
"images/mini-VLAT/AreaChart.png"
|
168 |
+
],
|
169 |
|
170 |
+
[
|
171 |
+
"AreaChart",
|
172 |
+
"What was the range of the price of a pound of coffee beans between January 2018 and January 2020?",
|
173 |
+
"images/mini-VLAT/AreaChart.png"
|
174 |
+
],
|
175 |
|
176 |
+
[
|
177 |
+
"AreaChart",
|
178 |
+
"Over the first six months of 2018, the price of a pound of coffee beans was roughly falling or rising?",
|
179 |
+
"images/mini-VLAT/AreaChart.png"
|
180 |
+
],
|
181 |
|
182 |
|
183 |
|
184 |
+
[
|
185 |
+
"Choropleth",
|
186 |
+
"In which state was the unemployment rate the highest?",
|
187 |
+
"images/mini-VLAT/Choropleth_New.png"
|
188 |
+
],
|
189 |
+
|
190 |
+
[
|
191 |
+
"Choropleth",
|
192 |
+
"What was the unemployment rate for Indiana (IN) in 2020?",
|
193 |
+
"images/mini-VLAT/Choropleth_New.png"
|
194 |
+
],
|
195 |
+
|
196 |
+
|
197 |
[
|
198 |
+
"Histogram",
|
199 |
+
"How many people have traveled a distance between 20km and 40km?",
|
200 |
+
"images/mini-VLAT/Histogram.png"
|
201 |
],
|
202 |
|
203 |
[
|
204 |
+
"Histogram",
|
205 |
+
"True/False: More people have traveled between 10 and 20 km than between 40 and 50 km.",
|
206 |
+
"images/mini-VLAT/Histogram.png"
|
207 |
],
|
208 |
|
209 |
[
|
210 |
+
"Histogram",
|
211 |
+
"What is the most common distance customers have travelled?",
|
212 |
+
"images/mini-VLAT/Histogram.png"
|
213 |
],
|
214 |
+
|
215 |
+
|
216 |
|
217 |
+
[
|
218 |
+
"TreeMap",
|
219 |
+
"For which website was the number of unique visitors the largest in 2020?",
|
220 |
+
"images/mini-VLAT/TreeMap.png"
|
221 |
+
],
|
222 |
+
|
223 |
+
[
|
224 |
+
"TreeMap",
|
225 |
+
"True/False: The number of unique visitors for Amazon was more than that of Yahoo! in 2020.",
|
226 |
+
"images/mini-VLAT/TreeMap.png"
|
227 |
+
],
|
228 |
+
|
229 |
+
[
|
230 |
+
"TreeMap",
|
231 |
+
"In which category is eBay nested?",
|
232 |
+
"images/mini-VLAT/TreeMap.png"
|
233 |
+
],
|
234 |
+
|
235 |
+
|
236 |
[
|
237 |
"PieChart",
|
238 |
"What is the approximate global smartphone market share of Samsung?",
|
239 |
"images/mini-VLAT/PieChart.png"
|
240 |
],
|
241 |
+
|
242 |
[
|
243 |
+
"PieChart",
|
244 |
+
"Which company has the largest global market share for smart phones?",
|
245 |
+
"images/mini-VLAT/PieChart.png"
|
246 |
],
|
247 |
|
248 |
|
249 |
[
|
250 |
+
"100%StackedBar",
|
251 |
+
"What percentage of Japan's Olympic medals are Bronze?",
|
252 |
+
"images/mini-VLAT/Stacked100.png"
|
253 |
],
|
254 |
|
255 |
+
[
|
256 |
+
"100%StackedBar",
|
257 |
+
"Who has the bigger percentage of Silver medals, Japan or Great Britain?",
|
258 |
+
"images/mini-VLAT/Stacked100.png"
|
259 |
+
],
|
260 |
|
261 |
+
[
|
262 |
+
"100%StackedBar",
|
263 |
+
"Which country has the highest number (absolute number, not %) of Bronze medals?",
|
264 |
+
"images/mini-VLAT/Stacked100.png"
|
265 |
+
],
|
266 |
+
|
267 |
+
|
268 |
+
|
269 |
+
[
|
270 |
+
"BarChart",
|
271 |
+
"What is the range of the global internet speed?",
|
272 |
+
"images/mini-VLAT/BarChart.png"
|
273 |
],
|
274 |
|
275 |
[
|
276 |
+
"BarChart",
|
277 |
+
"In how many countries is the internet speed slower than Japan?",
|
278 |
+
"images/mini-VLAT/BarChart.png"
|
279 |
+
],
|
280 |
+
|
281 |
+
]
|