From 85217d0fc3931b9f154ed81fa0311aac7e39293e Mon Sep 17 00:00:00 2001 From: ScottFunkhouser <76656342+ScottFunkhouser@users.noreply.github.com> Date: Sun, 27 Dec 2020 19:02:39 -0700 Subject: [PATCH] Update pre-lecture-quiz.md --- .../.github/pre-lecture-quiz.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/.github/pre-lecture-quiz.md b/1-getting-started-lessons/1-intro-to-programming-languages/.github/pre-lecture-quiz.md index 82e8e597..4e4b9c10 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/.github/pre-lecture-quiz.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/.github/pre-lecture-quiz.md @@ -2,17 +2,17 @@ 1. A program can be created without the creator writing any code -- [ ] True +- [x] True - [ ] False 2. Low level languages are a popular choice for: -- [ ] Websites +- [x] Websites - [ ] Hardware - [ ] Video game software 3. Which one of these tools would most likely be in a web developer's environment? - [ ] Hardware, like a Raspberry Pi -- [ ] Browser DevTools +- [x] Browser DevTools - [ ] Operating system documentation