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 31
31
- $2y$10$sqXEOL0L8o0kRyiAb.2s4u0RlBC2.LmOGDbGWXHj5IfBNwinkv2yq
32
32
- $2y$10$HaWueXgrIzd7z8yf39HfVeTjjyr.Kgx0GFBqwCRSzW3zRSreN19yi
33
33
pablolimonparedes :
34
- - $2y$10$3zArsy4GabD98u.ptZU2zu/nSu5vzP8slUpmsxBvhmJzswGe85EKO
35
- - $2y$10$eh8.Av4n0tpWMP/16Z70De94XrAuPh0DZNsmu0yJNOUG6oPzAiSsK
36
- - $2y$10$607zc3L5.3BZHz3kr2r2wOSglVvjQ315wnrowDeHrKt2tBbHpbQKi
34
+ - $2y$10$jRNp2NXb5cVloZmTiW.jZOvpuv/kKkyVixwDo6DB3cG504M5m5p52
35
+ - $2y$10$1iu5Ry3i62mWcuwapzJ12uo3aw1BGdp8b1NnEIYvFDwS4Qfjk0KlS
36
+ - $2y$10$eqJmiv.JMwtY4KkCB6NkW.LSv57y5wCckI3oPh2iCVbwn5FMTYJhu
Original file line number Diff line number Diff line change 7
7
8
8
export class PabloLimonParedesQuiz implements QuizQuestionProvider {
9
9
getProviderName ( ) : string {
10
- return 'PabloLimonParedes ' ;
10
+ return 'pablolimonparedes ' ;
11
11
}
12
12
13
13
makeQuizQuestions ( ) : QuizQuestion [ ] {
@@ -34,7 +34,7 @@ export class PabloLimonParedesQuiz implements QuizQuestionProvider {
34
34
35
35
private static makeQuestion1 ( ) : QuizQuestion {
36
36
return new MultipleChoiceQuizQuestion (
37
- 0 ,
37
+ 1 ,
38
38
'What does the man git command do?' ,
39
39
new Map < AnswerChoice , string > ( [
40
40
[ AnswerChoice . A , 'Create a new directory' ] ,
@@ -47,7 +47,7 @@ export class PabloLimonParedesQuiz implements QuizQuestionProvider {
47
47
}
48
48
private static makeQuestion2 ( ) : QuizQuestion {
49
49
return new MultipleChoiceQuizQuestion (
50
- 0 ,
50
+ 2 ,
51
51
'How do you clear up your terminal if your screen is cramped?' ,
52
52
new Map < AnswerChoice , string > ( [
53
53
[ AnswerChoice . A , 'command + k' ] ,
You can’t perform that action at this time.
0 commit comments