File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lesson_03/quiz/src/quizzes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export class AmiyahJonesQuiz implements QuizQuestionProvider {
28
28
[ AnswerChoice . C , 'Ram and hard drive' ] ,
29
29
[ AnswerChoice . D , 'None of them get mixed up' ] ,
30
30
] ) ,
31
- AnswerChoice . C ,
31
+ AnswerChoice . UNANSWERED ,
32
32
) ; // Replace `UNANSWERED` with the correct answer.
33
33
}
34
34
@@ -42,7 +42,7 @@ export class AmiyahJonesQuiz implements QuizQuestionProvider {
42
42
[ AnswerChoice . C , 'Mother board' ] ,
43
43
[ AnswerChoice . D , 'Ram' ] ,
44
44
] ) ,
45
- AnswerChoice . A ,
45
+ AnswerChoice . UNANSWERED ,
46
46
) ; // Replace `UNANSWERED` with the correct answer.
47
47
}
48
48
@@ -56,7 +56,7 @@ export class AmiyahJonesQuiz implements QuizQuestionProvider {
56
56
[ AnswerChoice . C , 'CPU' ] ,
57
57
[ AnswerChoice . D , 'Power supply' ] ,
58
58
] ) ,
59
- AnswerChoice . B ,
59
+ AnswerChoice . UNANSWERED ,
60
60
) ; // Replace `UNANSWERED` with the correct answer.
61
61
}
62
62
}
You can’t perform that action at this time.
0 commit comments