File size: 1,748 Bytes
b019cc7 |
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 |
new_test_questions=[
[
"LineChart",
"What is the blood sugar level three hours after a meal",
"images/New_test/LineChart.png"
],
[
"BarChart",
"Which student has the highest score in midterm?",
"images/New_test/BarChart.png"
],
[
"StackedBar",
"What is the price of headphone in Japan?",
"images/New_test/StackedBar.png"
],
[
"100%StackedBar",
"Which country has the largest proportion of mouse price?",
"images/New_test/Stacked100.png"
],
[
"PieChart",
"Which stock has the smallest holdings in this portfolio?",
"images/New_test/PieChart.png"
],
[
"Histogram",
"Which range of distance of trip people prefers the most?",
"images/New_test/Histogram.png"
],
[
"Scatterplot",
"What is the weight of the individual that has highest height?",
"images/New_test/Scatterplot.png"
],
[
"AreaChart",
"At which month the price of tea is the highest?",
"images/New_test/AreaChart.png"
],
[
"StackedArea",
"What was the ratio of boys named 'Justin' to boys named 'Kevin' in the 3rd month in the USA?",
"images/New_test/StackedArea.png"
],
[
"BubbleChart",
"What is the number of employees of the company that has lowest annual income?",
"images/New_test/BubbleChart.png"
],
[
"Choropleth",
"Is the GDP of CA higher than NV?",
"images/New_test/Choropleth.png"
],
[
"TreeMap",
"Which country has the largest population?",
"images/New_test/TreeMap.png"
]
] |