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 7
7
- $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
8
8
- $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
9
9
kimberleehaldane :
10
- - $2y$10$//R05yiCI1FQyyxDcTAfbOjX5R2QE1uP.X5bluhlhELVftbt3Uhjy
11
- - $2y$10$spQll/yP2jNAoncoqUtZTu2vam7rp6bljvv7rQs9dwVpFuBHDJxgG
12
- - $2y$10$NXQfifFPXn3LTKL8F2nmeOkIHHW/ZY5Hj9R74OuWTiRKCNky.Xmze
10
+ - $2y$10$7u0/PUZE4NFsRmjPtsaNOuQpXsQcuZh22wqYK5vli5LUO8wxIDR7q
11
+ - $2y$10$zBW5IVw5BDBaa2PuxuyoO.kjixYznWpMXJ0a8hwO1zIYG8o5LJXAq
12
+ - $2y$10$BjDUqT33QmjaSNeYJ99GCeyrjx99NSfCThB4l/KIh9PfbP4cJo03a
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export class KimberleeHaldaneQuiz implements QuizQuestionProvider {
28
28
[ AnswerChoice . C , 'cd' ] ,
29
29
[ AnswerChoice . D , 'mkdir' ] ,
30
30
] ) ,
31
- AnswerChoice . UNANSWERED ,
31
+ AnswerChoice . A ,
32
32
) ; // Replace `UNANSWERED` with the correct answer.
33
33
}
34
34
@@ -42,7 +42,7 @@ export class KimberleeHaldaneQuiz implements QuizQuestionProvider {
42
42
[ AnswerChoice . C , 'editing and refactoring code' ] ,
43
43
[ AnswerChoice . D , 'all of the above' ] ,
44
44
] ) ,
45
- AnswerChoice . UNANSWERED ,
45
+ AnswerChoice . C ,
46
46
) ; // Replace `UNANSWERED` with the correct answer.
47
47
}
48
48
@@ -56,7 +56,7 @@ export class KimberleeHaldaneQuiz implements QuizQuestionProvider {
56
56
[ AnswerChoice . C , 'git checkout -b new_feature' ] ,
57
57
[ AnswerChoice . D , 'git remote -v' ] ,
58
58
] ) ,
59
- AnswerChoice . UNANSWERED ,
59
+ AnswerChoice . A ,
60
60
) ; // Replace `UNANSWERED` with the correct answer.
61
61
}
62
62
}
You can’t perform that action at this time.
0 commit comments