Skip to content

Commit 1267efe

Browse files
committed
chore: cleaning up errors in quiz for test run.
1 parent d74da43 commit 1267efe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ quiz:
1919
- $2y$10$FSWRA7hulVpyVxd8s67Nxuq/1cdmviW24qqoUbqihBf79cR.w9yly
2020
- $2y$10$Qy1IsNsfuJvA384ypL/72uWubUuNbMRp4LD6j/LM0RIH66D/HIjF6
2121
justin:
22-
- $2y$10$oLpmVAdqLqak5GfBAzXOluiPY1mVWjGz04DJSvvTKxYXxEcUCTOEW
23-
- $2y$10$Qn8i04ef5sviCn0RvkUeOOPlhrMb4A6QOjY4dbh/kBKhq7tIMmpqO
24-
- $2y$10$N7ggPSg7MJFmiLKwZA.Zqe2iEGxmo7uJtxAmM3Mj30hhCw6pDWEky
22+
- $2y$10$yAoLMl8ij6NqmOWbedu/bu0jBUwJn29cr/l2riI9I89tSXvk6RD.q
23+
- $2y$10$6wlesIJWKciE1ljq3CC0W.kOlNyNhkCdUxaLUWFFd/4GKn5FUT/2O
24+
- $2y$10$5iFZunbLe8IG3LBzoRYGluE2.7gSl/L4cXEbib08pX3tYmiDyS/7G

lesson_03/quiz/src/quizzes/justin_eklund_quiz.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ export class JustinsQuiz implements QuizQuestionProvider {
3535
private static makeQuestion1(): QuizQuestion {
3636
return new MultipleChoiceQuizQuestion(
3737
1,
38-
'How man states are there in the United States?',
38+
'How many states are there in the United States?',
3939
new Map<AnswerChoice, string>([
4040
[AnswerChoice.A, '53'],
4141
[AnswerChoice.B, '52'],
4242
[AnswerChoice.C, '48'],
4343
[AnswerChoice.D, '50'],
4444
]),
45-
AnswerChoice.UNANSWERED,
45+
AnswerChoice.UNANSWERED,
4646
); // Replace `UNANSWERED` with the correct answer.
4747
}
4848
private static makeQuestion2(): QuizQuestion {

0 commit comments

Comments
 (0)