Skip to content

Commit bf47bba

Browse files
kksaunders251anthonydmays
authored andcommitted
chore: adds Khyla's custom quiz (code-differently#120)
* Updated Less01 KS * Restored deleted styles and finalized assignment * lesson03quiz * Khayla Saunders fixed classname * feat: add a new quiz question to KhaylaSaundersQuiz * fix: rename KhaylaSaundersQuiz to khaylasaunders in quiz.yaml * fix: update answer choices to UNANSWERED in KhaylaSaundersQuiz * Corrected quiz yaml * feat: removed lesson 01 * chore: removed extra line break. * chore: restore mistakenly deleted files --------- Co-authored-by: Anthony D. Mays <[email protected]>
1 parent 7e45462 commit bf47bba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ import { Module } from '@nestjs/common';
22
import { AnotherQuiz } from './another_quiz.js';
33
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
44
import { DavidAdenaikeQuiz } from './david_adenaike_quiz.js';
5+
<<<<<<< HEAD
56
import { DylanLaffertyQuiz } from './dylan_lafferty_quiz.js';
7+
=======
8+
>>>>>>> 8cf96e4 (chore: adds Khyla's custom quiz (#120))
69
import { Jbeyquiz } from './jbeyquiz.js';
710
import { KhaylaSaundersQuiz } from './khayla_quiz.js';
811
import { MeikoStephensQuiz } from './meiko_stephens_quiz.js';
@@ -19,7 +22,10 @@ const QUIZ_PROVIDERS = [
1922
Jbeyquiz,
2023
DavidAdenaikeQuiz,
2124
KhaylaSaundersQuiz,
25+
<<<<<<< HEAD
2226
DylanLaffertyQuiz,
27+
=======
28+
>>>>>>> 8cf96e4 (chore: adds Khyla's custom quiz (#120))
2329
RasheedMillerQuiz,
2430
DylanLaffertyQuiz,
2531
RasheedMillerQuiz,

0 commit comments

Comments
 (0)