Skip to content

Commit a17bd44

Browse files
committed
changes to quiz
1 parent e15042e commit a17bd44

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ quiz:
66
anotherone:
77
- $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
88
- $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
9-
lesson_03
109
bryanasingletonbarnhart:
1110
- $2y$10$1mLxFIqlwiKqivImNbEYE.khunzQLkqDL/40Yj39J6vJA0rLfwDuK
1211
- $2y$10$sIjoP0Jqf5apX3Uk2tdy0.yt..CIanJbbDIA7Y98KtUSNd4iq4oRO
@@ -20,4 +19,3 @@ lesson_03
2019
- $2y$10$hRwUbEYSqz761B.cG79T2uYsYPiEtKu.JgD3Aj7.Mofx27TtX5YHa
2120
- $2y$10$qE/gXxpq62FEGJOJd9MDA.vpDYLTNSsZbqZLpD/0368CKkcNBzW1y
2221
- $2y$10$yI/2BgOyqQfLdHM3ixPE5uLu89su/sHRJB2c5szDFIAYXDhRakS.C
23-
main

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
import { Module } from '@nestjs/common';
2+
import { Bryanasingletonbarnhart } from './ bryana_singleton-barnhart_quiz.js';
23
import { AnotherQuiz } from './another_quiz.js';
34
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
4-
lesson_03
5-
import { Bryanasingletonbarnhart } from './ bryana_singleton-barnhart_quiz.js';
65

76
import { Jbeyquiz } from './jbeyquiz.js';
87
import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js';
98

109
export const Quizzes = Symbol.for('Quizzes');
1110

1211
// Add your quiz provider here.
13-
lesson_03
14-
const QUIZ_PROVIDERS = [AnthonyMaysQuiz, AnotherQuiz, Bryanasingletonbarnhart];
15-
1612
const QUIZ_PROVIDERS = [
1713
AnthonyMaysQuiz,
1814
AnotherQuiz,
1915
MercedesMathewsQuiz,
2016
Jbeyquiz,
17+
Bryanasingletonbarnhart,
2118
];
2219

2320
@Module({

0 commit comments

Comments
 (0)