Skip to content

Commit f6ee4d4

Browse files
committed
Changing answers to unanswered
1 parent 76dab3b commit f6ee4d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lesson_03/quiz/src/quizzes/dylan_lafferty_quiz.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)