File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 18
18
- $2y$10$FquR69q7W4E68TX/SNCB7u8Ri0DOFRDqsUPdGfuyIBjZJRVFkNI.6
19
19
- $2y$10$FSWRA7hulVpyVxd8s67Nxuq/1cdmviW24qqoUbqihBf79cR.w9yly
20
20
- $2y$10$Qy1IsNsfuJvA384ypL/72uWubUuNbMRp4LD6j/LM0RIH66D/HIjF6
21
- DavisDarius :
21
+ davisdarius :
22
22
- $2y$10$s9Dh1bJak9WjT3sziuq1KeloNnDCuhgjsT6HA.m/fxjJSrJMK0lOu
23
23
- $2y$10$Q58g8gsWhL1Zhje9WoLHKuqF44I3NK16i..EQ2SYVAa.PEkowhgOK
24
24
- $2y$10$U3eJ/7JtxbPlofL.3K08AeKmVTKWLvyhNCcS.cgF6gNn/cmm5Psia
Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ import {
5
5
QuizQuestionProvider ,
6
6
} from 'codedifferently-instructional' ;
7
7
8
- export class DavisQuiz implements QuizQuestionProvider {
8
+ export class DavisDQuiz implements QuizQuestionProvider {
9
9
getProviderName ( ) : string {
10
- return 'DavisDarius ' ;
10
+ return 'davisdarius ' ;
11
11
}
12
12
13
13
makeQuizQuestions ( ) : QuizQuestion [ ] {
14
14
return [
15
- DavisQuiz . makeQuestion0 ( ) ,
16
- DavisQuiz . makeQuestion1 ( ) ,
17
- DavisQuiz . makeQuestion2 ( ) ,
15
+ DavisDQuiz . makeQuestion0 ( ) ,
16
+ DavisDQuiz . makeQuestion1 ( ) ,
17
+ DavisDQuiz . makeQuestion2 ( ) ,
18
18
] ;
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
4
4
import { Jbeyquiz } from './jbeyquiz.js' ;
5
5
import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js' ;
6
6
import { RasheedMillerQuiz } from './rasheed_miller_quiz.js' ;
7
- import { DavisQuiz } from './Davis_quiz .js' ;
7
+ import { DavisDQuiz } from './davisd_quiz .js' ;
8
8
9
9
export const Quizzes = Symbol . for ( 'Quizzes' ) ;
10
10
@@ -15,7 +15,7 @@ const QUIZ_PROVIDERS = [
15
15
MercedesMathewsQuiz ,
16
16
Jbeyquiz ,
17
17
RasheedMillerQuiz ,
18
- DavisQuiz ,
18
+ DavisDQuiz ,
19
19
] ;
20
20
21
21
@Module ( {
You can’t perform that action at this time.
0 commit comments