Skip to content

Commit 998ebc5

Browse files
committed
EDIT kimberlee_haldane_quiz
1 parent 5f7da6f commit 998ebc5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ quiz:
77
- $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
88
- $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
99
kimberleehaldane:
10-
- $2y$10$//R05yiCI1FQyyxDcTAfbOjX5R2QE1uP.X5bluhlhELVftbt3Uhjy
11-
- $2y$10$spQll/yP2jNAoncoqUtZTu2vam7rp6bljvv7rQs9dwVpFuBHDJxgG
12-
- $2y$10$NXQfifFPXn3LTKL8F2nmeOkIHHW/ZY5Hj9R74OuWTiRKCNky.Xmze
10+
- $2y$10$7u0/PUZE4NFsRmjPtsaNOuQpXsQcuZh22wqYK5vli5LUO8wxIDR7q
11+
- $2y$10$zBW5IVw5BDBaa2PuxuyoO.kjixYznWpMXJ0a8hwO1zIYG8o5LJXAq
12+
- $2y$10$BjDUqT33QmjaSNeYJ99GCeyrjx99NSfCThB4l/KIh9PfbP4cJo03a

lesson_03/quiz/src/quizzes/kimberlee_haldane_quiz.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class KimberleeHaldaneQuiz implements QuizQuestionProvider {
2828
[AnswerChoice.C, 'cd'],
2929
[AnswerChoice.D, 'mkdir'],
3030
]),
31-
AnswerChoice.UNANSWERED,
31+
AnswerChoice.A,
3232
); // Replace `UNANSWERED` with the correct answer.
3333
}
3434

@@ -42,7 +42,7 @@ export class KimberleeHaldaneQuiz implements QuizQuestionProvider {
4242
[AnswerChoice.C, 'editing and refactoring code'],
4343
[AnswerChoice.D, 'all of the above'],
4444
]),
45-
AnswerChoice.UNANSWERED,
45+
AnswerChoice.C,
4646
); // Replace `UNANSWERED` with the correct answer.
4747
}
4848

@@ -56,7 +56,7 @@ export class KimberleeHaldaneQuiz implements QuizQuestionProvider {
5656
[AnswerChoice.C, 'git checkout -b new_feature'],
5757
[AnswerChoice.D, 'git remote -v'],
5858
]),
59-
AnswerChoice.UNANSWERED,
59+
AnswerChoice.A,
6060
); // Replace `UNANSWERED` with the correct answer.
6161
}
6262
}

0 commit comments

Comments
 (0)