File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 30
30
- $2y$10$3zArsy4GabD98u.ptZU2zu/nSu5vzP8slUpmsxBvhmJzswGe85EKO
31
31
- $2y$10$eh8.Av4n0tpWMP/16Z70De94XrAuPh0DZNsmu0yJNOUG6oPzAiSsK
32
32
- $2y$10$607zc3L5.3BZHz3kr2r2wOSglVvjQ315wnrowDeHrKt2tBbHpbQKi
33
- - $2y$10$l51a6NswF4.vasCXS4eFYu/2m9oygollU.HUPoADm7C/elQznwL0G
34
- - $2y$10$TUYW0UE9F2eHE50sBkWc0Oirt3dR/KTt1Djv33.MQPd0HhemtpV0C
35
- - $2y$10$75LsfLVnWRFrgNYWt7AuK.LqNtMQe2TTVcGK3KlD0xX.v/LEuH5Zi
33
+
36
34
angelicacastillo :
37
35
- $2y$10$MkiKfTFDIR5e4nWe3Q3XKOSEk2E06urRRykXIx/2JV6Y5j.OPIWMi
38
36
- $2y$10$WsWcxQ.rCkq/WoUVMbdMNuUU8v5O9xDFpWdbWydVFu7/Ufz/8lLru
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