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.
2 parents 4bbd08e + 28e1a6e commit 3449caaCopy full SHA for 3449caa
lesson_03/quiz/src/quizzes/zion_buchanan_quiz.ts
@@ -5,16 +5,16 @@ import {
5
QuizQuestionProvider,
6
} from 'codedifferently-instructional';
7
8
-export class zionbuchananQuiz implements QuizQuestionProvider {
+export class ZionBuchananQuiz implements QuizQuestionProvider {
9
getProviderName(): string {
10
return 'zionbuchanan';
11
}
12
13
makeQuizQuestions(): QuizQuestion[] {
14
return [
15
- zionbuchananQuiz.makeQuestion0(),
16
- zionbuchananQuiz.makeQuestion1(),
17
- zionbuchananQuiz.makeQuestion2(),
+ ZionBuchananQuiz.makeQuestion0(),
+ ZionBuchananQuiz.makeQuestion1(),
+ ZionBuchananQuiz.makeQuestion2(),
18
];
19
20
0 commit comments