Skip to content

Commit

Permalink
fix some typo in questions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-primo committed Nov 8, 2021
1 parent 2c90566 commit 9d351d0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions js/questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const questions = [
}
},
{
"question": "Wages are always fair, as employers know best what a worker's labour is worth.",
"question": "Wages are always fair, as employers know best what a worker's labor is worth.",
"effects": {
"right": 1
}
Expand All @@ -48,7 +48,7 @@ const questions = [
}
},
{
"question": "The freer the markets, the freer the people.",
"question": "\"The freer the markets, the freer the people.\"",
"effects": {
"right": 1
}
Expand Down Expand Up @@ -78,7 +78,7 @@ const questions = [
}
},
{
"question": "Organisations and corporations cannot be trusted and need regulating by the government.",
"question": "Organizations and corporations cannot be trusted and need to be regulated by the government.",
"effects": {
"right": -1
}
Expand All @@ -90,7 +90,7 @@ const questions = [
}
},
{
"question": "The current welfare system should be expanded to further combat inequality.",
"question": "The current welfare system should be expanded to combat inequality.",
"effects": {
"right": -1
}
Expand All @@ -108,7 +108,7 @@ const questions = [
}
},
{
"question": "All industry and the bank should be nationalised.",
"question": "All the industries and banks should be nationalized.",
"effects": {
"right": -1
}
Expand Down Expand Up @@ -150,7 +150,7 @@ const questions = [
}
},
{
"question": "Only the government can fairly and effectively regulate organisations.",
"question": "Only the government can fairly and effectively regulate organizations.",
"effects": {
"auth": 1
}
Expand Down Expand Up @@ -186,7 +186,7 @@ const questions = [
}
},
{
"question": "The government should be less involved in the day to day life of its citizens.",
"question": "The government should be less involved in the day-to-day life of its citizens.",
"effects": {
"auth": -1
}
Expand All @@ -204,7 +204,7 @@ const questions = [
}
},
{
"question": "The smaller the government, the freer the people.",
"question": "The smaller the government, the freer people.",
"effects": {
"auth": -1
}
Expand Down Expand Up @@ -291,7 +291,7 @@ const questions = [
}
},
{
"question": "All people - regardless of factors like culture, sexuality, or economically - should be treated equally.",
"question": "All people - regardless of factors like culture, sexuality, or economics - should be treated equally.",
"effects": {
"auth": -1,
"right": -1,
Expand Down Expand Up @@ -362,7 +362,7 @@ const questions = [
}
},
{
"question": "Laws based on cultural values, rather than ethical ones, aren't justice.",
"question": "Laws based on cultural values rather than ethical ones aren't justice.",
"effects": {
"prog": 1
}
Expand Down

0 comments on commit 9d351d0

Please sign in to comment.