Skip to content

Commit f7c396b

Browse files
author
AmiyahJo
committed
3 question placeholder
1 parent 10f1818 commit f7c396b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

lesson_03/quiz/src/quizzes/amiyah_jones_quiz.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,20 @@ export class AmiyahJonesQuiz implements QuizQuestionProvider {
3838
'A machine that automatically transforms input into output.',
3939
); // Provide an answer.
4040
}
41+
42+
private static makeQuestion2(): QuizQuestion {
43+
return new QuizQuestion(
44+
1,
45+
'What is a computer?',
46+
'A machine that automatically transforms input into output.',
47+
); // Provide an answer.
48+
}
49+
50+
private static makeQuestion3(): QuizQuestion {
51+
return new QuizQuestion(
52+
1,
53+
'What is a computer?',
54+
'A machine that automatically transforms input into output.',
55+
); // Provide an answer.
56+
}
4157
}

0 commit comments

Comments
 (0)