File size: 1,898 Bytes
2067800 |
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 |
mini_VLAT_questions=[
[
"LineChart",
"What was the price of a barrel of oil in February 2020?",
"images/mini-VLAT/LineChart.png"
],
[
"BarChart",
"What is the average internet speed in Japan?",
"images/mini-VLAT/BarChart.png"
],
[
"StackedBar",
"What is the cost of peanuts in Seoul?",
"images/mini-VLAT/StackedBar.png"
],
[
"100%StackedBar",
"Which country has the lowest proportion of Gold medals?",
"images/mini-VLAT/Stacked100.png"
],
[
"PieChart",
"What is the approximate global smartphone market share of Samsung?",
"images/mini-VLAT/PieChart.png"
],
[
"Histogram",
"What distance have customers traveled in the taxi the most?",
"images/mini-VLAT/Histogram.png"
],
[
"Scatterplot",
"True/False: There is a negative linear relationship between the height and the weight of the 85 males.",
"images/mini-VLAT/Scatterplot.png"
],
[
"AreaChart",
"What was the average price of pount of coffee beans in October 2019?",
"images/mini-VLAT/AreaChart.png"
],
[
"StackedArea",
"What was the ratio of girls named 'Isla' to girls named 'Amelia' in 2012 in the UK?",
"images/mini-VLAT/StackedArea.png"
],
[
"BubbleChart",
"Which city's metro system has the largest number of stations?",
"images/mini-VLAT/BubbleChart.png"
],
[
"Choropleth",
"True/False: In 2020, the unemployment rate for Washington (WA) was higher than that of Wisconsin (WI).",
"images/mini-VLAT/Choropleth_New.png"
],
[
"TreeMap",
"True/False: eBay is nested in the Software category.",
"images/mini-VLAT/TreeMap.png"
]
] |