Austing Dong commited on
Commit
8e2a260
·
1 Parent(s): 5ee11f1

Update New_test.py

Browse files
Files changed (1) hide show
  1. questions/New_test.py +9 -9
questions/New_test.py CHANGED
@@ -1,25 +1,25 @@
1
  new_test_questions=[
2
  [
3
  "LineChart",
4
- "What is the blood sugar level three hours after a meal",
5
  "images/New_test/LineChart.png"
6
  ],
7
 
8
  [
9
  "BarChart",
10
- "Which student has the highest score in midterm?",
11
  "images/New_test/BarChart.png"
12
  ],
13
 
14
  [
15
  "StackedBar",
16
- "What is the price of headphone in Japan?",
17
  "images/New_test/StackedBar.png"
18
  ],
19
 
20
  [
21
  "100%StackedBar",
22
- "Which country has the largest proportion of mouse price?",
23
  "images/New_test/Stacked100.png"
24
  ],
25
 
@@ -31,31 +31,31 @@ new_test_questions=[
31
 
32
  [
33
  "Histogram",
34
- "Which range of distance of trip people prefers the most?",
35
  "images/New_test/Histogram.png"
36
  ],
37
 
38
  [
39
  "Scatterplot",
40
- "What is the weight of the individual that has highest height?",
41
  "images/New_test/Scatterplot.png"
42
  ],
43
 
44
  [
45
  "AreaChart",
46
- "At which month the price of tea is the highest?",
47
  "images/New_test/AreaChart.png"
48
  ],
49
 
50
  [
51
  "StackedArea",
52
- "What was the ratio of boys named 'Justin' to boys named 'Kevin' in the 3rd month in the USA?",
53
  "images/New_test/StackedArea.png"
54
  ],
55
 
56
  [
57
  "BubbleChart",
58
- "What is the number of employees of the company that has lowest annual income?",
59
  "images/New_test/BubbleChart.png"
60
  ],
61
 
 
1
  new_test_questions=[
2
  [
3
  "LineChart",
4
+ "What is the approximate blood sugar level three hours after a meal?",
5
  "images/New_test/LineChart.png"
6
  ],
7
 
8
  [
9
  "BarChart",
10
+ "Which student has the highest grade in midterm?",
11
  "images/New_test/BarChart.png"
12
  ],
13
 
14
  [
15
  "StackedBar",
16
+ "What is the approximate price of headphones in Japan?",
17
  "images/New_test/StackedBar.png"
18
  ],
19
 
20
  [
21
  "100%StackedBar",
22
+ "Relative to other computer peripherals, which country has the most expensive prices for a mouse?",
23
  "images/New_test/Stacked100.png"
24
  ],
25
 
 
31
 
32
  [
33
  "Histogram",
34
+ "What trip distance range is the most common?",
35
  "images/New_test/Histogram.png"
36
  ],
37
 
38
  [
39
  "Scatterplot",
40
+ "What is the weight of the tallest individual?",
41
  "images/New_test/Scatterplot.png"
42
  ],
43
 
44
  [
45
  "AreaChart",
46
+ "In which month is the price of tea the highest?",
47
  "images/New_test/AreaChart.png"
48
  ],
49
 
50
  [
51
  "StackedArea",
52
+ "What was the ratio of boys named 'Justin' to boys named 'Kevin' in the 3rd month?",
53
  "images/New_test/StackedArea.png"
54
  ],
55
 
56
  [
57
  "BubbleChart",
58
+ "What is the total number of employees at the company with the lowest annual income?",
59
  "images/New_test/BubbleChart.png"
60
  ],
61