From 4ae6ba331d70a34bde42001c38fffcc7a09a0643 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Wed, 30 Dec 2020 16:41:44 -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/2-intro-to-css/.github/post-lecture-quiz.md b/3-terrarium/2-intro-to-css/.github/post-lecture-quiz.md index 1ed542d9..9303572d 100644 --- a/3-terrarium/2-intro-to-css/.github/post-lecture-quiz.md +++ b/3-terrarium/2-intro-to-css/.github/post-lecture-quiz.md @@ -4,18 +4,18 @@ You will need to reference the following learn module to complete the quiz: [Work with CSS](https://docs.microsoft.com/en-us/learn/modules/build-simple-website/4-css-basics) -1. [You can write CSS directly in the head section of your HTML file] +1. You can write CSS directly in the head section of your HTML file -- [ ] [true] -- [ ] [false] +- [ ] true +- [ ] false -1. [It's always necessary to include CSS in your app] +1. It's always necessary to include CSS in your app -- [ ] [true] -- [ ] [false] -- [ ] [false, but if you want it to look good you need CSS] +- [ ] true +- [ ] false +- [ ] false, but if you want it to look good you need CSS -1. [Which browser tool can be used to inspect CSS?] -- [ ] [Elements] -- [ ] [Styles] -- [ ] [Network] \ No newline at end of file +1. Which browser tool can be used to inspect CSS? +- [ ] Elements +- [ ] Styles +- [ ] Network