From d921600f5750f2dff06693e8824b0da0f163d524 Mon Sep 17 00:00:00 2001 From: rafaVls <70592708+rafaVls@users.noreply.github.com> Date: Thu, 3 Dec 2020 08:20:07 -0800 Subject: [PATCH] Corrected my answers in the quiz. --- .../.github/pre-lecture-quiz.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 e73e52a3..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,8 +2,8 @@ 1. A program can be created without the creator writing any code -- [ ] True -- [x] False +- [x] True +- [ ] False 2. Low level languages are a popular choice for: