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