From 1fd28791f3f1e0a6ec1f8326b2a066ca258670a8 Mon Sep 17 00:00:00 2001 From: IEllis63 <74630626+IEllis63@users.noreply.github.com> Date: Tue, 17 Nov 2020 18:43:21 -0500 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 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