@@ -29,7 +29,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
29
29
[ AnswerChoice . C , 'Central Processing Unit' ] ,
30
30
[ AnswerChoice . D , 'Coding Processor Unit' ] ,
31
31
] ) ,
32
- AnswerChoice . C , // replace UNANSWERED with correct answer
32
+ AnswerChoice . UNANSWERED , // replace UNANSWERED with correct answer
33
33
) ;
34
34
}
35
35
@@ -43,7 +43,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
43
43
[ AnswerChoice . C , 'Graphical Programming Unit' ] ,
44
44
[ AnswerChoice . D , 'Gaming Processor Unit' ] ,
45
45
] ) ,
46
- AnswerChoice . A , // replace UNANSWERED with correct answer
46
+ AnswerChoice . UNANSWERED , // replace UNANSWERED with correct answer
47
47
) ;
48
48
}
49
49
@@ -57,7 +57,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
57
57
[ AnswerChoice . C , 'Power Supplier Unit' ] ,
58
58
[ AnswerChoice . D , 'Power Storing Unit' ] ,
59
59
] ) ,
60
- AnswerChoice . B , // repleace UNANSWERED with correct answer
60
+ AnswerChoice . UNANSWERED , // repleace UNANSWERED with correct answer
61
61
) ;
62
62
}
63
63
@@ -71,7 +71,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
71
71
[ AnswerChoice . C , 'Temporary Memory' ] ,
72
72
[ AnswerChoice . D , 'Readlily Access Memory' ] ,
73
73
] ) ,
74
- AnswerChoice . B , // replace UNANSWERED with correct answer
74
+ AnswerChoice . UNANSWERED , // replace UNANSWERED with correct answer
75
75
) ;
76
76
}
77
77
}
0 commit comments