Merge pull request #1 from APf0x/patch-1

Update data.json
This commit is contained in:
Mattia Mascarello 2021-10-30 18:24:42 +02:00 committed by GitHub
commit bdaa39ac94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,8 @@
"effect": -5000 "effect": -5000
}, },
{ {
"text": "What?", "text": "What is Tienanmen square?",
"effect": 10 "effect": 1000
} }
] ]
}, },
@ -108,7 +108,7 @@
}, },
{ {
"text": "To expand China's influence", "text": "To expand China's influence",
"effect": 400 "effect": 1400
} }
] ]
}, },
@ -167,6 +167,90 @@
"effect": 5000 "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
}
]
} }
] ]
} }