SocialCreditScoreGame/data.json
2021-11-21 02:11:48 -03:00

278 lines
7.4 KiB
JSON

{
"initialScore": 10000,
"questions": [
{
"title": "Select the sexiest male:",
"answers": [
{
"text": "<img class='answers-pic' src='assets/img/male0.jpeg'>",
"effect": 2000
},
{
"text": "<img class='answers-pic' src='assets/img/male1.jpeg'>",
"effect": -9999
},
{
"text": "<img class='answers-pic' src='assets/img/male2.jpeg'>",
"effect": -9999
},
{
"text": "<img class='answers-pic' src='assets/img/male3.jpeg'>",
"effect": -9999
}
]
},
{
"title": "Is Taiwan a country",
"answers": [
{
"text": "Yes",
"effect": -1001
},
{
"text": "No",
"effect": 700
},
{
"text": "What is Taiwan?",
"effect": 3000
}
]
},
{
"title": "How many parties are allowed in China?",
"answers": [
{
"text": "One",
"effect": 1200
},
{
"text": "Many",
"effect": -5000
},
{
"text": "Only the Communist party",
"effect": 7000
}
]
},
{
"title": "How many children do you have?",
"answers": [
{
"text": "One",
"effect": 1200
},
{
"text": "Many",
"effect": -5000
},
{
"text": "None",
"effect": 10
}
]
},
{
"title": "What happened in Tienanmen square in 1989?",
"answers": [
{
"text": "Nothing",
"effect": 1200
},
{
"text": "Something",
"effect": -5000
},
{
"text": "What is Tienanmen square?",
"effect": 1000
}
]
},
{
"title": "Do you use western socia media?",
"answers": [
{
"text": "No",
"effect": 1200
},
{
"text": "Yes",
"effect": -5000
}
]
},
{
"title": "Do you keep any Uyghurs hidden at home?",
"answers": [
{
"text": "No",
"effect": 1200
},
{
"text": "Yes",
"effect": -5000
}
]
},
{
"title": "Have you recently travelled abroad",
"answers": [
{
"text": "No",
"effect": 1200
},
{
"text": "Yes",
"effect": -5000
},
{
"text": "To expand China's influence",
"effect": 1400
}
]
},
{
"title": "Do you think we should respect the environment",
"answers": [
{
"text": "No",
"effect": 1200
},
{
"text": "Yes",
"effect": -5000
},
{
"text": "Just casually expanding China's influence again",
"effect": 600
}
]
},
{
"title": "Do you support Hong-Kong's indipendence?",
"answers": [
{
"text": "No",
"effect": 1200
},
{
"text": "Yes",
"effect": -5000
}
]
},
{
"title": "Can we build a nuclear power plant near your home?",
"answers": [
{
"text": "No",
"effect": -7200
},
{
"text": "Yes",
"effect": 5000
}
]
},
{
"title": "Your father is going to a re-education camp",
"answers": [
{
"text": "No!",
"effect": -7200
},
{
"text": "Yes!",
"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
}
]
}
]
}