From c04b0c7fad4fc0239dbad6442d5635678a9afd82 Mon Sep 17 00:00:00 2001 From: lulu-o <71145278+lulu-o@users.noreply.github.com> Date: Mon, 16 Nov 2020 17:16:40 +0100 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..88401cb8 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 +- [x ] Websites - [ ] 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