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 2032a9d3..8fd3c936 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 1. Low level languages are a popular choice for: - [ ] Websites -- [ ] Hardware +- [X ] Hardware - [ ] Video game software 1. Which one of these tools would most most likely be in a web developer's environment? - [ ] Hardware, like a Raspberry Pi -- [ ] Browser DevTools +- [X ] Browser DevTools - [ ] Operating system documentation