diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 06:21:10 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 06:21:10 +0000 |
commit | 60163575c7dd36ca1187f0d74660732eb37e9b23 (patch) | |
tree | 4ef777c8d1e4596375f8f4feadca6a1724772463 /wk8/pset/trivia/index.html | |
parent | cb364dd1f8967128d367360131c9d0dd82f856db (diff) |
Thu, Jul 4, 2024, 11:21 PM -07:00
Diffstat (limited to 'wk8/pset/trivia/index.html')
-rw-r--r-- | wk8/pset/trivia/index.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/wk8/pset/trivia/index.html b/wk8/pset/trivia/index.html index 0e40656..27fc6ba 100644 --- a/wk8/pset/trivia/index.html +++ b/wk8/pset/trivia/index.html @@ -50,11 +50,12 @@ <h2>Part 1: Multiple Choice </h2> <hr> - <h3>QUESTION?</h3> + <h3>How many beans do Hemingway's cats have per paw?</h3> - <button class="correct">answer1</button> - <button class="incorrect">answer2</button> - <button class="incorrect">answer3</button> + <button class="correct">5</button> + <button class="incorrect">4</button> + <button class="incorrect">3</button> + <button class="incorrect">6</button> <p id="feedback1"></p> @@ -65,10 +66,10 @@ <hr> <!-- TODO: Add free response question here --> - <h3>Question Big?</h3> + <h3>Why do Hemingway's cats have extra beans?</h3> <form> - <input autocomplete='off' id='big' placeholder='big answer' type='text'> + <input autocomplete='off' id='big' placeholder='Answer' type='text'> <input type='submit'> </form> |