Skip to content

Commit abd4a9f

Browse files
XavierCruz5106marleomac3
authored andcommitted
feat: added Xavier's quiz questions (code-differently#99)
* feat: added some quiz questions * Update quizzes.module.ts * Update quizzes.module.ts
1 parent 8f94a17 commit abd4a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_03/quiz/src/quizzes/quizzes.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js';
1414
export const Quizzes = Symbol.for('Quizzes');
1515

1616
// Add your quiz provider here.
17-
1817
const QUIZ_PROVIDERS = [
1918
AnthonyMaysQuiz,
2019
YafiahAbdullahQuiz,
@@ -25,6 +24,7 @@ const QUIZ_PROVIDERS = [
2524
DasiaEnglishQuiz,
2625
ChigazoGrahamsQuiz,
2726
AmiyahJonesQuiz,
27+
XavierCruzQuiz,
2828
LjMcwilliamsQuiz,
2929
];
3030

0 commit comments

Comments
 (0)