Skip to content

Making some questions more clear #175

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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 index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ <h2><a id="anchor">What are the eight values?</a></h2>
<div class="explanation_blurb_left">
<p class="value"><b style="color:#d32f2f;">EQUALITY</b></p>
<p class="blurb-text">
Those with higher Equality scores believe the economy should distribute value evenly among the populace. They tend to support progressive tax codes, social programs, and at high values, socialism.
Those with higher Equality scores believe the economy should distribute value evenly among the populace. They tend to support progressive tax codes, social programs, environmentalism, and at high values, socialism.
</p>
</div>
<div class="explanation_axis">
<p class="axis_name">ECONOMIC</p>
<img class="arrow" src="double_arrow.svg"></img>
</div>
<div class="explanation_blurb_right">
<p class="value"><b style="color:#00796b;">MARKETS</b></p>
<p class="value"><b style="color:#00796b;">EFFICIENCY</b></p>
<p class="blurb-text">
Those with higher Market scores believe the economy should be focused on rapid growth. They tend to support lower taxes, privatization, deregulation, and at high values, laissez-faire capitalism.
Those with higher Efficiency scores believe the economy should be focused on rapid growth with a free market. They tend to support lower taxes, privatization, deregulation, and at high values, laissez-faire capitalism.
</p>
</div>
</div>
Expand Down Expand Up @@ -91,9 +91,9 @@ <h2><a id="anchor">What are the eight values?</a></h2>
<img class="arrow" src="double_arrow.svg"></img>
</div>
<div class="explanation_blurb_right">
<p class="value"><b style="color:#303f9f;">AUTHORITY</b></p>
<p class="value"><b style="color:#303f9f;">ORDER</b></p>
<p class="blurb-text">
Those with higher Authority scores believe in strong state power. They tend to support state intervention in personal lives, government surveillance, and at high values, censorship or autocracy.
Those with higher Order scores believe in strong state power. They tend to support state intervention in personal lives, government surveillance, and at high values, censorship or autocracy. Their rationale is to prevent crimes and values that they dislike.
</p>
</div>
</div>
Expand Down
32 changes: 16 additions & 16 deletions questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ questions = [
}
},
{
"question": "The freer the markets, the freer the people.",
"question": "The freer the markets, the freer, more fruitful and more efficient the people.",
"effect": {
"econ": -10,
"dipl": 0,
Expand All @@ -27,7 +27,7 @@ questions = [
}
},
{
"question": "It is better to maintain a balanced budget than to ensure welfare for all citizens.",
"question": "It is impossible to ensure welfare for all citizens without maintaining a balanced budget.",
"effect": {
"econ": -10,
"dipl": 0,
Expand All @@ -54,7 +54,7 @@ questions = [
}
},
{
"question": "From each according to his ability, to each according to his needs.",
"question": "In order to help the disabled: from each according to their ability, to each according to their needs.",
"effect": {
"econ": 10,
"dipl": 0,
Expand All @@ -72,7 +72,7 @@ questions = [
}
},
{
"question": "Taxes should be increased on the rich to provide for the poor.",
"question": "Taxes should be increased on the rich.",
"effect": {
"econ": 10,
"dipl": 0,
Expand All @@ -81,7 +81,7 @@ questions = [
}
},
{
"question": "Inheritance is a legitimate form of wealth.",
"question": "Inheritance is a legitimate form of wealth, even if it is excessive.",
"effect": {
"econ": -10,
"dipl": 0,
Expand All @@ -108,7 +108,7 @@ questions = [
}
},
{
"question": "Those with a greater ability to pay should receive better healthcare.",
"question": "Those with a greater ability to pay should be able to receive better healthcare from private providers.",
"effect": {
"econ": -10,
"dipl": 0,
Expand Down Expand Up @@ -288,16 +288,16 @@ questions = [
}
},
{
"question": "Physician-assisted suicide should be legal.",
"question": "Special interest communities (BLM, LGBT, immigrants, feminists) should have affirmative actions and privileged protection.",
"effect": {
"econ": 0,
"dipl": 0,
"govt": 10,
"govt": -10,
"scty": 0
}
},
{
"question": "The sacrifice of some civil liberties is necessary to protect us from acts of terrorism.",
"question": "The sacrifice of some civil liberties is necessary to protect us from acts of criminals and terrorism.",
"effect": {
"econ": 0,
"dipl": 0,
Expand All @@ -306,7 +306,7 @@ questions = [
}
},
{
"question": "Government surveillance is necessary in the modern world.",
"question": "Government surveillance is necessary to find criminals.",
"effect": {
"econ": 0,
"dipl": 0,
Expand Down Expand Up @@ -434,10 +434,10 @@ questions = [
{
"question": "Climate change is currently one of the greatest threats to our way of life.",
"effect": {
"econ": 0,
"econ": 10,
"dipl": 0,
"govt": 0,
"scty": 10
"scty": 0
}
},
{
Expand All @@ -446,11 +446,11 @@ questions = [
"econ": 0,
"dipl": 10,
"govt": 0,
"scty": 10
"scty": 0
}
},
{
"question": "Society was better many years ago than it is now.",
"question": "Ignoring technology, society was better many years ago than it is now.",
"effect": {
"econ": 0,
"dipl": 0,
Expand Down Expand Up @@ -491,7 +491,7 @@ questions = [
"econ": 0,
"dipl": 0,
"govt": 10,
"scty": 2
"scty": 5
}
},
{
Expand Down Expand Up @@ -544,7 +544,7 @@ questions = [
"effect": {
"econ": 0,
"dipl": 0,
"govt": -10,
"govt": 10,
"scty": 0
}
},
Expand Down