We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83475d9 commit 8a73bd3Copy full SHA for 8a73bd3
lesson_03/quiz/src/quizzes/evan_philakhong_quiz.ts
@@ -56,7 +56,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
56
[AnswerChoice.C, 'Power Supplier Unit'],
57
[AnswerChoice.D, 'Power Storing Unit'],
58
]),
59
- AnswerChoice.UNANSWERED, // repleace UNANSWERED with correct answer
+ AnswerChoice.B, // repleace UNANSWERED with correct answer
60
);
61
}
62
0 commit comments