diff --git a/6-space-game/1-introduction/.github/pre-lecture-quiz.md b/6-space-game/1-introduction/.github/pre-lecture-quiz.md index a3bf95ef..b02d8f58 100644 --- a/6-space-game/1-introduction/.github/pre-lecture-quiz.md +++ b/6-space-game/1-introduction/.github/pre-lecture-quiz.md @@ -4,15 +4,15 @@ Complete this quiz in class 1. JavaScript is an unpopular language for building games -- [ ] [true] -- [ ] [false] +- [ ] true +- [ ] false 2. Pub/Sub is a preferred pattern for managing the game's assets and flow -- [ ] [true] -- [ ] [false] +- [ ] true +- [ ] false 3. Object inheritance can be handled by either using classes or composition -- [ ] [true] -- [ ] [false] \ No newline at end of file +- [ ] true +- [ ] false