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 e98783a commit 83475d9Copy full SHA for 83475d9
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.B, // repleace UNANSWERED with correct answer
+ AnswerChoice.UNANSWERED, // repleace UNANSWERED with correct answer
60
);
61
}
62
0 commit comments