File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 6
6
anotherone :
7
7
- $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
8
8
- $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
9
- lesson_03
10
9
bryanasingletonbarnhart :
11
10
- $2y$10$1mLxFIqlwiKqivImNbEYE.khunzQLkqDL/40Yj39J6vJA0rLfwDuK
12
11
- $2y$10$sIjoP0Jqf5apX3Uk2tdy0.yt..CIanJbbDIA7Y98KtUSNd4iq4oRO
@@ -20,4 +19,3 @@ lesson_03
20
19
- $2y$10$hRwUbEYSqz761B.cG79T2uYsYPiEtKu.JgD3Aj7.Mofx27TtX5YHa
21
20
- $2y$10$qE/gXxpq62FEGJOJd9MDA.vpDYLTNSsZbqZLpD/0368CKkcNBzW1y
22
21
- $2y$10$yI/2BgOyqQfLdHM3ixPE5uLu89su/sHRJB2c5szDFIAYXDhRakS.C
23
- main
Original file line number Diff line number Diff line change 1
1
import { Module } from '@nestjs/common' ;
2
+ import { Bryanasingletonbarnhart } from './ bryana_singleton-barnhart_quiz.js' ;
2
3
import { AnotherQuiz } from './another_quiz.js' ;
3
4
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js' ;
4
- lesson_03
5
- import { Bryanasingletonbarnhart } from './ bryana_singleton-barnhart_quiz.js' ;
6
5
7
6
import { Jbeyquiz } from './jbeyquiz.js' ;
8
7
import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js' ;
9
8
10
9
export const Quizzes = Symbol . for ( 'Quizzes' ) ;
11
10
12
11
// Add your quiz provider here.
13
- lesson_03
14
- const QUIZ_PROVIDERS = [ AnthonyMaysQuiz , AnotherQuiz , Bryanasingletonbarnhart ] ;
15
-
16
12
const QUIZ_PROVIDERS = [
17
13
AnthonyMaysQuiz ,
18
14
AnotherQuiz ,
19
15
MercedesMathewsQuiz ,
20
16
Jbeyquiz ,
17
+ Bryanasingletonbarnhart ,
21
18
] ;
22
19
23
20
@Module ( {
You can’t perform that action at this time.
0 commit comments