File size: 1,781 Bytes
b019cc7
 
 
8e2a260
b019cc7
 
 
 
 
8e2a260
b019cc7
 
 
 
 
8e2a260
b019cc7
 
 
 
 
8e2a260
b019cc7
 
 
 
 
 
 
 
 
 
 
8e2a260
b019cc7
 
 
 
 
8e2a260
b019cc7
 
 
 
 
8e2a260
b019cc7
 
 
 
 
8e2a260
b019cc7
 
 
 
 
8e2a260
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 approximate blood sugar level three hours after a meal?",
        "images/New_test/LineChart.png" 
    ],

    [
        "BarChart",
        "Which student has the highest grade in midterm?",
        "images/New_test/BarChart.png"
    ],

    [
        "StackedBar",
        "What is the approximate price of headphones in Japan?",
        "images/New_test/StackedBar.png"
    ],

    [
        "100%StackedBar",
        "Relative to other computer peripherals, which country has the most expensive prices for a mouse?",
        "images/New_test/Stacked100.png"
    ],
    
    [
        "PieChart",
        "Which stock has the smallest holdings in this portfolio?",
        "images/New_test/PieChart.png"
    ],
    
    [
        "Histogram",
        "What trip distance range is the most common?",
        "images/New_test/Histogram.png"
    ],

    [
        "Scatterplot",
        "What is the weight of the tallest individual?", 
        "images/New_test/Scatterplot.png"
    ],

    [
        "AreaChart",
        "In which month is the price of tea the highest?",
        "images/New_test/AreaChart.png"
    ],

    [
        "StackedArea",
        "What was the ratio of boys named 'Justin' to boys named 'Kevin' in the 3rd month?",
        "images/New_test/StackedArea.png"
    ],

    [
        "BubbleChart",
        "What is the total number of employees at the company with the 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"
    ]
]