awacke1 commited on
Commit
e9ab345
·
verified ·
1 Parent(s): 2a36b0c

Update index.html

Browse files
Files changed (1) hide show
  1. 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: "Metropolitan State University", alternatives: ["MSU"] },
149
  {
150
  question: "Sam holds a BA degree in _____, and Masters degree in _____?",
151
- answer: ["BA in English Literature", "Masters in Library Science"], // 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: "Spiders" },
155
- { question: "Name the first National Park that Sam and Aaron travelled to. Hint: It was during COVID.", answer: "Yellowstone National Park", alternatives: ["Yellowstone"] },
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: "A cat", alternatives: ["Cat", "Cats"] },
158
  {
159
  question: "If Sam won $1000 shopping spree at the store of her choice, which store would it be?",
160
- answer: "A local bookstore", // Main answer for bonus question
161
- alternatives: ["Bookstore", "Local Bookstore", "A bookstore"],
162
  bonusPrompt: "Bonus: Why would she choose this store?",
163
- bonusAnswer: "To support local business and her love for reading"
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