diff --git a/3-terrarium/1-intro-to-html/.github/pre-lecture-quiz.md b/3-terrarium/1-intro-to-html/.github/pre-lecture-quiz.md
index feb8ab0b..34256529 100644
--- a/3-terrarium/1-intro-to-html/.github/pre-lecture-quiz.md
+++ b/3-terrarium/1-intro-to-html/.github/pre-lecture-quiz.md
@@ -4,16 +4,16 @@ Complete this quiz in class
1. HTML stands for 'HyperText Mockup Language'
-- [ ] [true]
-- [ ] [false]
+- [ ] true
+- [ ] false
2. All HTML tags need both opening and closing tags
-- [ ] [true]
-- [ ] [false]
+- [ ] true
+- [ ] false
3. Using semantic markup is most important for
-- [ ] [code readability]
-- [ ] [screen readers]
-- [ ] [maintenance]
\ No newline at end of file
+- [ ] code readability
+- [ ] screen readers
+- [ ] maintenance