Skip to content

Commit 463c0ce

Browse files
committed
party vs union
1 parent 556c493 commit 463c0ce

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

questions.js

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,4 +355,93 @@ questions = [
355355
"f": 0
356356
}
357357
},
358+
//party vs union
359+
{
360+
"question": "Socialist political parties should participate in liberal democratic elections.",
361+
"effect": {
362+
"a": 0,
363+
"b": 0,
364+
"c": 0,
365+
"d": 0,
366+
"e": 5,
367+
"f": 0
368+
}
369+
},
370+
{
371+
"question": "Trade unions and workers councils should form the basis of a socialist society.",
372+
"effect": {
373+
"a": 0,
374+
"b": 0,
375+
"c": 0,
376+
"d": 0,
377+
"e": -5,
378+
"f": 0
379+
}
380+
},
381+
{
382+
"question": "The leadership of political parties in the progression towards socialism will always lead to dictatorship.",
383+
"effect": {
384+
"a": 0,
385+
"b": 0,
386+
"c": 0,
387+
"d": 0,
388+
"e": -10,
389+
"f": 0
390+
}
391+
},
392+
{
393+
"question": "Democratic centralism is an authoritarian organizational structure that disregards the masses.",
394+
"effect": {
395+
"a": 0,
396+
"b": 0,
397+
"c": 0,
398+
"d": 0,
399+
"e": -5,
400+
"f": 0
401+
}
402+
},
403+
{
404+
"question": "Only a mass workers party can achieve any meaningful goals.",
405+
"effect": {
406+
"a": 0,
407+
"b": 0,
408+
"c": 0,
409+
"d": 0,
410+
"e": 10,
411+
"f": 0
412+
}
413+
},
414+
{
415+
"question": "Mass spontaneous actions are more effective than carefully planned actions.",
416+
"effect": {
417+
"a": 0,
418+
"b": 0,
419+
"c": 0,
420+
"d": 0,
421+
"e": -5,
422+
"f": 0
423+
}
424+
},
425+
{
426+
"question": "The fact that so many workers vote for bourgeois parties over socialist parties is proof that party politics are no longer relevant.",
427+
"effect": {
428+
"a": 0,
429+
"b": 0,
430+
"c": 0,
431+
"d": 0,
432+
"e": -10,
433+
"f": 0
434+
}
435+
},
436+
{
437+
"question": "Socialist organizations are better off when organized loosely and decentrally.",
438+
"effect": {
439+
"a": 0,
440+
"b": 0,
441+
"c": 0,
442+
"d": 0,
443+
"e": -10,
444+
"f": 0
445+
}
446+
},
358447
];

0 commit comments

Comments
 (0)