Skip to content

Commit 9ffd87a

Browse files
committed
changed my answers to "unanswered"
1 parent 082a350 commit 9ffd87a

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

lesson_03/quiz/src/quizzes/hummad_tanweer_quiz.ts

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class HummadTanweerQuiz implements QuizQuestionProvider {
2828
[AnswerChoice.C, 'Koska Kawaguchi'],
2929
[AnswerChoice.D, 'Junio C. Hamano'],
3030
]),
31-
AnswerChoice.A,
31+
AnswerChoice.UNANSWERED,
3232
); // Replace `UNANSWERED` with the correct answer.
3333
}
3434

@@ -39,13 +39,10 @@ export class HummadTanweerQuiz implements QuizQuestionProvider {
3939
new Map<AnswerChoice, string>([
4040
[AnswerChoice.A, 'GIT add'],
4141
[AnswerChoice.B, 'GIT push'],
42-
[
43-
AnswerChoice.C,
44-
'GIT upload',
45-
],
42+
[AnswerChoice.C, 'GIT upload'],
4643
[AnswerChoice.D, 'GIT status'],
4744
]),
48-
AnswerChoice.B,
45+
AnswerChoice.UNANSWERED,
4946
); // Replace `UNANSWERED` with the correct answer.
5047
}
5148

@@ -56,13 +53,10 @@ export class HummadTanweerQuiz implements QuizQuestionProvider {
5653
new Map<AnswerChoice, string>([
5754
[AnswerChoice.A, 'GIT diff'],
5855
[AnswerChoice.B, 'GIT commit'],
59-
[
60-
AnswerChoice.C,
61-
'GIT status',
62-
],
56+
[AnswerChoice.C, 'GIT status'],
6357
[AnswerChoice.D, 'GIT check'],
6458
]),
65-
AnswerChoice.C,
59+
AnswerChoice.UNANSWERED,
6660
); // Replace `UNANSWERED` with the correct answer.
6761
}
6862
}

0 commit comments

Comments
 (0)