diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 00:07:03 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 00:07:03 +0000 |
commit | acdbd5a132b9d3ec737827932c796e9cf7e02915 (patch) | |
tree | 5ee4df773564cce75824af4cf27c7a6844d3af35 /wk8/pset/trivia/index.html | |
parent | c228886f0695209452524ba3bdffd7497bfdc44e (diff) |
Thu, Jul 4, 2024, 5:07 PM -07:00
Diffstat (limited to 'wk8/pset/trivia/index.html')
-rw-r--r-- | wk8/pset/trivia/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wk8/pset/trivia/index.html b/wk8/pset/trivia/index.html index 3555b91..1f028ac 100644 --- a/wk8/pset/trivia/index.html +++ b/wk8/pset/trivia/index.html @@ -18,7 +18,10 @@ <div class="section"> <h2>Part 1: Multiple Choice </h2> <hr> - <!-- TODO: Add multiple choice question here --> + <h3>QUESTION?</h3> + <button>answer1</button> + <button>answer2</button> + <button>answer3</button> </div> <div class="section"> |