forked from 8values/8values.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathquestions.js
More file actions
243 lines (243 loc) · 7.52 KB
/
questions.js
File metadata and controls
243 lines (243 loc) · 7.52 KB
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
questions = [
{
"question": "There is nothing more permanent than a temporary government solution.",
"effect": {
"econ": -10,
"govt": 0,
"scty": 0
}
},
{
"question": "State-mandated economic stimulus is needed to soften economic crises.",
"effect": {
"econ": 20,
"govt": 0,
"scty": 0
}
},
{
"question": "Any institution that is not explicitely right-wing will become left-wing",
"effect": {
"econ": 0,
"govt": -10,
"scty": 0
}
},
{
"question": "Politics can be more accurately defined not as a conflict of Left vs. Right, but Libertarian against Authoritarian",
"effect": {
"econ": 0,
"govt": 10,
"scty": 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": {
"econ": 0,
"govt": 0,
"scty": -10
}
},
{
"question": "It is important to fight against restrictive social norms to assure a society is truly free.",
"effect": {
"econ": 0,
"govt": 0,
"scty": 10
}
},
{
"question": "Taxation is theft!",
"effect": {
"econ": -10,
"govt": 0,
"scty": 0
}
},
{
"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": {
"econ": 20,
"govt": 0,
"scty": 0
}
},
{
"question": "The French Revolution and its consequences have been a disaster for the Human Race.",
"effect": {
"econ": 0,
"govt": 0,
"scty": -10
}
},
{
"question": "It is in the woman's right to abort her pregnancy.",
"effect": {
"econ": 0,
"govt": 0,
"scty": 10
}
},
{
"question": "A night-watchman state monarchy would be an improvement over the current status quo",
"effect": {
"econ": 0,
"govt": -10,
"scty": 0
}
},
{
"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": {
"econ": 0,
"dipl": 0,
"govt": 10,
"scty": 0
}
},
{
"question": "Dispute resolution would generally be more fair if private alternatives to the state court system are offered.",
"effect": {
"econ": -10,
"govt": 0,
"scty": 0
}
},
{
"question": "Private Property implies exclusivity, inequality and difference.",
"effect": {
"econ": 0,
"govt": 0,
"scty": -10
}
},
{
"question": "A free society should be one which is inclusive to people from all backgrounds.",
"effect": {
"econ": 0,
"govt": 0,
"scty": 10
}
},
{
"question": "Intervention within foreign countries under authoritarian governments to ensure the self-ownership of that country's citizens is a good policy.",
"effect": {
"econ": 0,
"govt": -10,
"scty": 0
}
},
{
"question": "The Libertarian to Alt-Right pipeline is a serious concern and should be adequately dealt with.",
"effect": {
"econ": 0,
"govt": -10,
"scty": 0
}
},
{
"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": {
"econ": -10,
"govt": 0,
"scty": 0
}
},
{
"question": "The libertarian stance on migration shouldn't necessarily be to open it, but rather to privatise it.",
"effect": {
"econ": 0,
"govt": -10,
"scty": 0
}
},
{
"question": "We should not be ashamed in bringing back the wisdom of the past in the face of an increasingly tyrannic modernity.",
"effect": {
"econ": 0,
"govt": 0,
"scty": -10
}
},
{
"question": "History can be primarily described as a steady but not always constant path to ever-increasing liberty and prosperity",
"effect": {
"econ": 0,
"govt": 0,
"scty": 10
}
},
{
"question": "Government legislation against racial and gender discrimination by private institutions is needed, alongside boycotts of such racist institutions",
"effect": {
"econ": -10,
"govt": 0,
"scty": 10
}
},
{
"question": "The state by it's very nature will seek to corrupt and weaken traditional institutions that go against it, as such anyone who truly cares about the maintenance of such institutions should seek to weaken the state.",
"effect": {
"econ": -5,
"govt": 0,
"scty": -5
}
},
{
"question": "A strong military is needed to protect the people from foreign aggression, alongside self-defence.",
"effect": {
"econ": 5,
"govt": -10,
"scty": 0
}
},
{
"question": "Government legislation against environmental pollution is needed alongside a consumer push for eco-friendly products.",
"effect": {
"econ": 10,
"govt": 10,
"scty": 0
}
},
{
"question": "Marriage is not the concern of the state.",
"effect": {
"econ": -10,
"govt": 0,
"scty": 0
}
},
{
"question": "Seasteading as a way to escape the state is a worthwile concept to explore.",
"effect": {
"econ": -10,
"govt": 0,
"scty": 0
}
},
{
"question": "The state acts as defender of institutions of old oppressive institutions, thus anyone who truly wants for society to progress must advocate the weakening of the state.",
"effect": {
"econ": -5,
"govt": 0,
"scty": 5
}
},
{
"question": "Individuals which do not recognise the institution of private property and refuse to abide by its rules are fundamnetally incompatible with a free society, and should be ideally be removed from it.",
"effect": {
"econ": 0,
"govt": -5,
"scty": 0
}
},
{
"question": "Anyone who seeks freedom from the state, no matter their if they're left-wing or right-wing, is a friend to our course.",
"effect": {
"econ": 0,
"govt": 5,
"scty": 0
}
},
];