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 8f94a17 commit abd4a9fCopy full SHA for abd4a9f
lesson_03/quiz/src/quizzes/quizzes.module.ts
@@ -14,7 +14,6 @@ import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js';
14
export const Quizzes = Symbol.for('Quizzes');
15
16
// Add your quiz provider here.
17
-
18
const QUIZ_PROVIDERS = [
19
AnthonyMaysQuiz,
20
YafiahAbdullahQuiz,
@@ -25,6 +24,7 @@ const QUIZ_PROVIDERS = [
25
24
DasiaEnglishQuiz,
26
ChigazoGrahamsQuiz,
27
AmiyahJonesQuiz,
+ XavierCruzQuiz,
28
LjMcwilliamsQuiz,
29
];
30
0 commit comments