File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 5
5
- $2y$10$55EXRjF26JIgebtoH800ZOJecfefvMgHicuxf/rwTENuxiUaFQcNe
6
6
anotherone :
7
7
- $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
8
- - $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
8
+ - $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
9
+ dylanlafferty :
10
+ - $2y$10$JpiqIw6Ip/DUgaOkggURk.wP1OtxxAlmYJvVPJQ/6GfG3SslHNrBu
11
+ - $2y$10$mPlPI9IsKf8cCKyQj3gtTOY8ffwgwTddHHjVAVd1PcAzfatOHED06
12
+ - $2y$10$Sr6Fu4QqmqX/oKYnypzQ9e4SxOiTuFAgnLVNd6rKz9AxZlcAjWwaK
Original file line number Diff line number Diff line change 1
- import {
1
+ import {
2
2
AnswerChoice ,
3
3
MultipleChoiceQuizQuestion ,
4
4
QuizQuestion ,
5
5
QuizQuestionProvider ,
6
6
} from 'codedifferently-instructional' ;
7
-
8
-
7
+
8
+ export class DylanLaffertyQuiz implements QuizQuestionProvider {
9
9
getProviderName ( ) : string {
10
10
return 'dylanlafferty' ;
11
11
}
12
12
13
13
makeQuizQuestions ( ) : QuizQuestion [ ] {
14
- return [ DylanLaffertyQuiz . makeQuestion0 ( ) , DylanLaffertyQuiz . makeQuestion0 ( ) ] ;
14
+ return [
15
+ DylanLaffertyQuiz . makeQuestion0 ( ) ,
16
+ DylanLaffertyQuiz . makeQuestion1 ( ) ,
17
+ DylanLaffertyQuiz . makeQuestion2 ( ) ,
18
+ ] ;
15
19
}
16
20
17
21
private static makeQuestion0 ( ) : QuizQuestion {
26
30
] ) ,
27
31
AnswerChoice . UNANSWERED ,
28
32
) ;
29
-
33
+ }
30
34
private static makeQuestion1 ( ) : QuizQuestion {
31
35
return new MultipleChoiceQuizQuestion (
32
36
1 ,
54
58
AnswerChoice . UNANSWERED ,
55
59
) ;
56
60
}
61
+ }
You can’t perform that action at this time.
0 commit comments