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 DylanLaffertyQuiz implements QuizQuestionProvider {
28
28
[ AnswerChoice . C , 'Leg' ] ,
29
29
[ AnswerChoice . D , 'Brain' ] ,
30
30
] ) ,
31
- AnswerChoice . A ,
31
+ AnswerChoice . UNANSWERED ,
32
32
) ;
33
33
}
34
34
private static makeQuestion1 ( ) : QuizQuestion {
@@ -41,7 +41,7 @@ export class DylanLaffertyQuiz implements QuizQuestionProvider {
41
41
[ AnswerChoice . C , 'Central Processing Unit' ] ,
42
42
[ AnswerChoice . D , 'Configured Procerdale Unicode' ] ,
43
43
] ) ,
44
- AnswerChoice . C ,
44
+ AnswerChoice . UNANSWERED ,
45
45
) ;
46
46
}
47
47
@@ -55,7 +55,7 @@ export class DylanLaffertyQuiz implements QuizQuestionProvider {
55
55
[ AnswerChoice . C , 'GPU' ] ,
56
56
[ AnswerChoice . D , 'RAM' ] ,
57
57
] ) ,
58
- AnswerChoice . D ,
58
+ AnswerChoice . UNANSWERED ,
59
59
) ;
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments