File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 14
14
- $2y$10$hRwUbEYSqz761B.cG79T2uYsYPiEtKu.JgD3Aj7.Mofx27TtX5YHa
15
15
- $2y$10$qE/gXxpq62FEGJOJd9MDA.vpDYLTNSsZbqZLpD/0368CKkcNBzW1y
16
16
- $2y$10$yI/2BgOyqQfLdHM3ixPE5uLu89su/sHRJB2c5szDFIAYXDhRakS.C
17
+ DavisDarius :
18
+ - $2y$10$yMJb1Jq0KavCZA6FlPzcbeTAcvnngH1dH.LwfvOHUIZxeiL8Y8B2C
19
+ - $2y$10$wjDnHllQW16n/Pgr3nM2PeP5mlUeTjDWWCH5vOFtDEoJ7I2ltluQC
20
+ - $2y$10$vNFRGJtBXdsZj7Uheaf5y.ck8UhScBkHbMAwVacrETF2WEYOfbPlK
Original file line number Diff line number Diff line change @@ -58,16 +58,4 @@ export class DavisQuiz implements QuizQuestionProvider {
58
58
AnswerChoice . UNANSWERED ,
59
59
) ; // Provide an answer.
60
60
}
61
-
62
- private static makeQuestion3 ( ) : QuizQuestion {
63
- return new MultipleChoiceQuizQuestion (
64
- 3 ,
65
- 'If we flip a coin...?' ,
66
- new Map < AnswerChoice , string > ( [
67
- [ AnswerChoice . A , 'Heads' ] ,
68
- [ AnswerChoice . B , 'Tails' ] ,
69
- ] ) ,
70
- AnswerChoice . UNANSWERED ,
71
- ) ; // Replace `UNANSWERED` with the correct answer.
72
- }
73
61
}
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
4
4
import { DavisQuiz } from './Davis_D._quiz.js' ;
5
5
import { Jbeyquiz } from './jbeyquiz.js' ;
6
6
import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js' ;
7
-
8
7
export const Quizzes = Symbol . for ( 'Quizzes' ) ;
9
8
10
9
// Add your quiz provider here.
@@ -13,7 +12,7 @@ const QUIZ_PROVIDERS = [
13
12
AnotherQuiz ,
14
13
MercedesMathewsQuiz ,
15
14
Jbeyquiz ,
16
- DavisDQuiz ,
15
+ DavisQuiz ,
17
16
] ;
18
17
19
18
@Module ( {
You can’t perform that action at this time.
0 commit comments