File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44
44
- $2y$10$QsN9VkjWORsKgZRiBT46VOUgc5HVnswKAT4uDbs7JYbTF7DdKbsw.
45
45
- $2y$10$sqXEOL0L8o0kRyiAb.2s4u0RlBC2.LmOGDbGWXHj5IfBNwinkv2yq
46
46
- $2y$10$HaWueXgrIzd7z8yf39HfVeTjjyr.Kgx0GFBqwCRSzW3zRSreN19yi
47
-
48
47
ljmcwilliams :
49
48
- $2y$10$krHODbBQL0Z.4Me1fsRc0.XODWzJQPjrEL1xzXwDa98TPONF8OeiK
50
49
- $2y$10$S5HH5Vv834yLEUO2B3hHQO9gnR.8eBMA3zDORpXFrSYzXCuDsWHN6
Original file line number Diff line number Diff line change @@ -3,24 +3,28 @@ import { AmiyahJonesQuiz } from './amiyah_jones_quiz.js';
3
3
import { AngelicaCQuiz } from './angelica_c_quiz.js' ;
4
4
import { AnotherQuiz } from './another_quiz.js' ;
5
5
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js' ;
6
+ import { XavierCruzQuiz } from './xavier_cruz_quiz.js' ;
7
+ import { DasiaEnglishQuiz } from './dasia_english_quiz.js' ;
6
8
import { ChigazoGrahamsQuiz } from './chigazo_graham_quiz.js' ;
7
9
import { DasiaEnglishQuiz } from './dasia_english_quiz.js' ;
8
10
import { JosephCaballeroQuiz } from './joseph_caballero_quiz.js' ;
9
11
import { LjMcwilliamsQuiz } from './lj_mcwilliams_quiz.js' ;
10
12
import { OyeyemiJimohQuiz } from './oyeyemi_jimoh_quiz.js' ;
11
13
import { XavierCruzQuiz } from './xavier_cruz_quiz.js' ;
14
+ import { OyeyemiJimohQuiz } from './oyeyemi_jimoh_quiz.js' ;
12
15
import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js' ;
13
16
14
17
export const Quizzes = Symbol . for ( 'Quizzes' ) ;
15
18
16
19
// Add your quiz provider here.
17
-
18
20
const QUIZ_PROVIDERS = [
19
21
AnthonyMaysQuiz ,
20
22
YafiahAbdullahQuiz ,
21
23
AnotherQuiz ,
22
24
JosephCaballeroQuiz ,
25
+ AngelicaCQuiz ,
23
26
OyeyemiJimohQuiz ,
27
+ DasiaEnglishQuiz ,
24
28
ChigazoGrahamsQuiz ,
25
29
AmiyahJonesQuiz ,
26
30
LjMcwilliamsQuiz ,
You can’t perform that action at this time.
0 commit comments