Skip to content

Commit 974c5ff

Browse files
committed
quiz
1 parent f6ec3d4 commit 974c5ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lesson_03/quiz/src/quizzes/pablo_limon_paredes_quiz.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class PabloLimonParedesQuiz implements QuizQuestionProvider {
2828
[AnswerChoice.C, 'To move to another branch'],
2929
[AnswerChoice.D, 'Delete a branch'],
3030
]),
31-
AnswerChoice.B,
31+
AnswerChoice.UNANSWERED,
3232
); // Replace `UNANSWERED` with the correct answer.
3333
}
3434

@@ -42,7 +42,7 @@ export class PabloLimonParedesQuiz implements QuizQuestionProvider {
4242
[AnswerChoice.C, 'Get to main branch'],
4343
[AnswerChoice.D, 'Access the manual for git'],
4444
]),
45-
AnswerChoice.D,
45+
AnswerChoice.UNANSWERED,
4646
); // Replace `UNANSWERED` with the correct answer.
4747
}
4848
private static makeQuestion2(): QuizQuestion {
@@ -55,7 +55,7 @@ export class PabloLimonParedesQuiz implements QuizQuestionProvider {
5555
[AnswerChoice.C, 'command + shift + P'],
5656
[AnswerChoice.D, 'command + T'],
5757
]),
58-
AnswerChoice.A,
58+
AnswerChoice.UNANSWERED,
5959
); // Replace `UNANSWERED` with the correct answer.
6060
}
6161
}

0 commit comments

Comments
 (0)