-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathquestions.json
39 lines (39 loc) · 1.39 KB
/
questions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[
{
"question": "What is the first name of the wagon leader?",
"answer": "Art",
"type": "free-form"
},
{
"question": "In order to survive the trail ahead, you'll need to have a restocking strategy for when you need to get more supplies or risk starving. If it takes you an estimated 3 days to restock your food and you plan to start with 200lbs of food, budget 10lbs/day to eat, and keep a safety stock of at least 50lbs of back up... at what point should you restock?",
"answer": "D",
"options": [
"A: 100lbs",
"B: 20lbs",
"C: 5lbs",
"D: 80lbs"
],
"type": "multi-choice"
},
{
"question": "You’ve encountered a dense forest near the Blue Mountains, and your party is unsure how to proceed. There is a fork in the road, and you must choose a path. Which way will you go?",
"answer": "B",
"options": [
"A: take the northern trail",
"B: take the southern trail",
"C: turn around",
"D: go fishing"
],
"type": "multi-choice"
},
{
"question": "There's a deer. You're hungry. You know what you have to do...",
"answer": "bang",
"type": "action"
},
{
"question": "Tell me about the S&P 500?",
"answer": "you shall not pass",
"type": "action"
}
]