From cd709a8602f1223d02cbed9670d340838be8682f Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Wed, 30 Dec 2020 16:34:51 -0500 Subject: [PATCH] removing extraneous brackets in quiz --- .../1-intro-to-html/.github/pre-lecture-quiz.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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