From 5cd4c23874d1b96028f50263556d3dd3e65fef36 Mon Sep 17 00:00:00 2001 From: APf0x <77631767+APf0x@users.noreply.github.com> Date: Sat, 30 Oct 2021 18:15:33 +0200 Subject: [PATCH] Update data.json --- data.json | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 88 insertions(+), 4 deletions(-) diff --git a/data.json b/data.json index 8de2b67..9c9063c 100644 --- a/data.json +++ b/data.json @@ -64,8 +64,8 @@ "effect": -5000 }, { - "text": "What?", - "effect": 10 + "text": "What is Tienanmen square?", + "effect": 1000 } ] }, @@ -108,7 +108,7 @@ }, { "text": "To expand China's influence", - "effect": 400 + "effect": 1400 } ] }, @@ -167,6 +167,90 @@ "effect": 5000 } ] + }, + { + "title": "Whitch country is the best?", + "answers": [ + { + "text": "America", + "effect": -1000 + }, + { + "text": "Not China", + "effect": -6969 + }, + { + "text": "China", + "effect": 3000 + }, + { + "text": "Taiwan", + "effect": -5000 + } + ] + }, + { + "title": "How many hours of videogames do you play per day?", + "answers": [ + { + "text": "1", + "effect": 1000 + }, + { + "text": "What is gaming?", + "effect": 609 + }, + { + "text": "3", + "effect": 500 + }, + { + "text": "more than 3 hours", + "effect": -1000 + } + ] + }, + { + "title": "Thoughts about communism?", + "answers": [ + { + "text": "I hate it", + "effect": -2000 + }, + { + "text": "I love it", + "effect": -609 + }, + { + "text": "We love it", + "effect": 1500 + }, + { + "text": "What is communism?", + "effect": -10 + } + ] + }, + { + "title": "Whitch country is the best?", + "answers": [ + { + "text": "China", + "effect": 1000 + }, + { + "text": "China", + "effect": 1000 + }, + { + "text": "China", + "effect": 1000 + }, + { + "text": "Not China", + "effect": -5000 + } + ] } ] -} \ No newline at end of file +}