You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To complete this assignment, you must have **Docker** and **VS Code** with the [**Dev Containers**][dev-containers-link] extension installed.
17
+
18
+
### Lesson 02 Quiz Instructions
19
+
20
+
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:
21
+
22
+
1. Make sure to sync your fork to pull in the latest changes.
23
+
2. Open the project in **VS Code** and make sure to select `Reopen in Container` when prompted.
24
+
3. Navigate to the [quiz][lesson-2-quiz-dir] directory and install the required dependencies.
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.
0 commit comments