Spaces:
Running
Running
Update index.html
Browse files- index.html +7 -8
index.html
CHANGED
@@ -145,22 +145,21 @@
|
|
145 |
answer: ["California", "Texas"], // Array of parts for multi-input
|
146 |
answerLabels: ["First State:", "Second State:"] // Labels for each input
|
147 |
},
|
148 |
-
{ question: "Name Sam's longest Employer. Hint: Close to 20 years employment.", answer: "
|
149 |
{
|
150 |
question: "Sam holds a BA degree in _____, and Masters degree in _____?",
|
151 |
-
answer: ["
|
152 |
answerLabels: ["BA Degree:", "Masters Degree:"] // Labels for each input
|
153 |
},
|
154 |
-
{ question: "What is Sam's biggest fear?", answer: "
|
155 |
-
{ question: "Name the first National Park that Sam and Aaron travelled to. Hint: It was during COVID.", answer: "
|
156 |
{ question: "Sam and her BFF have matching tattoos which is the title of a song. What is the Paul McCartney song?", answer: "Let It Be" },
|
157 |
-
{ question: "What animal would Sam like to have as an indoor pet?", answer: "
|
158 |
{
|
159 |
question: "If Sam won $1000 shopping spree at the store of her choice, which store would it be?",
|
160 |
-
answer: "
|
161 |
-
alternatives: ["Bookstore", "Local Bookstore", "A bookstore"],
|
162 |
bonusPrompt: "Bonus: Why would she choose this store?",
|
163 |
-
bonusAnswer: "
|
164 |
}
|
165 |
];
|
166 |
|
|
|
145 |
answer: ["California", "Texas"], // Array of parts for multi-input
|
146 |
answerLabels: ["First State:", "Second State:"] // Labels for each input
|
147 |
},
|
148 |
+
{ question: "Name Sam's longest Employer. Hint: Close to 20 years employment.", answer: "MSU", alternatives: ["Metropolitan State University"] },
|
149 |
{
|
150 |
question: "Sam holds a BA degree in _____, and Masters degree in _____?",
|
151 |
+
answer: ["Political Science", "Public Administration"], // Array of parts for multi-input
|
152 |
answerLabels: ["BA Degree:", "Masters Degree:"] // Labels for each input
|
153 |
},
|
154 |
+
{ question: "What is Sam's biggest fear?", answer: "Snakes" },
|
155 |
+
{ question: "Name the first National Park that Sam and Aaron travelled to. Hint: It was during COVID.", answer: "Death Valley" },
|
156 |
{ question: "Sam and her BFF have matching tattoos which is the title of a song. What is the Paul McCartney song?", answer: "Let It Be" },
|
157 |
+
{ question: "What animal would Sam like to have as an indoor pet?", answer: "Raccoon" },
|
158 |
{
|
159 |
question: "If Sam won $1000 shopping spree at the store of her choice, which store would it be?",
|
160 |
+
answer: "Menards", // Main answer for bonus question
|
|
|
161 |
bonusPrompt: "Bonus: Why would she choose this store?",
|
162 |
+
bonusAnswer: "Rebate"
|
163 |
}
|
164 |
];
|
165 |
|