Skip to content

Commit 8a73bd3

Browse files
committed
test: Multiple Coice Questions Configured incorrectly
1 parent 83475d9 commit 8a73bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_03/quiz/src/quizzes/evan_philakhong_quiz.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
5656
[AnswerChoice.C, 'Power Supplier Unit'],
5757
[AnswerChoice.D, 'Power Storing Unit'],
5858
]),
59-
AnswerChoice.UNANSWERED, // repleace UNANSWERED with correct answer
59+
AnswerChoice.B, // repleace UNANSWERED with correct answer
6060
);
6161
}
6262
}

0 commit comments

Comments
 (0)