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 @@ -34,7 +34,7 @@ export class KhaylaSaundersQuiz implements QuizQuestionProvider {
34
34
'Use Git stash to temporarily save uncommitted changes. ' ,
35
35
] ,
36
36
] ) ,
37
- AnswerChoice . B ,
37
+ AnswerChoice . UNANSWERED ,
38
38
) ; // Replace `UNANSWERED` with the correct answer.
39
39
}
40
40
@@ -54,7 +54,7 @@ export class KhaylaSaundersQuiz implements QuizQuestionProvider {
54
54
] ,
55
55
[ AnswerChoice . D , 'When you need to undo the last commit ' ] ,
56
56
] ) ,
57
- AnswerChoice . A ,
57
+ AnswerChoice . UNANSWERED ,
58
58
) ; // Replace `UNANSWERED` with the correct answer.
59
59
}
60
60
private static makeQuestion2 ( ) : QuizQuestion {
@@ -67,7 +67,7 @@ export class KhaylaSaundersQuiz implements QuizQuestionProvider {
67
67
[ AnswerChoice . C , 'Supersets' ] ,
68
68
[ AnswerChoice . D , 'Git' ] ,
69
69
] ) ,
70
- AnswerChoice . A ,
70
+ AnswerChoice . UNANSWERED ,
71
71
) ; // Replace `UNANSWERED` with the correct answer.
72
72
}
73
73
}
You can’t perform that action at this time.
0 commit comments