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 {
2828 [ AnswerChoice . C , 'Leg' ] ,
2929 [ AnswerChoice . D , 'Brain' ] ,
3030 ] ) ,
31- AnswerChoice . A ,
31+ AnswerChoice . UNANSWERED ,
3232 ) ;
3333 }
3434 private static makeQuestion1 ( ) : QuizQuestion {
@@ -41,7 +41,7 @@ export class DylanLaffertyQuiz implements QuizQuestionProvider {
4141 [ AnswerChoice . C , 'Central Processing Unit' ] ,
4242 [ AnswerChoice . D , 'Configured Procerdale Unicode' ] ,
4343 ] ) ,
44- AnswerChoice . C ,
44+ AnswerChoice . UNANSWERED ,
4545 ) ;
4646 }
4747
@@ -55,7 +55,7 @@ export class DylanLaffertyQuiz implements QuizQuestionProvider {
5555 [ AnswerChoice . C , 'GPU' ] ,
5656 [ AnswerChoice . D , 'RAM' ] ,
5757 ] ) ,
58- AnswerChoice . D ,
58+ AnswerChoice . UNANSWERED ,
5959 ) ;
6060 }
6161}
You can’t perform that action at this time.
0 commit comments