File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
- $2y$10$9fZs867NHxoPQ/VWMeLyj.us5Kg3SLPcbt9O5ki/FdJ37TbhgFMFC
20
20
- $2y$10$GfjcKvtzr6n8553Mdr1RJOOYDfzOudlW.3i8otsH0HiW52CU7tUAW
21
21
amiyahjones :
22
- - $2y$10$fBtFjky25HrdWc2T7JJxqOuTA0/MNenmJ05pJve4S0RXhHmazMLb6
23
- - $$ 2y$10$RAemD7Vmxx1U0KMcCNRZ9.S4CceTwTRdXR1NoQgUdJbOhxgZzept2
24
- - $2y$10$Xjwmq.U9Kso6xLfv0Yzudu6o/yUStvpP6ZCSTFsRzlX4XrCmtUNdG
22
+ - $2y$10$QsN9VkjWORsKgZRiBT46VOUgc5HVnswKAT4uDbs7JYbTF7DdKbsw.
23
+ - $2y$10$sqXEOL0L8o0kRyiAb.2s4u0RlBC2.LmOGDbGWXHj5IfBNwinkv2yq
24
+ - $2y$10$HaWueXgrIzd7z8yf39HfVeTjjyr.Kgx0GFBqwCRSzW3zRSreN19yi
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export class AmiyahJonesQuiz implements QuizQuestionProvider {
28
28
[ AnswerChoice . C , 'Ram and hard drive' ] ,
29
29
[ AnswerChoice . D , 'None of them get mixed up' ] ,
30
30
] ) ,
31
- AnswerChoice . UNANSWERED ,
31
+ AnswerChoice . C ,
32
32
) ; // Replace `UNANSWERED` with the correct answer.
33
33
}
34
34
@@ -42,7 +42,7 @@ export class AmiyahJonesQuiz implements QuizQuestionProvider {
42
42
[ AnswerChoice . C , 'Mother board' ] ,
43
43
[ AnswerChoice . D , 'Ram' ] ,
44
44
] ) ,
45
- AnswerChoice . UNANSWERED ,
45
+ AnswerChoice . A ,
46
46
) ; // Replace `UNANSWERED` with the correct answer.
47
47
}
48
48
@@ -56,7 +56,7 @@ export class AmiyahJonesQuiz implements QuizQuestionProvider {
56
56
[ AnswerChoice . C , 'CPU' ] ,
57
57
[ AnswerChoice . D , 'Power supply' ] ,
58
58
] ) ,
59
- AnswerChoice . UNANSWERED ,
59
+ AnswerChoice . B ,
60
60
) ; // Replace `UNANSWERED` with the correct answer.
61
61
}
62
62
}
You can’t perform that action at this time.
0 commit comments