From efc38cc1075215f1fc33de1c9a001be3ea558820 Mon Sep 17 00:00:00 2001 From: liberalism0 <39197117+liberalism0@users.noreply.github.com> Date: Sat, 12 May 2018 02:41:18 +0900 Subject: [PATCH] Update questions.js Fixed --- questions.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/questions.js b/questions.js index 38e3a829..11dd3440 100644 --- a/questions.js +++ b/questions.js @@ -47,7 +47,7 @@ questions = [ { "question": "International trade is beneficial.", "effect": { - "econ": -5, + "econ" : -10 , "dipl": 0, "govt": 10, "scty": 0 @@ -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 } @@ -508,7 +508,7 @@ questions = [ "effect": { "econ": 0, "dipl": 10, - "govt": 5, + "govt" : 5 , "scty": 10 } }, @@ -517,7 +517,7 @@ questions = [ "effect": { "econ": 0, "dipl": 0, - "govt": -5, + "govt": -10 , "scty": -10 } }, @@ -526,7 +526,7 @@ questions = [ "effect": { "econ": 0, "dipl": 0, - "govt": -5, + "govt": -10 , "scty": -10 } }, @@ -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 } }