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 PabloLimonParedesQuiz implements QuizQuestionProvider {
28
28
[ AnswerChoice . C , 'To move to another branch' ] ,
29
29
[ AnswerChoice . D , 'Delete a branch' ] ,
30
30
] ) ,
31
- AnswerChoice . B ,
31
+ AnswerChoice . UNANSWERED ,
32
32
) ; // Replace `UNANSWERED` with the correct answer.
33
33
}
34
34
@@ -42,7 +42,7 @@ export class PabloLimonParedesQuiz implements QuizQuestionProvider {
42
42
[ AnswerChoice . C , 'Get to main branch' ] ,
43
43
[ AnswerChoice . D , 'Access the manual for git' ] ,
44
44
] ) ,
45
- AnswerChoice . D ,
45
+ AnswerChoice . UNANSWERED ,
46
46
) ; // Replace `UNANSWERED` with the correct answer.
47
47
}
48
48
private static makeQuestion2 ( ) : QuizQuestion {
@@ -55,7 +55,7 @@ export class PabloLimonParedesQuiz implements QuizQuestionProvider {
55
55
[ AnswerChoice . C , 'command + shift + P' ] ,
56
56
[ AnswerChoice . D , 'command + T' ] ,
57
57
] ) ,
58
- AnswerChoice . A ,
58
+ AnswerChoice . UNANSWERED ,
59
59
) ; // Replace `UNANSWERED` with the correct answer.
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments