@@ -29,7 +29,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
2929 [ AnswerChoice . C , 'Central Processing Unit' ] ,
3030 [ AnswerChoice . D , 'Coding Processor Unit' ] ,
3131 ] ) ,
32- AnswerChoice . C , // replace UNANSWERED with correct answer
32+ AnswerChoice . UNANSWERED , // replace UNANSWERED with correct answer
3333 ) ;
3434 }
3535
@@ -43,7 +43,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
4343 [ AnswerChoice . C , 'Graphical Programming Unit' ] ,
4444 [ AnswerChoice . D , 'Gaming Processor Unit' ] ,
4545 ] ) ,
46- AnswerChoice . A , // replace UNANSWERED with correct answer
46+ AnswerChoice . UNANSWERED , // replace UNANSWERED with correct answer
4747 ) ;
4848 }
4949
@@ -57,7 +57,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
5757 [ AnswerChoice . C , 'Power Supplier Unit' ] ,
5858 [ AnswerChoice . D , 'Power Storing Unit' ] ,
5959 ] ) ,
60- AnswerChoice . B , // repleace UNANSWERED with correct answer
60+ AnswerChoice . UNANSWERED , // repleace UNANSWERED with correct answer
6161 ) ;
6262 }
6363
@@ -71,7 +71,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
7171 [ AnswerChoice . C , 'Temporary Memory' ] ,
7272 [ AnswerChoice . D , 'Readlily Access Memory' ] ,
7373 ] ) ,
74- AnswerChoice . B , // replace UNANSWERED with correct answer
74+ AnswerChoice . UNANSWERED , // replace UNANSWERED with correct answer
7575 ) ;
7676 }
7777}
0 commit comments