Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ questions = [
{
"question": "Government legislation against racial and gender discrimination by private institutions is needed, alongside boycotts of such racist institutions",
"effect": {
"econ": -10,
"econ": 10,
"govt": 0,
"scty": 10
}
Expand All @@ -185,10 +185,10 @@ questions = [
}
},
{
"question": "A strong military is needed to protect the people from foreign aggression, alongside self-defence.",
"question": "There is a right to secede that carries down all the way to the individual.",
"effect": {
"econ": 5,
"govt": -10,
"econ": -10,
"govt": 0,
"scty": 0
}
},
Expand Down Expand Up @@ -240,4 +240,4 @@ questions = [
"scty": 0
}
},
];
];