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 616f844 commit 28e1a6eCopy full SHA for 28e1a6e
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';
+ 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