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 19
19
- $2y$10$FSWRA7hulVpyVxd8s67Nxuq/1cdmviW24qqoUbqihBf79cR.w9yly
20
20
- $2y$10$Qy1IsNsfuJvA384ypL/72uWubUuNbMRp4LD6j/LM0RIH66D/HIjF6
21
21
justin :
22
- - $2y$10$oLpmVAdqLqak5GfBAzXOluiPY1mVWjGz04DJSvvTKxYXxEcUCTOEW
23
- - $2y$10$Qn8i04ef5sviCn0RvkUeOOPlhrMb4A6QOjY4dbh/kBKhq7tIMmpqO
24
- - $2y$10$N7ggPSg7MJFmiLKwZA.Zqe2iEGxmo7uJtxAmM3Mj30hhCw6pDWEky
22
+ - $2y$10$yAoLMl8ij6NqmOWbedu/bu0jBUwJn29cr/l2riI9I89tSXvk6RD.q
23
+ - $2y$10$6wlesIJWKciE1ljq3CC0W.kOlNyNhkCdUxaLUWFFd/4GKn5FUT/2O
24
+ - $2y$10$5iFZunbLe8IG3LBzoRYGluE2.7gSl/L4cXEbib08pX3tYmiDyS/7G
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ export class JustinsQuiz implements QuizQuestionProvider {
35
35
private static makeQuestion1 ( ) : QuizQuestion {
36
36
return new MultipleChoiceQuizQuestion (
37
37
1 ,
38
- 'How man states are there in the United States?' ,
38
+ 'How many states are there in the United States?' ,
39
39
new Map < AnswerChoice , string > ( [
40
40
[ AnswerChoice . A , '53' ] ,
41
41
[ AnswerChoice . B , '52' ] ,
42
42
[ AnswerChoice . C , '48' ] ,
43
43
[ AnswerChoice . D , '50' ] ,
44
44
] ) ,
45
- AnswerChoice . UNANSWERED ,
45
+ AnswerChoice . UNANSWERED ,
46
46
) ; // Replace `UNANSWERED` with the correct answer.
47
47
}
48
48
private static makeQuestion2 ( ) : QuizQuestion {
You can’t perform that action at this time.
0 commit comments