From 27aaadec25fb96dbc1dd3233d99ab357e3a5780a Mon Sep 17 00:00:00 2001 From: alisolarflare Date: Thu, 15 Jun 2017 11:15:23 -0600 Subject: [PATCH] Copied scenarios to JSON file --- resources/questions/scenarios.json | 59 ++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/resources/questions/scenarios.json b/resources/questions/scenarios.json index e69de29..fac9b04 100644 --- a/resources/questions/scenarios.json +++ b/resources/questions/scenarios.json @@ -0,0 +1,59 @@ +{ + "scenarios": [ + { + "name": "base raid", + "description": + "You find your base raided: All of your stuff is missing, chests are empty. + What would be your first action?", + "options": [ + "Try to find who stole the goods, and try to get it back", + "Go to the moderators, and report what happened", + "Ignore it all, and try to gather resources to recover", + "Question yourself, has your base really been raided?", + "Other..." + ], + "question": "Why would you choose this action?", + "adult": false + }, + { + "name": "Rule 1", + "description": + "Someone is breaking Rule #1 and well... being a dick. They'are + angry about (having their base raided/being harrassed by another + member/their family treating them unfairly/griefers destroying + their base), and are swearing, insulting people, and generally + making chat a negative enviornment. + What is your first action?", + "options":[ + "Attempt to defuse the situation, listening to them", + "Go to the moderators, report what happened", + "See if there is some way to distract them from their issues", + "Ignore them with /ignore, and continue playing", + "Other..." + ], + "question": + "If you were a moderator, what would you choose instead?", + "adult": false, + }, + { + "name": "Gio", + "description": + "One of your friends is upset. Someone has been harrassing them, + asking for innapropriate pictures, constantly private messaging + them about sexual topics without their consent. +
+ Your friend is visibly uncomfortable, what would be your first + action?", + "options":[ + "Try to listen to both sides, see what the other person has to say", + "Go to the moderators, and report what happened", + "Try to cheer up your friend, diverting their attention to something else", + "Listen to your friend, and reccommend some advice", + "Other..." + ], + "question": + "If this situation were happening to you, what option would you choose?", + "adult": true + } + ] +}