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
16 changes: 8 additions & 8 deletions questions.js
Original file line numberDiff line numberDiff line change
Expand Up@@ -47,7 +47,7 @@ questions = [
{
"question": "International trade is beneficial.",
"effect": {
"econ": -5,
"econ": -10 ,
"dipl": 0,
"govt": 10,
"scty": 0
Expand DownExpand Up@@ -155,8 +155,8 @@ questions = [
{
"question": "I support regional unions, such as the European Union.",
"effect": {
"econ": -5,
"dipl": 10,
"econ": -10 ,
"dipl": 10,
"govt": 10,
"scty": 5
}
Expand DownExpand Up@@ -508,7 +508,7 @@ questions = [
"effect": {
"econ": 0,
"dipl": 10,
"govt": 5,
"govt": 5,
"scty": 10
}
},
Expand All@@ -517,7 +517,7 @@ questions = [
"effect": {
"econ": 0,
"dipl": 0,
"govt": -5,
"govt": -10 ,
"scty": -10
}
},
Expand All@@ -526,7 +526,7 @@ questions = [
"effect": {
"econ": 0,
"dipl": 0,
"govt": -5,
"govt": -10 ,
"scty": -10
}
},
Expand DownExpand Up@@ -623,9 +623,9 @@ questions = [
{
"question": "It is important that we further my group's goals above all others.",
"effect": {
"econ": -10,
"econ": 10,
"dipl": -10,
"govt": -10,
"govt": 10,
"scty": -10
}
}
Expand Down