Skip to content

Commit bcc6a70

Browse files
committed
yaml update, quiz test
1 parent 351ed62 commit bcc6a70

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ quiz:
3131
- $2y$10$sqXEOL0L8o0kRyiAb.2s4u0RlBC2.LmOGDbGWXHj5IfBNwinkv2yq
3232
- $2y$10$HaWueXgrIzd7z8yf39HfVeTjjyr.Kgx0GFBqwCRSzW3zRSreN19yi
3333
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

lesson_03/quiz/src/quizzes/pablo_limon_paredes_quiz.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77

88
export class PabloLimonParedesQuiz implements QuizQuestionProvider {
99
getProviderName(): string {
10-
return 'PabloLimonParedes';
10+
return 'pablolimonparedes';
1111
}
1212

1313
makeQuizQuestions(): QuizQuestion[] {
@@ -34,7 +34,7 @@ export class PabloLimonParedesQuiz implements QuizQuestionProvider {
3434

3535
private static makeQuestion1(): QuizQuestion {
3636
return new MultipleChoiceQuizQuestion(
37-
0,
37+
1,
3838
'What does the man git command do?',
3939
new Map<AnswerChoice, string>([
4040
[AnswerChoice.A, 'Create a new directory'],
@@ -47,7 +47,7 @@ export class PabloLimonParedesQuiz implements QuizQuestionProvider {
4747
}
4848
private static makeQuestion2(): QuizQuestion {
4949
return new MultipleChoiceQuizQuestion(
50-
0,
50+
2,
5151
'How do you clear up your terminal if your screen is cramped?',
5252
new Map<AnswerChoice, string>([
5353
[AnswerChoice.A, 'command + k'],

0 commit comments

Comments
 (0)