-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #187 from joshzcold/refactor/e2e-v3
Refactor e2e part 3
- Loading branch information
Showing
12 changed files
with
536 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,262 @@ | ||
{ | ||
"rounds": [ | ||
{ | ||
"answers": [ | ||
{ | ||
"ans": "TV/Movies", | ||
"pnt": 66 | ||
}, | ||
{ | ||
"ans": "Pets/Animals", | ||
"pnt": 12 | ||
}, | ||
{ | ||
"ans": "Sports", | ||
"pnt": 12 | ||
}, | ||
{ | ||
"ans": "Kids", | ||
"pnt": 8 | ||
} | ||
], | ||
"multiply": 1, | ||
"question": "Name Something That People Could Watch For Hours." | ||
}, | ||
{ | ||
"answers": [ | ||
{ | ||
"ans": "By Mistake", | ||
"pnt": 32 | ||
}, | ||
{ | ||
"ans": "For Wife", | ||
"pnt": 31 | ||
}, | ||
{ | ||
"ans": "Asleep", | ||
"pnt": 25 | ||
}, | ||
{ | ||
"ans": "Hot Actress", | ||
"pnt": 8 | ||
} | ||
], | ||
"multiply": 1, | ||
"question": "Tell Me An Excuse That A Tough Guy Might Give If He Were Caught Watching A Soap Opera" | ||
}, | ||
{ | ||
"answers": [ | ||
{ | ||
"ans": "Fish ", | ||
"pnt": 41 | ||
}, | ||
{ | ||
"ans": "Otter ", | ||
"pnt": 27 | ||
}, | ||
{ | ||
"ans": "Crocodile ", | ||
"pnt": 17 | ||
}, | ||
{ | ||
"ans": "Frog ", | ||
"pnt": 11 | ||
}, | ||
{ | ||
"ans": "Newt ", | ||
"pnt": 7 | ||
} | ||
], | ||
"multiply": 1, | ||
"question": "Name An Animal That Lives In A River" | ||
}, | ||
{ | ||
"answers": [ | ||
{ | ||
"ans": "Couch", | ||
"pnt": 59 | ||
}, | ||
{ | ||
"ans": "Lounge Chair", | ||
"pnt": 16 | ||
}, | ||
{ | ||
"ans": "Bed", | ||
"pnt": 7 | ||
}, | ||
{ | ||
"ans": "Table", | ||
"pnt": 6 | ||
} | ||
], | ||
"multiply": 2, | ||
"question": "Name A Piece Of furniture That’s Too big To Fit In A VW Bug" | ||
}, | ||
{ | ||
"answers": [ | ||
{ | ||
"ans": "Your Windows", | ||
"pnt": 24 | ||
}, | ||
{ | ||
"ans": "Your Diary/Journal", | ||
"pnt": 20 | ||
}, | ||
{ | ||
"ans": "Medicine Cabinet/Closet", | ||
"pnt": 19 | ||
}, | ||
{ | ||
"ans": "Your Purse", | ||
"pnt": 15 | ||
}, | ||
{ | ||
"ans": "Your Mail", | ||
"pnt": 11 | ||
}, | ||
{ | ||
"ans": "Cell Phone Records", | ||
"pnt": 4 | ||
}, | ||
{ | ||
"ans": "Your Trash", | ||
"pnt": 3 | ||
} | ||
], | ||
"multiply": 2, | ||
"question": "Name Something That Only A Nosy Person Would Look Through" | ||
}, | ||
{ | ||
"answers": [ | ||
{ | ||
"ans": "Price Is Right", | ||
"pnt": 49 | ||
}, | ||
{ | ||
"ans": "Wheel Of Fortune", | ||
"pnt": 19 | ||
}, | ||
{ | ||
"ans": "Friendly Feud", | ||
"pnt": 18 | ||
}, | ||
{ | ||
"ans": "Jeopardy", | ||
"pnt": 9 | ||
} | ||
], | ||
"multiply": 2, | ||
"question": "Name A Gameshow That Has Been Around Forever." | ||
} | ||
], | ||
"final_round": [ | ||
{ | ||
"answers": [ | ||
[ | ||
"Plus", | ||
25 | ||
], | ||
[ | ||
"Equal", | ||
19 | ||
], | ||
[ | ||
"Multiply", | ||
14 | ||
], | ||
[ | ||
"Divide", | ||
12 | ||
], | ||
[ | ||
"On/Off", | ||
8 | ||
], | ||
[ | ||
"Percent", | ||
8 | ||
], | ||
[ | ||
"Minus", | ||
6 | ||
] | ||
], | ||
"question": "Besides numbers,name a button on a calculator" | ||
}, | ||
{ | ||
"answers": [ | ||
[ | ||
"Smoking", | ||
38 | ||
], | ||
[ | ||
"Camping/Campfire", | ||
27 | ||
], | ||
[ | ||
"Fireworks", | ||
15 | ||
], | ||
[ | ||
"Fire Eating", | ||
14 | ||
] | ||
], | ||
"question": "Name a Hobby That Would Be Ironic For A Firefighter To Have." | ||
}, | ||
{ | ||
"answers": [ | ||
[ | ||
"Playing Outside", | ||
52 | ||
], | ||
[ | ||
"Playing Sports", | ||
25 | ||
], | ||
[ | ||
"Swimming", | ||
18 | ||
], | ||
[ | ||
"Getting Out Of Bed", | ||
3 | ||
] | ||
], | ||
"question": "Name Something A Mom Might Tell Her Kid To Shower After Doing" | ||
}, | ||
{ | ||
"answers": [ | ||
[ | ||
"Mall", | ||
28 | ||
], | ||
[ | ||
"Hospital", | ||
18 | ||
], | ||
[ | ||
"Concert", | ||
16 | ||
], | ||
[ | ||
"Airport", | ||
15 | ||
], | ||
[ | ||
"Work/Downtown", | ||
14 | ||
], | ||
[ | ||
"Sporting Event", | ||
6 | ||
] | ||
], | ||
"question": "Tell Me A Place Where You Often Have To Pay For Parking." | ||
} | ||
], | ||
"final_round_timers": [ | ||
2, | ||
1 | ||
] | ||
} |
Oops, something went wrong.