Skip to content

Commit d2c74de

Browse files
author
AmiyahJo
committed
tests run works!!! I'm free
1 parent 82e5a1d commit d2c74de

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
@@ -19,6 +19,6 @@ quiz:
1919
- $2y$10$9fZs867NHxoPQ/VWMeLyj.us5Kg3SLPcbt9O5ki/FdJ37TbhgFMFC
2020
- $2y$10$GfjcKvtzr6n8553Mdr1RJOOYDfzOudlW.3i8otsH0HiW52CU7tUAW
2121
amiyahjones:
22-
- $2y$10$fBtFjky25HrdWc2T7JJxqOuTA0/MNenmJ05pJve4S0RXhHmazMLb6
23-
- $$2y$10$RAemD7Vmxx1U0KMcCNRZ9.S4CceTwTRdXR1NoQgUdJbOhxgZzept2
24-
- $2y$10$Xjwmq.U9Kso6xLfv0Yzudu6o/yUStvpP6ZCSTFsRzlX4XrCmtUNdG
22+
- $2y$10$QsN9VkjWORsKgZRiBT46VOUgc5HVnswKAT4uDbs7JYbTF7DdKbsw.
23+
- $2y$10$sqXEOL0L8o0kRyiAb.2s4u0RlBC2.LmOGDbGWXHj5IfBNwinkv2yq
24+
- $2y$10$HaWueXgrIzd7z8yf39HfVeTjjyr.Kgx0GFBqwCRSzW3zRSreN19yi

lesson_03/quiz/src/quizzes/amiyah_jones_quiz.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class AmiyahJonesQuiz implements QuizQuestionProvider {
2828
[AnswerChoice.C, 'Ram and hard drive'],
2929
[AnswerChoice.D, 'None of them get mixed up'],
3030
]),
31-
AnswerChoice.UNANSWERED,
31+
AnswerChoice.C,
3232
); // Replace `UNANSWERED` with the correct answer.
3333
}
3434

@@ -42,7 +42,7 @@ export class AmiyahJonesQuiz implements QuizQuestionProvider {
4242
[AnswerChoice.C, 'Mother board'],
4343
[AnswerChoice.D, 'Ram'],
4444
]),
45-
AnswerChoice.UNANSWERED,
45+
AnswerChoice.A,
4646
); // Replace `UNANSWERED` with the correct answer.
4747
}
4848

@@ -56,7 +56,7 @@ export class AmiyahJonesQuiz implements QuizQuestionProvider {
5656
[AnswerChoice.C, 'CPU'],
5757
[AnswerChoice.D, 'Power supply'],
5858
]),
59-
AnswerChoice.UNANSWERED,
59+
AnswerChoice.B,
6060
); // Replace `UNANSWERED` with the correct answer.
6161
}
6262
}

0 commit comments

Comments
 (0)