@@ -28,7 +28,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
28
28
[ AnswerChoice . C , 'Central Processing Unit' ] ,
29
29
[ AnswerChoice . D , 'Coding Processor Unit' ] ,
30
30
] ) ,
31
- AnswerChoice . C , // replace UNANSWERED with correct answer
31
+ AnswerChoice . UNANSWERED , // replace UNANSWERED with correct answer
32
32
) ;
33
33
}
34
34
@@ -42,7 +42,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
42
42
[ AnswerChoice . C , 'Graphical Programming Unit' ] ,
43
43
[ AnswerChoice . D , 'Gaming Processor Unit' ] ,
44
44
] ) ,
45
- AnswerChoice . A , // replace UNANSWERED with correct answer
45
+ AnswerChoice . UNANSWERED , // replace UNANSWERED with correct answer
46
46
) ;
47
47
}
48
48
@@ -56,7 +56,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
56
56
[ AnswerChoice . C , 'Power Supplier Unit' ] ,
57
57
[ AnswerChoice . D , 'Power Storing Unit' ] ,
58
58
] ) ,
59
- AnswerChoice . B , // repleace UNANSWERED with correct answer
59
+ AnswerChoice . UNANSWERED , // repleace UNANSWERED with correct answer
60
60
) ;
61
61
}
62
62
}
0 commit comments