awacke1 commited on
Commit
577d523
·
verified ·
1 Parent(s): 9aaecd5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -5
index.html CHANGED
@@ -139,13 +139,13 @@
139
  <script>
140
  const gameData = [
141
  // emoji property removed from all objects
142
- { question: "Name Sam's all time favorite musical group?", answer: "Beastie Boys" },
143
- { question: "What is Sam's favorite game?", answer: "Scrabble" },
144
- { question: "In her 20's, Sam lived briefly in which two states?", answer: "California and Oregon", alternatives: ["Oregon and California"] },
145
- { question: "Name Sam's longest Employer.", answer: "Target", alternatives: ["Target Corporation"] },
146
  { question: "Sam holds a BA degree in _____, and Masters degree in _____?", answer: "BA in English Literature and Masters in Library Science", alternatives: ["English Literature and Library Science", "English Lit and Library Science", "BA English Literature Masters Library Science"] },
147
  { question: "What is Sam's biggest fear?", answer: "Spiders" },
148
- { question: "Name the first National Park that Sam and Aaron travelled to.", answer: "Yellowstone National Park", alternatives: ["Yellowstone"] },
149
  { 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" },
150
  { question: "What animal would Sam like to have as an indoor pet?", answer: "A cat", alternatives: ["Cat", "Cats"] },
151
  { question: "If Sam won $1000 shopping spree at the store of her choice, which store would it be?", answer: "A local bookstore", alternatives: ["Bookstore", "Local Bookstore", "A bookstore"], bonusPrompt: "Bonus: Why would she choose this store?", bonusAnswer: "To support local business and her love for reading" }
 
139
  <script>
140
  const gameData = [
141
  // emoji property removed from all objects
142
+ { question: "Name Sam's all time favorite musical group? Hint: Their debut album was in 1986.", answer: "Beastie Boys" },
143
+ { question: "What is Sam's favorite game? Hint: She grew up playing this game with her Grandma.", answer: "Yahtzee" },
144
+ { question: "In her 20's, Sam lived briefly in which two states?", answer: "California and Texas", alternatives: ["CA and TX"] },
145
+ { question: "Name Sam's longest Employer. Hint: Close to 20 years employment.", answer: "Metropolitan State University", alternatives: ["MSU"] },
146
  { question: "Sam holds a BA degree in _____, and Masters degree in _____?", answer: "BA in English Literature and Masters in Library Science", alternatives: ["English Literature and Library Science", "English Lit and Library Science", "BA English Literature Masters Library Science"] },
147
  { question: "What is Sam's biggest fear?", answer: "Spiders" },
148
+ { question: "Name the first National Park that Sam and Aaron travelled to. Hint: It was during COVID.", answer: "Yellowstone National Park", alternatives: ["Yellowstone"] },
149
  { 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" },
150
  { question: "What animal would Sam like to have as an indoor pet?", answer: "A cat", alternatives: ["Cat", "Cats"] },
151
  { question: "If Sam won $1000 shopping spree at the store of her choice, which store would it be?", answer: "A local bookstore", alternatives: ["Bookstore", "Local Bookstore", "A bookstore"], bonusPrompt: "Bonus: Why would she choose this store?", bonusAnswer: "To support local business and her love for reading" }