diff options
Diffstat (limited to 'wk8/pset/trivia')
-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> |