Skip to content

Commit 68a052b

Browse files
author
AmiyahJo
committed
fixed makequestion2 format
1 parent a3b3941 commit 68a052b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_03/quiz/src/quizzes/amiyah_jones_quiz.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class AmiyahJonesQuiz implements QuizQuestionProvider {
4444

4545
private static makeQuestion2(): QuizQuestion {
4646
return new QuizQuestion(
47-
1,
47+
2,
4848
'What is a computer?',
4949
'A machine that automatically transforms input into output.',
5050
); // Provide an answer.

0 commit comments

Comments
 (0)