Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more questions to identify social democrats from socialists #168

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
85 changes: 83 additions & 2 deletions questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,42 @@ questions = [
"scty": 0
}
},
{
"question": "The means of production of consumer goods should be publicly owned.",
"effect": {
"econ": 10,
"dipl": 0,
"govt": 0,
"scty": 0
}
},
{
"question": "A carbon tax is important to solve climate change.",
"effect": {
"econ": 5,
"dipl": 0,
"govt": 0,
"scty": -10
}
},
{
"question": "All land should be publicly owned.",
"effect": {
"econ": 10,
"dipl": 0,
"govt": 0,
"scty": 0
}
},
{
"question": "America has become more left wing over time",
"effect": {
"econ": -10,
"dipl": 5,
"govt": 0,
"scty": 10
}
},
{
"question": "It is better to maintain a balanced budget than to ensure welfare for all citizens.",
"effect": {
Expand All @@ -47,8 +83,8 @@ questions = [
{
"question": "Tariffs on international trade are important to encourage local production.",
"effect": {
"econ": 5,
"dipl": 0,
"econ": 0,
"dipl": 10,
"govt": -10,
"scty": 0
}
Expand Down Expand Up @@ -215,6 +251,15 @@ questions = [
"scty": 0
}
},
{
"question": "We should work toward equality of outcomes.",
"effect": {
"econ": 10,
"dipl": 0,
"govt": 0,
"scty": 0
}
},
{
"question": "My nation is great.",
"effect": {
Expand Down Expand Up @@ -332,6 +377,15 @@ questions = [
"scty": -5
}
},
{
"question": "All capitalists are evil.",
"effect": {
"econ": 10,
"dipl": 0,
"govt": 0,
"scty": 0
}
},
{
"question": "All authority should be questioned.",
"effect": {
Expand Down Expand Up @@ -467,6 +521,15 @@ questions = [
"scty": -10
}
},
{
"question": "A publicly owned economy is better at innovation than a private one.",
"effect": {
"econ": 10,
"dipl": 0,
"govt": 0,
"scty": 0
}
},
{
"question": "It is important that we think in the long term, beyond our lifespans.",
"effect": {
Expand Down Expand Up @@ -575,6 +638,15 @@ questions = [
"scty": -10
}
},
{
"question": "Two party systems work the best.",
"effect": {
"econ": 0,
"dipl": 0,
"govt": -10,
"scty": 5
}
},
{
"question": "To chase progress at all costs is dangerous.",
"effect": {
Expand Down Expand Up @@ -620,6 +692,15 @@ questions = [
"scty": 10
}
},
{
"question": "Capital punishment should be used.",
"effect": {
"econ": 0,
"dipl": 0,
"govt": -10,
"scty": 5
}
},
{
"question": "It is important that we further my group's goals above all others.",
"effect": {
Expand Down