Skip to content

Commit 7abc75b

Browse files
committed
yaml update, quiz test
1 parent e10749e commit 7abc75b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ quiz:
3030
- $2y$10$3zArsy4GabD98u.ptZU2zu/nSu5vzP8slUpmsxBvhmJzswGe85EKO
3131
- $2y$10$eh8.Av4n0tpWMP/16Z70De94XrAuPh0DZNsmu0yJNOUG6oPzAiSsK
3232
- $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+
3634
angelicacastillo:
3735
- $2y$10$MkiKfTFDIR5e4nWe3Q3XKOSEk2E06urRRykXIx/2JV6Y5j.OPIWMi
3836
- $2y$10$WsWcxQ.rCkq/WoUVMbdMNuUU8v5O9xDFpWdbWydVFu7/Ufz/8lLru

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)