Fixed broken JSON by removing line breaks

This commit is contained in:
alisolarflare 2017-06-15 16:35:01 -06:00
parent 89ff62f18e
commit cc030bff87
3 changed files with 5 additions and 15 deletions

View file

@ -29,4 +29,7 @@ window.onload = function(){
$("#scenarios").append($liElement);
}
$.getJSON("./resources/questions/scenarios.json", function(data){
console.log(data);
});
};

View file

@ -17,12 +17,7 @@
{
"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?",
"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",
@ -37,12 +32,7 @@
{
"name": "Harrassment",
"description":
"One of your friends is upset. Someone has been harrassing them,
asking for innapropriate pictures, constantly private messaging
them without their consent.
<br/>
Your friend is visibly uncomfortable, what would be your first
action?",
"One of your friends is upset. Someone has been harrassing them, asking for innapropriate pictures, constantly private messaging them without their consent. <br/>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",

View file

@ -1,3 +0,0 @@
{
"Name": "Ali"
}