We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f1818 commit f7c396bCopy full SHA for f7c396b
lesson_03/quiz/src/quizzes/amiyah_jones_quiz.ts
@@ -38,4 +38,20 @@ export class AmiyahJonesQuiz implements QuizQuestionProvider {
38
'A machine that automatically transforms input into output.',
39
); // Provide an answer.
40
}
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
52
53
54
55
56
57
0 commit comments