Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ Answer Key:
|
|
14 |
|
15 |
|
16 |
Process:
|
17 |
-
1. gemini.google.com with Ask Gemini Canvas:
|
18 |
|
19 |
2. Initial Prompt: Game Card as html js app with markdown outline and emojis. 1. Name Sam's all time favorite musical group? Hint - Their debut album was released in 1986. 2. What is Sam's favorite game? 3. In her 20's, Sam lived briefly in which two states? 4. Name Sam's longest Employer - Hint close to twenty years. 5. Sam holds a BA degree in _____ , and Masters degree in _____? 6. What is Sam's biggest fear? 7. Name the first National Park that Sam and Aaron travelled to - Hint it was during COVID. 8. Sam and her BFF have matching tattoos which is the title of a song. What is the Paul McCartney song? 9. What animal would Sam like to have as an indoor pet? 10. If Sam won $1000 shopping spree at the store of her choice, which store would it be? Bonus point - if you can name why. Create this as a game card which user can play with HTMl and JS as a canvas to test it.
|
20 |
|
@@ -26,3 +26,6 @@ Process:
|
|
26 |
|
27 |
6. For the two part questions in this, fix it so they have two blanks like is done for 10. <Edited Example>
|
28 |
|
|
|
|
|
|
|
|
14 |
|
15 |
|
16 |
Process:
|
17 |
+
1. gemini.google.com with Ask Gemini Canvas: https://gemini.google.com/app/c214eb1311861341?is_sa=1&is_sa=1&android-min-version=301356232&ios-min-version=322.0&campaign_id=bkws&utm_source=sem&utm_source=google&utm_medium=paid-media&utm_medium=cpc&utm_campaign=bkws&utm_campaign=2024enUS_gemfeb&pt=9008&mt=8&ct=p-growth-sem-bkws&gad_source=1&gbraid=0AAAAApk5Bhlkl8mLiMc0f191ia_OUfe9R&gclid=Cj0KCQjwhr6_BhD4ARIsAH1YdjDAGoMoozYuFIjU_igRrKCdM875BMQNued5WXhKD8LuJYVd44eN7VkaAi0CEALw_wcB&gclsrc=aw.ds
|
18 |
|
19 |
2. Initial Prompt: Game Card as html js app with markdown outline and emojis. 1. Name Sam's all time favorite musical group? Hint - Their debut album was released in 1986. 2. What is Sam's favorite game? 3. In her 20's, Sam lived briefly in which two states? 4. Name Sam's longest Employer - Hint close to twenty years. 5. Sam holds a BA degree in _____ , and Masters degree in _____? 6. What is Sam's biggest fear? 7. Name the first National Park that Sam and Aaron travelled to - Hint it was during COVID. 8. Sam and her BFF have matching tattoos which is the title of a song. What is the Paul McCartney song? 9. What animal would Sam like to have as an indoor pet? 10. If Sam won $1000 shopping spree at the store of her choice, which store would it be? Bonus point - if you can name why. Create this as a game card which user can play with HTMl and JS as a canvas to test it.
|
20 |
|
|
|
26 |
|
27 |
6. For the two part questions in this, fix it so they have two blanks like is done for 10. <Edited Example>
|
28 |
|
29 |
+
7. Here is a version of the key. Can you make it so the app has scoring? Two point questions can have multiple answers which is shown in the answer key. For example, 4 if you enter MSU or Metropolitan State University either work to score 1 point. For two parts 5. the answers should match key. Make it so too if you get two words right out of three you get the point too. We want to create a bonus game which calculates your final score. also Reveal Answers would keep the users answers (maybe via cookie or some state tracking? We are going to use their score to do a plinko game after user clicks Check My Answers. The image here represents all answers correct. 10 needs to be per my key so update code for that one since Answer is Menards and Rebate. For now show the total score. Score is +1 for each answer matched against key and support or within key to store two possible answers like MSU or Metropolitan State University so would be 1 point in either case if user entered MSU or Metropolitan State University. Lets also show a checkmark emoji and turn square green and show score beside the answer like +1 so user can easily see which were right and which were wrong. With the Plinko Tokans or coins, use a Gold Coin Emoji and feature a button with total score. For 14.2 (second answer that says bonus that is only two point answer), all others are +1 and there are thirteen total inputs.
|
30 |
+
|
31 |
+
8.
|