From 68cd693d0a0141be327dec9c6c722b149a9d2672 Mon Sep 17 00:00:00 2001 From: Ashish-Saraf <76612301+Ashish-Saraf@users.noreply.github.com> Date: Sat, 26 Dec 2020 15:15:51 +0530 Subject: [PATCH] Update post-lecture-quiz.md --- .../.github/post-lecture-quiz.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md b/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md index 1fbc51d8..71cd7794 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md @@ -3,16 +3,16 @@ 1. What language would you most likely use to create a website? - [ ] Machine Code -- [ ] JavaScript +- [Correct ] JavaScript - [ ] Bash 2. Development environments are unique to each developer -- [ ] True +- [Yes ] True - [ ] False 3. What will a developer do to fix buggy code? - [ ] Syntax highlighting -- [ ] Debugging +- [Debugging ] Debugging - [ ] Code formatting