-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathquestions.js
More file actions
434 lines (408 loc) · 10.8 KB
/
questions.js
File metadata and controls
434 lines (408 loc) · 10.8 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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
questions = [
{
"id": 1,
"question": "The only person someone can truly rely on is himself.",
"effects": {
"social": 1
}
},
{
"id": 2,
"question": "Our focus should be on individuals rather than group identities.",
"effects": {
"social": 1
}
},
{
"id": 3,
"question": "Live and let live is the best life philosophy.",
"effects": {
"social": 1
}
},
{
"id": 4,
"question": "Every lifestyle affects society in a way, and should be condemned or approved accordingly.",
"effects": {
"social": -1
}
},
{
"id": 5,
"question": "We are ultimately irrelevant as individuals, only our efforts to the group have a lasting effect.",
"effects": {
"social": -1
}
},
{
"id": 6,
"question": "It is okay to restrict individual rights if the community benefits from it.",
"effects": {
"social": -1
}
},
{
"id": 7,
"question": "If we are to have state enterprises, then they should be run on the same principles as private ones.",
"effects": {
"econ": 1
}
},
{
"id": 8,
"question": "Non-market systems are always bound to failure due to lack of adaptability and self-regulation.",
"effects": {
"econ": 1
}
},
{
"id": 9,
"question": "Governments are bound to regulations and lobbying which usually give unfair advantages to large corporations.",
"effects": {
"econ": 1
}
},
{
"id": 10,
"question": "AI will be capable of better economic planning that any market ever could.",
"effects": {
"econ": -1
}
},
{
"id": 11,
"question": "The free market distributes resources between different parties (workers, management) in an unfair manner.",
"effects": {
"econ": -1
}
},
{
"id": 12,
"question": "Market systems will inevitably allow harmful monopolies for the consumers to form.",
"effects": {
"econ": -1
}
},
{
"id": 13,
"question": "The intelligence of some people can be explained by their genetics.",
"effects": {
"essence": 1
}
},
{
"id": 14,
"question": "Poor socio-economic conditions are caused by people themselves (or their nature), not 'institutionalized oppression'.",
"effects": {
"essence": 1
}
},
{
"id": 15,
"question": "The roles of genders are mainly determined by biological traits, rather than societal ones.",
"effects": {
"essence": 1
}
},
{
"id": 16,
"question": "Rehabilitation is a legitimate alternative to punishment, as it can lower re-offending rates.",
"effects": {
"essence": -1
}
},
{
"id": 17,
"question": "There are no 'inherent' traits in people, as they are mainly determined by their environment (upbringing, society).",
"effects": {
"essence": -1
}
},
{
"id": 18,
"question": "Crime generally arises from poor socio-economic factors and isn't caused by their 'genetic traits'.",
"effects": {
"essence": -1
}
},
{
"id": 19,
"question": "The end generally justifies the means - outcome is the priority.",
"effects": {
"moral": 1
}
},
{
"id": 20,
"question": "Opportunism is a valid strategy to achieve desired goals.",
"effects": {
"moral": 1
}
},
{
"id": 21,
"question": "Some compromises need to be done to keep the opposition from turning too hostile against us.",
"effects": {
"moral": 1
}
},
{
"id": 22,
"question": "Compromises usually lead to abandonment of principles in the long run.",
"effects": {
"moral": -1
}
},
{
"id": 23,
"question": "There are certain principles we must adhere to get to our goal.",
"effects": {
"moral": -1
}
},
{
"id": 24,
"question": "Even 'utopic' goals should be thrived towards. Many ideas once thought impossible are a reality nowadays.",
"effects": {
"moral": -1
}
},
{
"id": 25,
"question": "Globalization is inevitable; There's no way to reverse modern hyper-connectivity.",
"effects": {
"apply": 1
}
},
{
"id": 26,
"question": "There are ideas from every cultures that we could apply either in our personal lives or society.",
"effects": {
"apply": 1
}
},
{
"id": 27,
"question": "Group identities and tribalism are the main factors slowing us down as a mankind.",
"effects": {
"apply": 1
}
},
{
"id": 28,
"question": "My idea(s) can be theoretically applied across the world.",
"effects": {
"apply": 1
}
},
{
"id": 29,
"question": "There's nothing universal in universalism, as all theory is written from someone's cultural context.",
"effects": {
"apply": -1
}
},
{
"id": 30,
"question": "Each nation must develop on their own terms and hence determine their own fate.",
"effects": {
"apply": -1
}
},
{
"id": 31,
"question": "(Ethnic) minorities will never be able to fully assimilate and their children will be living in an identity crisis.",
"effects": {
"apply": -1
}
},
{
"id": 32,
"question": "Globalism is a threat to my ideal way of social order.",
"effects": {
"apply": -1
}
},
{
"id": 33,
"question": "Ecological measures in industries are necessary, even if it sacrifices output and efficiency.",
"effects": {
"ecol": 1
}
},
{
"id": 34,
"question": "The Industrial Revolution and its consequences have been a disaster for the human race.",
"effects": {
"ecol": 1
}
},
{
"id": 35,
"question": "Alienation from nature is the primary cause of many modern issues.",
"effects": {
"ecol": 1
}
},
{
"id": 36,
"question": "Certain pollutive industries are just necessary evils to upkeep our society.",
"effects": {
"ecol": -1
}
},
{
"id": 37,
"question": "I'd rather live in a city with conveniences than in the countryside.",
"effects": {
"ecol": -1
}
},
{
"id": 38,
"question": "Neo-luddites are naive people whose society would collapse or get conquered by others within hours.",
"effects": {
"ecol": -1
}
},
{
"id": 39,
"question": "There should be political youth organizations (like Komsomol) to instill our values in the youth",
"effects": {
"socpol": 1
}
},
{
"id": 40,
"question": "Political successes, even if due to foreign factors, should be attributed to our ideology.",
"effects": {
"socpol": 1
}
},
{
"id": 41,
"question": "Politics is one of the most important aspects of society, as it determines which way society moves.",
"effects": {
"socpol": 1
}
},
{
"id": 42,
"question": "I just want to grill, for god's sake!",
"effects": {
"socpol": -1
}
},
{
"id": 43,
"question": "Politics shouldn't be taught in schools, as it is inherently done in a biased manner.",
"effects": {
"socpol": -1
}
},
{
"id": 44,
"question": "Certain people will always handle their lives better and are more successful, regardless of the political system.",
"effects": {
"socpol": -1
}
},
{
"id": 45,
"question": "Religion helps people to self-actualize themselves, rather than constraint them.",
"effects": {
"relig": 1
}
},
{
"id": 46,
"question": "Our youth should be taught about religious values.",
"effects": {
"relig": 1
}
},
{
"id": 47,
"question": "It is abhorrent to see how human spirituality has been neglected in our society.",
"effects": {
"relig": 1
}
},
{
"id": 48,
"question": "An ideal society should have a priesthood (or other religious ruling class).",
"effects": {
"relig": 1
}
},
{
"id": 49,
"question": "Religions are generally a tool to control the masses, even today.",
"effects": {
"relig": -1
}
},
{
"id": 50,
"question": "The harm done by religions (corruption, wars) outweighs the 'spiritual' benefits.",
"effects": {
"relig": -1
}
},
{
"id": 51,
"question": "Religion has no place in my society.",
"effects": {
"relig": -1
}
},
{
"id": 52,
"question": "It is very unlikely that a secular society will ever return to a religious one, as god remains dead once killed.",
"effects": {
"relig": -1
}
},
{
"id": 53,
"question": "If possible, I would go on a vacation to the cosmos.",
"effects": {
"aesth": 1
}
},
{
"id": 54,
"question": "I could describe my aesthetic preferences with: Space, acceleration, technology, youth.",
"effects": {
"aesth": 1
}
},
{
"id": 55,
"question": "I'd rather read science fiction than a book about history.",
"effects": {
"aesth": 1
}
},
{
"id": 56,
"question": "I'm interested in the history of ancient civilizations (Greek, Rome, etc).",
"effects": {
"aesth": -1
}
},
{
"id": 57,
"question": "Modern architecture feels dull and cheap.",
"effects": {
"aesth": -1
}
},
{
"id": 58,
"question": "I could describe my aesthetic preferences with: Godly, mighty, strong, ideal.",
"effects": {
"aesth": -1
}
}
];