|
1 | 1 | questions = [ |
2 | 2 | //revolution vs reform |
3 | 3 | { |
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.", |
5 | 5 | "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." |
7 | 7 | }, |
8 | 8 | "effect": { |
9 | 9 | "a": -5, |
@@ -149,6 +149,21 @@ questions = [ |
149 | 149 | "f": 0, |
150 | 150 | "g": 0 |
151 | 151 | } |
| 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 | + } |
152 | 167 | }, |
153 | 168 | //scientific vs utopian |
154 | 169 | { |
@@ -180,6 +195,21 @@ questions = [ |
180 | 195 | "f": 0, |
181 | 196 | "g": 0 |
182 | 197 | } |
| 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 | + } |
183 | 213 | }, |
184 | 214 | { |
185 | 215 | "question": "It is possible to peacefully convince the ruling class to conform to a socialist society.", |
@@ -346,6 +376,21 @@ questions = [ |
346 | 376 | "f": 0, |
347 | 377 | "g": 0 |
348 | 378 | } |
| 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 | + } |
349 | 394 | }, |
350 | 395 | { |
351 | 396 | "question": "A highly centralized planned economy is not socialism but rather state capitalism.", |
@@ -376,6 +421,21 @@ questions = [ |
376 | 421 | "f": 0, |
377 | 422 | "g": 0 |
378 | 423 | } |
| 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 | + } |
379 | 439 | }, |
380 | 440 | { |
381 | 441 | "question": "The government should be capable of assigning individuals to workplaces.", |
|
0 commit comments