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

Fix more typos #5

Open
wants to merge 1 commit 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
6 changes: 3 additions & 3 deletions questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ questions = [
{"id": 36, "question": "My ideology is 'mainstream'.", "effects": {"rad": -1}},
{"id": 37, "question": "My political ideas can be established through small reforms.", "effects": {"rad": -1}},
{"id": 38, "question": "Protests should be as peaceful as possible.", "effects": {"nonv": 1}},
{"id": 39, "question": "Agression brings more negatives than positive.", "effects": {"nonv": 1}},
{"id": 39, "question": "Aggression brings more negatives than positives.", "effects": {"nonv": 1}},
{"id": 40, "question": "Violence is sometimes unavoidable in order to acheive real change.", "effects": {"nonv": -1}},
{"id": 41, "question": "Experts and intellegent people should rule this country.", "effects": {"noo": 1}},
{"id": 42, "question": "Democracy is unstable and easily corruptable.", "effects": {"noo": 1}},
Expand Down Expand Up @@ -162,7 +162,7 @@ questions = [
{"id": 147, "question": "A decision is always bad if all people are against it.", "effects": {"fact": -1}},
{"id": 148, "question": "The population should not be too intellegent.", "effects": {"trpop": 1}},
{"id": 149, "question": "Every person should have access to basic education.", "effects": {"trpop": -1}},
{"id": 150, "question": "We should make many efforts to increase the intellegence of the population.", "effects": {"trpop": -1}},
{"id": 150, "question": "We should make many efforts to increase the intelligence of the population.", "effects": {"trpop": -1}},
{"id": 151, "question": "Weapons should be privatized through a free market.", "effects": {"wmar": 1}},
{"id": 152, "question": "Only corporations should have the ability to own weapons.", "effects": {"wmar": 1}},
{"id": 153, "question": "Certain weapons should be banned.", "effects": {"wmar": 1}},
Expand All @@ -177,7 +177,7 @@ questions = [
{"id": 161, "question": "Killing animals for food isn't immoral.", "effects": {"poach": 1}},
{"id": 162, "question": "There should be stricter laws on killing animals.", "effects": {"poach": -1}},
{"id": 163, "question": "The workplace should be hierarchial.", "effects": {"hier": 1}},
{"id": 164, "question": "The owner of a business should own the means of production, because he took the risks of bankrupcy.", "effects": {"hier": 1}},
{"id": 164, "question": "The owner of a business should own the means of production, because he took the risks of bankruptcy.", "effects": {"hier": 1}},
{"id": 165, "question": "Workplaces should be worker-owned.", "effects": {"hier": -1}},
{"id": 166, "question": "The interests of a nation's legal citizens are more important than the interests of immigrants.", "effects": {"open": -1}},
{"id": 167, "question": "Walls and fences should be set up in order to stop illegal immigration.", "effects": {"open": -1}},
Expand Down