File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lesson_03/quiz/src/quizzes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export class Bryanasingletonbarnhart implements QuizQuestionProvider {
28
28
[ AnswerChoice . C , 'CPU' ] ,
29
29
[ AnswerChoice . D , 'Motherboard' ] ,
30
30
] ) ,
31
- AnswerChoice . C ,
31
+ AnswerChoice . UNANSWERED ,
32
32
) ; // Replace `UNANSWERED` with the correct answer.
33
33
}
34
34
@@ -42,7 +42,7 @@ export class Bryanasingletonbarnhart implements QuizQuestionProvider {
42
42
[ AnswerChoice . C , 'System Design Document' ] ,
43
43
[ AnswerChoice . D , 'Software Development Document' ] ,
44
44
] ) ,
45
- AnswerChoice . B ,
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 Bryanasingletonbarnhart implements QuizQuestionProvider {
55
55
[ AnswerChoice . C , '1000' ] ,
56
56
[ AnswerChoice . D , '8' ] ,
57
57
] ) ,
58
- AnswerChoice . D ,
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