Please review the following resources before lecture:
To complete this assignment, you must have Docker and VS Code with the Dev Containers extension installed.
For this assignment, you will complete a quiz by modifying a TypeScript application. Within the quiz project, there are tests that you will need to make pass in order to submit your answers. Here are the instructions for completing the assignment:
Reopen in Container when prompted.cd lesson_02/quiz
npm install --prefix ../../lib/javascript/codedifferently-instructional
npm install
npm start
quiz sub-directory using the terminal:
npm run test
In addition to completing the quiz, you are tasked with creating a Java port of the assignment app in the quiz_java/ sub-directory. You must use the lib/java/codedifferently-instructional library to complete this part of the assignment.