diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 05:16:59 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 05:16:59 +0000 |
commit | 768c08523a8a7ce377d53ad368126b90926f2668 (patch) | |
tree | 839b0a46ce069bedef461f0f883eb2c4a034550a /wk8 | |
parent | 46715634d117ef068b7898462b311c53a1f762c5 (diff) |
Thu, Jul 4, 2024, 10:16 PM -07:00
Diffstat (limited to 'wk8')
-rw-r--r-- | wk8/pset/trivia/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wk8/pset/trivia/index.html b/wk8/pset/trivia/index.html index 456c7f3..5b01a99 100644 --- a/wk8/pset/trivia/index.html +++ b/wk8/pset/trivia/index.html @@ -7,8 +7,8 @@ <title>Trivia!</title> <script> // TODO: Add code to check answers to questions - document.querySelector('button').addEventListener('click', function(event) { - + document.querySelector('#answer1').addEventListener('click', function(event) { + }); </script> @@ -23,7 +23,7 @@ <h2>Part 1: Multiple Choice </h2> <hr> <h3>QUESTION?</h3> - <button>answer1</button> + <button>#answer1</button> <button>answer2</button> <button>answer3</button> </div> |