-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathactivity.json
107 lines (107 loc) · 3.24 KB
/
activity.json
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{"quizlist":[
{
"question":"The private sector is more reliable and trustworthy than the public sector.",
"option1":[1.5, 0, 0],
"option2":[1, 0, 0],
"option3":[-1, 0, 0],
"option4":[-1.5, 0, 0]
},
{
"question":"Single payer health care is fundamentally a good idea.",
"option1":[1.5, 0, 0],
"option2":[1, 0, 0],
"option3":[-1, 0, 0],
"option4":[-1.5, 0, 0]
},
{
"question":"A flat tax is more fair than a progressive tax.",
"option1":[1.5, 0.5, 0],
"option2":[1, 0.5, 0],
"option3":[-1, -0.5, 0],
"option4":[-1.5, -0.5, 0]
},
{
"question":"We must increase corporate regulations to curtail greenhouse gas emissions.",
"option1":[-1.5, -0.5, 0],
"option2":[-1, -0.5, 0],
"option3":[1, 0.5, 0],
"option4":[1.5, 0.5, 0]
},
{
"question":"International free trade should be expanded.",
"option1":[1.5, 0, -0.5],
"option2":[1, 0, -0.5],
"option3":[-1, 0, 0.5],
"option4":[-1.5, 0, 0.5]
},
{
"question":"K-12 education should be provided as a social service by the government.",
"option1":[-0.5, -1.5, 0],
"option2":[-0.5, -1, 0],
"option3":[0.5, 1, 0],
"option4":[0.5, 1.5, 0]
},
{
"question":"Minority status should bear influence on opportunity.",
"option1":[-0.5, -1.5, 0],
"option2":[-0.5, -1, 0],
"option3":[0.5, 1, 0],
"option4":[0.5, 1.5, 0]
},
{
"question":"Alternative schooling methods create unequal opportunity and should be abolished.",
"option1":[-0.5, 1.5, 0],
"option2":[-0.5, 1, 0],
"option3":[0.5, -1, 0],
"option4":[0.5, -1.5, 0]
},
{
"question":"Government surveillance should be expanded to combat terrorism.",
"option1":[-0.5, 1.5, 0],
"option2":[-0.5, 1, 0],
"option3":[0.5, -1, 0],
"option4":[0.5, -1.5, 0]
},
{
"question":"Marriage should not be regulated by the federal government.",
"option1":[0, -1.5, 0],
"option2":[0, -1, 0],
"option3":[0, 1, 0],
"option4":[0, 1.5, 0]
},
{
"question":"Our country has a moral responsibility to maintain world peace, even if it requires military action.",
"option1":[0, 0, 1.5],
"option2":[0, 0, 1],
"option3":[0, 0, -1],
"option4":[0, 0, -1.5]
},
{
"question":"Protectionism by means of tariffs, subsidies, import quotas, or other restrictions placed on the imports of foreign competitors are necessary to encourage home industry.",
"option1":[-0.5, 0, 1.5],
"option2":[-0.5, 0, 1],
"option3":[0.5, 0, -1],
"option4":[0.5, 0, -1.5]
},
{
"question":"The money spent on the military would be better spent at home.",
"option1":[0, -0.5, -1.5],
"option2":[0, -0.5, -1],
"option3":[0, 0.5, 1],
"option4":[0, 0.5, 1.5]
},
{
"question":"We must maintain strong ties with our allies, regardless of their actions.",
"option1":[0, 0, 1.5],
"option2":[0, 0, 1],
"option3":[0, 0, -1],
"option4":[0, 0, -1.5]
},
{
"question":"People who live in a nondemocratic country would prefer to live in a democratic one.",
"option1":[0, 0, 1.5],
"option2":[0, 0, 1],
"option3":[0, 0, -1],
"option4":[0, 0, -1.5]
}]
}