-
Notifications
You must be signed in to change notification settings - Fork 0
/
questions.js
154 lines (149 loc) · 4.36 KB
/
questions.js
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
questions = [
{
"question": "Taxation is theft.",
"effect": {
"rad": 15,
"ali": 0,
"cul": 0
}
},
{
"question": "Any institution that is not explicitely right-wing will become left-wing.",
"effect": {
"rad": 0,
"ali": 10,
"cul": 0
}
},
{
"question": "The French Revolution and its consequences have been a disaster for the Human Race",
"effect": {
"rad": 0,
"ali": 0,
"cul": 10
}
},
{
"question": "State-mandated economic stimulus is needed to soften economic crises.",
"effect": {
"rad": -15,
"ali": 0,
"cul": 0
}
},
{
"question": "Politics can be more accurately defined not as a conflict of Left vs. Right, but Libertarian against Authoritarian.",
"effect": {
"rad": 0,
"ali": -10,
"cul": 0
}
},
{
"question": "It is important to fight against restrictive social norms to assure a society is truly free",
"effect": {
"rad": 0,
"ali": 0,
"cul": -10
}
},
{
"question": "Participating in non-violent counter-economic measures like selling and buying unlicensed goods should be encouraged as a means of defiance against state bureaucracy",
"effect.": {
"rad": 10,
"ali": 0,
"cul": 0
}
},
{
"question": "A night-watchman state monarchy would be an improvement over the current status quo",
"effect": {
"rad": 0,
"ali": 10,
"cul": 0
}
},
{
"question": "In a society without extensive state assistance it is not unreasonable to assume that people will naturally fall back on the society's inherited institutions like the family, the church and such.",
"effect": {
"rad": 0,
"ali": 0,
"cul": 10
}
},
"question": "For a capitalist market economy to flourish the state should be able to regulate it so monopolies and similar problems don't appear.",
"effect": {
"rad": 0,
"ali": 0,
"cul": -15
}
},
"question": "In a free society I would be definitely inclined to live in or near a voluntary commune based on the principles of Social Anarchism.",
"effect": {
"rad": 0,
"ali": 0,
"cul": -10
}
},
"question": "It is in the woman's right to abort her pregnancy.",
"effect": {
"rad": 0,
"ali": 0,
"cul": -10
}
},
"question": "There is nothing more permanent than a temporary government solution.",
"effect": {
"rad": 10,
"ali": 0,
"cul": 0
}
},
"question": "Intervention within foreign countries under authoritarian governments to ensure the self-ownership of that country's citizens is a good policy.",
"effect": {
"rad": 0,
"ali": 10,
"cul": 0
}
},
{
"question": "Private Property implies exclusivity, inequality and difference",
"effect": {
"rad": 0,
"ali": 0,
"cul": 10
}
},
{
"question": "Dispute resolution would generally be more fair if private alternatives to the state court system are offered.",
"effect": {
"rad": 10,
"ali": 0,
"cul": 0
}
},
{
"question": "The Libertarian to Alt-Right pipeline is a serious concern and should be adequately stopped.",
"effect": {
"rad": 0,
"ali": -10,
"cul": 0
}
},
{
"question": "A free society should be one which is inclusive to people from all backgrounds",
"effect": {
"rad": 0,
"ali": 0,
"cul": -10
}
},
{
"question": "The social contract should be held to the same standards as any other contract, thus you should be able to withdraw your consent from a social contract",
"effect": {
"rad": 10,
"ali": 0,
"cul": 0
}
},
];