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 54b7b50f..6e5cdb73 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 +- [x] JavaScript - [ ] Bash -1. Development environments are unique to each developer +2. Development environments are unique to each developer -- [ ] True +- [x] True - [ ] False -1. What will a developer do to fix buggy code? +3. What will a developer do to fix buggy code? - [ ] Syntax highlighting -- [ ] Debugging +- [x] Debugging - [ ] Code formatting