Skip to content

Commit 4907e1b

Browse files
committed
chore: removes answers
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent e74434b commit 4907e1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lesson_03/quiz/src/quizzes/nia_quiz.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class NiaPackquiz implements QuizQuestionProvider {
4040
'It is merging all changes directly into the main code and is important because it speeds up develpoment by avoiding unnecessary review or debugging steps',
4141
],
4242
]),
43-
AnswerChoice.B,
43+
AnswerChoice.UNANSWERED,
4444
); // Replace `UNANSWERED` with the correct answer.
4545
}
4646
private static makeQuestion1(): QuizQuestion {
@@ -53,7 +53,7 @@ export class NiaPackquiz implements QuizQuestionProvider {
5353
[AnswerChoice.C, 'Multiple languages like Python, JavaScript, and C++'],
5454
[AnswerChoice.D, 'C++'],
5555
]),
56-
AnswerChoice.C,
56+
AnswerChoice.UNANSWERED,
5757
); // Replace `UNANSWERED` with the correct answer.
5858
}
5959
private static makeQuestion2(): QuizQuestion {
@@ -69,7 +69,7 @@ export class NiaPackquiz implements QuizQuestionProvider {
6969
[AnswerChoice.C, 'A method for creating a local copy of a repository'],
7070
[AnswerChoice.D, 'A tool to schedule automatic repository backups'],
7171
]),
72-
AnswerChoice.A,
72+
AnswerChoice.UNANSWERED,
7373
); // Replace `UNANSWERED` with the correct answer.
7474
}
7575
}

0 commit comments

Comments
 (0)