Fixed broken JSON by removing line breaks
This commit is contained in:
parent
89ff62f18e
commit
cc030bff87
3 changed files with 5 additions and 15 deletions
|
@ -29,4 +29,7 @@ window.onload = function(){
|
||||||
$("#scenarios").append($liElement);
|
$("#scenarios").append($liElement);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$.getJSON("./resources/questions/scenarios.json", function(data){
|
||||||
|
console.log(data);
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
|
@ -17,12 +17,7 @@
|
||||||
{
|
{
|
||||||
"name": "Rule 1",
|
"name": "Rule 1",
|
||||||
"description":
|
"description":
|
||||||
"Someone is breaking Rule #1 and well... being a dick. They are
|
"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?",
|
||||||
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":[
|
"options":[
|
||||||
"Attempt to defuse the situation, listening to them",
|
"Attempt to defuse the situation, listening to them",
|
||||||
"Go to the moderators, report what happened",
|
"Go to the moderators, report what happened",
|
||||||
|
@ -37,12 +32,7 @@
|
||||||
{
|
{
|
||||||
"name": "Harrassment",
|
"name": "Harrassment",
|
||||||
"description":
|
"description":
|
||||||
"One of your friends is upset. Someone has been harrassing them,
|
"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?",
|
||||||
asking for innapropriate pictures, constantly private messaging
|
|
||||||
them without their consent.
|
|
||||||
<br/>
|
|
||||||
Your friend is visibly uncomfortable, what would be your first
|
|
||||||
action?",
|
|
||||||
"options":[
|
"options":[
|
||||||
"Try to listen to both sides, see what the other person has to say",
|
"Try to listen to both sides, see what the other person has to say",
|
||||||
"Go to the moderators, and report what happened",
|
"Go to the moderators, and report what happened",
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"Name": "Ali"
|
|
||||||
}
|
|
Loading…
Reference in a new issue