Skip to content

Commit d77f2c5

Browse files
committed
four new questions
1 parent 48025a1 commit d77f2c5

File tree

1 file changed

+62
-2
lines changed

1 file changed

+62
-2
lines changed

questions.js

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
questions = [
22
//revolution vs reform
33
{
4-
"question": "Reforming capitalist society to achieve better rights for workers is desirable, even when it's not the final goal.",
4+
"question": "Reforming capitalist society to achieve better rights for workers is desirable.",
55
"i18n": {
6-
"de": "Es ist wünschenswert, die kapitalistische Gesellschaft zu reformieren, um bessere Rechte für die Arbeitnehmer zu erreichen, auch wenn dies nicht das endgültige Ziel ist."
6+
"de": "Es ist wünschenswert, die kapitalistische Gesellschaft zu reformieren, um bessere Rechte für die Arbeitnehmer zu erreichen."
77
},
88
"effect": {
99
"a": -5,
@@ -149,6 +149,21 @@ questions = [
149149
"f": 0,
150150
"g": 0
151151
}
152+
},
153+
{
154+
"question": "The means of production, such as factories and farms, must be publicly owned.",
155+
"i18n": {
156+
"de": "Die Produktionsmittel wie Fabriken und Farmen müssen in öffentlichem Besitz sein."
157+
},
158+
"effect": {
159+
"a": 5,
160+
"b": 5,
161+
"c": 0,
162+
"d": 0,
163+
"e": 0,
164+
"f": 0,
165+
"g": 0
166+
}
152167
},
153168
//scientific vs utopian
154169
{
@@ -180,6 +195,21 @@ questions = [
180195
"f": 0,
181196
"g": 0
182197
}
198+
},
199+
{
200+
"question": "''From each according to his ability, to each according to his needs'' is a good principle.",
201+
"i18n": {
202+
"de": "''Jeder nach seinen Fähigkeiten, jedem nach seinen Bedürfnissen'' ist ein guter Grundsatz."
203+
},
204+
"effect": {
205+
"a": 0,
206+
"b": 5,
207+
"c": 0,
208+
"d": 0,
209+
"e": 0,
210+
"f": 0,
211+
"g": 0
212+
}
183213
},
184214
{
185215
"question": "It is possible to peacefully convince the ruling class to conform to a socialist society.",
@@ -346,6 +376,21 @@ questions = [
346376
"f": 0,
347377
"g": 0
348378
}
379+
},
380+
{
381+
"question": "The state can be best defined as a monopoly on violence and oppression.",
382+
"i18n": {
383+
"de": "Der Staat kann am besten als Gewalt- und Unterdrückungsmonopol definiert werden."
384+
},
385+
"effect": {
386+
"a": 0,
387+
"b": 0,
388+
"c": -5,
389+
"d": 0,
390+
"e": 0,
391+
"f": 0,
392+
"g": 0
393+
}
349394
},
350395
{
351396
"question": "A highly centralized planned economy is not socialism but rather state capitalism.",
@@ -376,6 +421,21 @@ questions = [
376421
"f": 0,
377422
"g": 0
378423
}
424+
},
425+
{
426+
"question": "It is necessary to establish a dictatorship of the proletariat as a transitionary stage between capitalism and socialism.",
427+
"i18n": {
428+
"de": "Es ist notwendig, eine Diktatur des Proletariats als Übergangsphase zwischen Kapitalismus und Sozialismus zu etablieren."
429+
},
430+
"effect": {
431+
"a": 0,
432+
"b": 5,
433+
"c": 5,
434+
"d": 0,
435+
"e": 0,
436+
"f": 0,
437+
"g": 0
438+
}
379439
},
380440
{
381441
"question": "The government should be capable of assigning individuals to workplaces.",

0 commit comments

Comments
 (0)