File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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
- Justin :
21
+ justin :
22
22
- $2y$10$oLpmVAdqLqak5GfBAzXOluiPY1mVWjGz04DJSvvTKxYXxEcUCTOEW
23
23
- $2y$10$Qn8i04ef5sviCn0RvkUeOOPlhrMb4A6QOjY4dbh/kBKhq7tIMmpqO
24
24
- $2y$10$N7ggPSg7MJFmiLKwZA.Zqe2iEGxmo7uJtxAmM3Mj30hhCw6pDWEky
Original file line number Diff line number Diff line change 7
7
8
8
export class JustinsQuiz implements QuizQuestionProvider {
9
9
getProviderName ( ) : string {
10
- return 'Justin ' ;
10
+ return 'justin ' ;
11
11
}
12
12
13
13
makeQuizQuestions ( ) : QuizQuestion [ ] {
@@ -28,7 +28,7 @@ export class JustinsQuiz implements QuizQuestionProvider {
28
28
[ AnswerChoice . C , '12' ] ,
29
29
[ AnswerChoice . D , '10' ] ,
30
30
] ) ,
31
- AnswerChoice . A ,
31
+ AnswerChoice . UNANSWERED ,
32
32
) ; // Replace `UNANSWERED` with the correct answer.
33
33
}
34
34
@@ -42,7 +42,7 @@ export class JustinsQuiz implements QuizQuestionProvider {
42
42
[ AnswerChoice . C , '48' ] ,
43
43
[ AnswerChoice . D , '50' ] ,
44
44
] ) ,
45
- AnswerChoice . D ,
45
+ AnswerChoice . UNANSWERED ,
46
46
) ; // Replace `UNANSWERED` with the correct answer.
47
47
}
48
48
private static makeQuestion2 ( ) : QuizQuestion {
@@ -55,7 +55,7 @@ export class JustinsQuiz implements QuizQuestionProvider {
55
55
[ AnswerChoice . C , 'December 26th' ] ,
56
56
[ AnswerChoice . D , 'December 23rd' ] ,
57
57
] ) ,
58
- AnswerChoice . A ,
58
+ AnswerChoice . UNANSWERED ,
59
59
) ; // Replace `UNANSWERED` with the correct answer.
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments