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 KimberleeHaldaneQuiz implements QuizQuestionProvider {
28
28
[ AnswerChoice . C , 'cd' ] ,
29
29
[ AnswerChoice . D , 'mkdir' ] ,
30
30
] ) ,
31
- AnswerChoice . A ,
31
+ AnswerChoice . UNANSWERED ,
32
32
) ; // Replace `UNANSWERED` with the correct answer.
33
33
}
34
34
@@ -42,7 +42,7 @@ export class KimberleeHaldaneQuiz implements QuizQuestionProvider {
42
42
[ AnswerChoice . C , 'editing and refactoring code' ] ,
43
43
[ AnswerChoice . D , 'all of the above' ] ,
44
44
] ) ,
45
- AnswerChoice . C ,
45
+ AnswerChoice . UNANSWERED ,
46
46
) ; // Replace `UNANSWERED` with the correct answer.
47
47
}
48
48
@@ -56,7 +56,7 @@ export class KimberleeHaldaneQuiz implements QuizQuestionProvider {
56
56
[ AnswerChoice . C , 'git checkout -b new_feature' ] ,
57
57
[ AnswerChoice . D , 'git remote -v' ] ,
58
58
] ) ,
59
- AnswerChoice . A ,
59
+ AnswerChoice . UNANSWERED ,
60
60
) ; // Replace `UNANSWERED` with the correct answer.
61
61
}
62
62
}
You can’t perform that action at this time.
0 commit comments