Skip to content

Commit 8e609d6

Browse files
author
Ezra Nyabuti
committed
Added back the deleted content.
1 parent 7fcc98a commit 8e609d6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ quiz:
1414
- $2y$10$7TUXmYaJlWnRZTzYR..CsefgVcOZJMGt7ctxyAf.G3obBBFEAB342
1515
- $2y$10$0ghuTDegle177q8VjCgQ2OhManKjotYXrcDT3SLyUF8KvI152Wd0.
1616
- $2y$10$JXoeInFy4UzHhi2Lskxzeu7CQ9RprnJgBw9pjAlV.t6zQyJTyy8OK
17+
mercedesmathews:
18+
- $2y$10$hRwUbEYSqz761B.cG79T2uYsYPiEtKu.JgD3Aj7.Mofx27TtX5YHa
19+
- $2y$10$qE/gXxpq62FEGJOJd9MDA.vpDYLTNSsZbqZLpD/0368CKkcNBzW1y
20+
- $2y$10$yI/2BgOyqQfLdHM3ixPE5uLu89su/sHRJB2c5szDFIAYXDhRakS.C

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@ import { Module } from '@nestjs/common';
22
import { AnotherQuiz } from './another_quiz.js';
33
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
44
import { EzraQuiz } from './ezra_quiz.js';
5+
import { Jbeyquiz } from './jbeyquiz.js';
6+
import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js';
57

68
export const Quizzes = Symbol.for('Quizzes');
79

810
// Add your quiz provider here.
9-
const QUIZ_PROVIDERS = [AnthonyMaysQuiz, AnotherQuiz, EzraQuiz];
11+
12+
const QUIZ_PROVIDERS = [
13+
AnthonyMaysQuiz,
14+
AnotherQuiz,
15+
MercedesMathewsQuiz,
16+
Jbeyquiz,
17+
EzraQuiz,
18+
];
1019

1120
@Module({
1221
providers: [

0 commit comments

Comments
 (0)