From aad72a3823ae7bedbe91dcb1d7afcdefa1586243 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Wed, 30 Dec 2020 16:37:19 -0500 Subject: [PATCH] removing extraneous brackets from quiz --- .../.github/post-lecture-quiz.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/3-terrarium/1-intro-to-html/.github/post-lecture-quiz.md b/3-terrarium/1-intro-to-html/.github/post-lecture-quiz.md index 34304f86..36169b05 100644 --- a/3-terrarium/1-intro-to-html/.github/post-lecture-quiz.md +++ b/3-terrarium/1-intro-to-html/.github/post-lecture-quiz.md @@ -1,17 +1,17 @@ *Complete this quiz after the lesson by checking one answer per question.* -1. [Spans and Divs are interchangeable] +1. Spans and Divs are interchangeable -- [ ] [true] -- [ ] [false] +- [ ] true +- [ ] false -2. [The head of an HTML doc can contain:] +2. The head of an HTML doc can contain: -- [ ] [the title tag] -- [ ] [metadata] -- [ ] [all the above] +- [ ] the title tag +- [ ] metadata +- [ ] all the above -3. [You can't use deprecated tags in your markup] -- [ ] [true] -- [ ] [false] -- [ ] [false, but they have been deprecated for good reason] \ No newline at end of file +3. You can't use deprecated tags in your markup +- [ ] true +- [ ] false +- [ ] false, but they have been deprecated for good reason