File tree Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Expand file tree Collapse file tree 2 files changed +7
-19
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
+ rmill :
18
+ - $2y$10$FquR69q7W4E68TX/SNCB7u8Ri0DOFRDqsUPdGfuyIBjZJRVFkNI.6
19
+ - $2y$10$FSWRA7hulVpyVxd8s67Nxuq/1cdmviW24qqoUbqihBf79cR.w9yly
20
+ - $2y$10$Qy1IsNsfuJvA384ypL/72uWubUuNbMRp4LD6j/LM0RIH66D/HIjF6
17
21
evanphilakhong :
18
- - $2y$10$jPemAebScV6nhwb4gjCmyu/1ZfDaCTdjZvDk2Mf/ASO3NhpK0Zikm
19
- - $2y$10$EgDoBI4YWx7i8W6m74OQ/.peaijZ.PGPUUTR.5I4dNlRT.xo17yTm
20
- - $2y$10$KRwSNIERrR6Zc1EoxvGoKu0wEzoKcT93gZyZLcIxcbDj/An3aazY6
21
- - $2y$10$jdfCYoBCrarAT/ZBLI.5/utzDkMjX5kOc5aVvn3Z09x5iCM6TR//O
22
+ - $2y$10$3ERfjtWq6bYipHm0QGOuDe8oeXth3dnmfxT8g5P65sc8m4EivQNY.
23
+ - $2y$10$cr3WSpMx9zljgMYCqz4uYOAMT2iOzDaRsnoQi6CfPu/761F.1EpwW
24
+ - $2y$10$us8POdRzHVBFr1wNcuC7iuDg/YsQvr0GXe5JpFg8EIWzc6IMnIEUG
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
15
15
EvanPhilakhongQuiz . makeQuestion0 ( ) ,
16
16
EvanPhilakhongQuiz . makeQuestion1 ( ) ,
17
17
EvanPhilakhongQuiz . makeQuestion2 ( ) ,
18
- EvanPhilakhongQuiz . makeQuestion3 ( ) ,
19
18
] ;
20
19
}
21
20
@@ -60,18 +59,4 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
60
59
AnswerChoice . UNANSWERED , // repleace UNANSWERED with correct answer
61
60
) ;
62
61
}
63
-
64
- private static makeQuestion3 ( ) : QuizQuestion {
65
- return new MultipleChoiceQuizQuestion (
66
- 3 ,
67
- 'RAM is short for ___?' ,
68
- new Map < AnswerChoice , string > ( [
69
- [ AnswerChoice . A , 'Randomly Advanced Memory' ] ,
70
- [ AnswerChoice . B , 'Random Access Memory' ] ,
71
- [ AnswerChoice . C , 'Temporary Memory' ] ,
72
- [ AnswerChoice . D , 'Readlily Access Memory' ] ,
73
- ] ) ,
74
- AnswerChoice . UNANSWERED , // replace UNANSWERED with correct answer
75
- ) ;
76
- }
77
62
}
You can’t perform that action at this time.
0 commit comments