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 90f4b2d commit ed86ed2Copy full SHA for ed86ed2
lesson_02/quiz/src/lesson2.ts
@@ -15,17 +15,17 @@ export class Lesson2 {
15
16
static makeQuizQuestions(): QuizQuestion[] {
17
return [
18
- Lesson2.makeQuestion0(B),
19
- Lesson2.makeQuestion1(B),
20
- Lesson2.makeQuestion2(D),
21
- Lesson2.makeQuestion3(B),
22
- Lesson2.makeQuestion4(D),
23
- Lesson2.makeQuestion5(C),
24
- Lesson2.makeQuestion6(C),
25
- Lesson2.makeQuestion7(B),
26
- Lesson2.makeQuestion8(C),
27
- Lesson2.makeQuestion9(A),
28
- Lesson2.makeQuestion10(B),
+ Lesson2.makeQuestion0(),
+ Lesson2.makeQuestion1(),
+ Lesson2.makeQuestion2(),
+ Lesson2.makeQuestion3(),
+ Lesson2.makeQuestion4(),
+ Lesson2.makeQuestion5(),
+ Lesson2.makeQuestion6(),
+ Lesson2.makeQuestion7(),
+ Lesson2.makeQuestion8(),
+ Lesson2.makeQuestion9(),
+ Lesson2.makeQuestion10(),
29
];
30
}
31
0 commit comments