Skip to content

Commit 4c6f805

Browse files
author
Jacob Russell
committed
Fixing
1 parent ca9aa7b commit 4c6f805

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

questions.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ var questionData = [
669669
{
670670
"id": 83,
671671
"question": "You ignore him, I mean, he's just a stupid old person you just met. You search the unconscious guy's pockets and find an invitation to a Fight training session for newcomers and the chance to become a skilled martial artist. Sounds interesting, and you did just literally wreck a guy in seconds. So you go along and see what's up. All of the other contestants seem weak and feeble. You finally get to a mentor and he says that before any training, he wants to see what you're like. You go mental with a flip, then an uppercut, after a hit to the collarbone, then a furious grip of his cuff and you slam him into the ground. He's incredibly inpressed. You're in. Straight away. In fact, inless than 2 weeks you're a mentor and teching others how to fight opponents. You're a Natural.",
672-
"picture": "gym-tank.jpg"
672+
"picture": "gym-tank.jpg",
673673
"answers": {
674674
"FINISH": 122
675675
}
@@ -692,7 +692,7 @@ var questionData = [
692692
"picture": "clash.jpg",
693693
"inventory": {
694694
"coins": 20000,
695-
"sword": true,
695+
"sword": true
696696
},
697697
"answers": {
698698
"FINISH": 122
@@ -775,26 +775,26 @@ var questionData = [
775775
},
776776
{
777777
"id": 120,
778-
"question": "Congratulations. You have Played well and your final Outcome is... \nSOLDIER \nThanks for Playing!",
778+
"question": "Congratulations. You have Played well and your final Outcome is... \n\nSOLDIER \n\nThanks for Playing!",
779779
"picture": "soldier.jpg",
780780
"answers": {
781781
"RETRY": 0
782782
}
783783
},
784784
{
785785
"id": 121,
786-
"question": "Congratulations. You have Played well and your final Outcome is... \nWIZARD \nThanks for Playing!",
786+
"question": "Congratulations. You have Played well and your final Outcome is... \n\nWIZARD \n\nThanks for Playing!",
787787
"picture": "wiz.jpg",
788788
"answers": {
789789
"RETRY": 0
790790
}
791791
},
792792
{
793793
"id": 122,
794-
"question": "Congratulations. You have Played well and your final Outcome is... \nTHIEF \nThanks for Playing!",
794+
"question": "Congratulations. You have Played well and your final Outcome is... \n\nTHIEF \n\nThanks for Playing!",
795795
"picture": "thief.jpg",
796796
"answers": {
797797
"RETRY": 0
798798
}
799-
},
799+
}
800800
];

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ body {
5454
.question {
5555
margin-bottom: 20px;
5656
line-height: 1.3;
57-
font-size: 18px;
57+
font-size: 16px;
5858
}
5959
.buttons {
6060

0 commit comments

Comments
 (0)