From 60163575c7dd36ca1187f0d74660732eb37e9b23 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Fri, 5 Jul 2024 06:21:10 +0000 Subject: Thu, Jul 4, 2024, 11:21 PM -07:00 --- wk8/pset/trivia/index.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'wk8/pset/trivia/index.html') 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> -- cgit v1.2.3