Skip to content

Commit cc16418

Browse files
author
AmiyahJo
committed
all questions properly fixed
1 parent e1d75b3 commit cc16418

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

lesson_03/quiz/src/quizzes/amiyah_jones_quiz.ts

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,9 @@ export class AmiyahJonesQuiz implements QuizQuestionProvider {
4949
private static makeQuestion2(): QuizQuestion {
5050
return new MultipleChoiceQuizQuestion(
5151
2,
52-
'Which computer part houses everything?',
53-
new Map<AnswerChoice, string>([
54-
[AnswerChoice.A, 'Hard drive'],
55-
[AnswerChoice.B, 'Case'],
56-
[AnswerChoice.C, 'CPU'],
57-
[AnswerChoice.D, 'Power supply'],
58-
]),
59-
AnswerChoice.UNANSWERED,
60-
); // Replace `UNANSWERED` with the correct answer.
52+
'What is a computer?',
53+
'A machine that automatically transforms input into output.',
54+
); // Provide an answer.
6155
}
6256
}
6357

0 commit comments

Comments
 (0)