Skip to content

Commit

Permalink
Merge pull request #120 from LaunchCodeEducation/a1-task2-typo
Browse files Browse the repository at this point in the history
Answer key in task two changed to match the unit test
  • Loading branch information
ColinBrock authored Jun 26, 2024
2 parents b3026a6 + 8e5f35b commit cf877c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/assignments/candidate-testing/task-2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ originalAuthor: Courtney Frey # to be set by page creator
originalAuthorGitHub: speudusa # to be set by page creator
reviewer: John Woolbright
reviewerGitHub: jwoolbright23
lastEditor: # update any time edits are made after review
lastEditorGitHub: # update any time edits are made after review
lastMod: # UPDATE ANY TIME CHANGES ARE MADE
lastEditor: Colin Brock # update any time edits are made after review
lastEditorGitHub: ColinBrock # update any time edits are made after review
lastMod: 6/26/24 # UPDATE ANY TIME CHANGES ARE MADE
---

Now that your small app is working, expand it to deal with multiple questions. This time, you only have one `TODO` item in the starter code. You will need to determine which lines need to be modified.
Expand All @@ -26,7 +26,7 @@ Now that your small app is working, expand it to deal with multiple questions. T
| True or false: 5 kilometer == 5000 meters? | "true" |
| (5 + 3)/2 * 10 = ? | "40" |
| Given the array `[8, 'Orbit', 'Trajectory', 45]`, what entry is at index 2? | "Trajectory" |
| What is the minimum crew size for the ISS? | 3 |
| What is the minimum crew size for the ISS? | "3" |

{{% notice orange "Warning" "rocket" %}}
Keep the questions and correct answers stored in this exact order.
Expand Down

0 comments on commit cf877c4

Please sign in to comment.