Skip to content

Commit 86eefee

Browse files
angie-3anthonydmays
authored andcommitted
feat: create test questions for Angie (code-differently#109)
* answers to test * fix: rename class and file * chore: eelete lesson_03/quiz/src/quizzes/angelica_castillo_quiz.ts * changes made and saved --------- Co-authored-by: Anthony D. Mays <[email protected]>
1 parent cca45ee commit 86eefee

File tree

2 files changed

+5
-29
lines changed

2 files changed

+5
-29
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ quiz:
3636
- $2y$10$MkiKfTFDIR5e4nWe3Q3XKOSEk2E06urRRykXIx/2JV6Y5j.OPIWMi
3737
- $2y$10$WsWcxQ.rCkq/WoUVMbdMNuUU8v5O9xDFpWdbWydVFu7/Ufz/8lLru
3838
- $2y$10$9FB5PKcxb5z0xijnLVnF8.127CghZcgd7.0Phn2QsWdCYBxxZWrwG
39+
angelicacastillo:
40+
- $2y$10$MkiKfTFDIR5e4nWe3Q3XKOSEk2E06urRRykXIx/2JV6Y5j.OPIWMi
41+
- $2y$10$WsWcxQ.rCkq/WoUVMbdMNuUU8v5O9xDFpWdbWydVFu7/Ufz/8lLru
42+
- $2y$10$9FB5PKcxb5z0xijnLVnF8.127CghZcgd7.0Phn2QsWdCYBxxZWrwG
3943
amiyahjones:
4044
- $2y$10$QsN9VkjWORsKgZRiBT46VOUgc5HVnswKAT4uDbs7JYbTF7DdKbsw.
4145
- $2y$10$sqXEOL0L8o0kRyiAb.2s4u0RlBC2.LmOGDbGWXHj5IfBNwinkv2yq

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

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import { Module } from '@nestjs/common';
2-
import { AmiyahJonesQuiz } from './amiyah_jones_quiz.js';
3-
import { AngelicaCQuiz } from './angelica_c_quiz.js';
42
import { AnotherQuiz } from './another_quiz.js';
53
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
64
import { ChigazoGrahamsQuiz } from './chigazo_graham_quiz.js';
@@ -24,34 +22,8 @@ const QUIZ_PROVIDERS = [
2422
DasiaEnglishQuiz,
2523
ChigazoGrahamsQuiz,
2624
AmiyahJonesQuiz,
27-
XavierCruzQuiz,
28-
];
29-
30-
@Module({
31-
providers: [
32-
...QUIZ_PROVIDERS,
33-
{
34-
provide: Quizzes,
35-
useFactory: (...args) => [...args],
36-
inject: QUIZ_PROVIDERS,
37-
},
38-
],
39-
})
40-
export class QuizzesModule {}
41-
42-
export const Quizzes = Symbol.for('Quizzes');
43-
44-
// Add your quiz provider here.
45-
46-
const QUIZ_PROVIDERS = [
47-
AnthonyMaysQuiz,
48-
YafiahAbdullahQuiz,
49-
AnotherQuiz,
50-
JosephCaballeroQuiz,
51-
OyeyemiJimohQuiz,
52-
ChigazoGrahamsQuiz,
53-
AmiyahJonesQuiz,
5425
LjMcwilliamsQuiz,
26+
XavierCruzQuiz,
5527
];
5628

5729
@Module({

0 commit comments

Comments
 (0)