Skip to content

Commit 851af13

Browse files
committed
questions.js fixes
1 parent b27d127 commit 851af13

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

questions.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ questions = [
4545
}
4646
},
4747
{
48-
"question": "International trade is beneficial.",
48+
"question": "Tariffs on international trade are important to encourage local production.",
4949
"effect": {
50-
"econ": -5,
50+
"econ": 5,
5151
"dipl": 0,
52-
"govt": 10,
52+
"govt": -10,
5353
"scty": 0
5454
}
5555
},
@@ -59,7 +59,7 @@ questions = [
5959
"econ": 10,
6060
"dipl": 0,
6161
"govt": 0,
62-
"scty": 5
62+
"scty": 0
6363
}
6464
},
6565
{
@@ -68,7 +68,7 @@ questions = [
6868
"econ": -10,
6969
"dipl": 0,
7070
"govt": 0,
71-
"scty": -5
71+
"scty": 0
7272
}
7373
},
7474
{
@@ -90,7 +90,7 @@ questions = [
9090
}
9191
},
9292
{
93-
"question": "Public utilities like roads and electricity should be publicly owned.",
93+
"question": "Basic utilities like roads and electricity should be publicly owned.",
9494
"effect": {
9595
"econ": 10,
9696
"dipl": 0,
@@ -99,7 +99,7 @@ questions = [
9999
}
100100
},
101101
{
102-
"question": "Excessive government intervention is a threat to the economy.",
102+
"question": "Government intervention is a threat to the economy.",
103103
"effect": {
104104
"econ": -10,
105105
"dipl": 0,
@@ -122,7 +122,7 @@ questions = [
122122
"econ": 10,
123123
"dipl": 0,
124124
"govt": 0,
125-
"scty": 10
125+
"scty": 5
126126
}
127127
},
128128
{
@@ -265,7 +265,7 @@ questions = [
265265
"effect": {
266266
"econ": 0,
267267
"dipl": -10,
268-
"govt": -10,
268+
"govt": -5,
269269
"scty": 0
270270
}
271271
},
@@ -400,7 +400,7 @@ questions = [
400400
"effect": {
401401
"econ": 0,
402402
"dipl": 0,
403-
"govt": -10,
403+
"govt": -5,
404404
"scty": -10
405405
}
406406
},
@@ -543,7 +543,7 @@ questions = [
543543
"question": "Gun ownership should be prohibited for those without a valid reason.",
544544
"effect": {
545545
"econ": 0,
546-
"dipl": 10,
546+
"dipl": 0,
547547
"govt": -10,
548548
"scty": 0
549549
}
@@ -605,7 +605,7 @@ questions = [
605605
{
606606
"question": "Governments should be as concerned about foreigners as they are about their own citizens.",
607607
"effect": {
608-
"econ": 10,
608+
"econ": 0,
609609
"dipl": 10,
610610
"govt": 0,
611611
"scty": 0

0 commit comments

Comments
 (0)