Skip to content

Commit 8d5b8dc

Browse files
committed
testing work
1 parent 80bb4f9 commit 8d5b8dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lesson_03/quiz/src/quizzes/pablo_limon_paredes_quiz.ts

Lines changed: 4 additions & 4 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[] {
@@ -28,7 +28,7 @@ export class PabloLimonParedesQuiz implements QuizQuestionProvider {
2828
[AnswerChoice.C, 'To move to another branch'],
2929
[AnswerChoice.D, 'Delete a branch'],
3030
]),
31-
AnswerChoice.UNANSWERED,
31+
AnswerChoice.B,
3232
); // Replace `UNANSWERED` with the correct answer.
3333
}
3434

@@ -42,7 +42,7 @@ export class PabloLimonParedesQuiz implements QuizQuestionProvider {
4242
[AnswerChoice.C, 'Get to main branch'],
4343
[AnswerChoice.D, 'Access the manual for git'],
4444
]),
45-
AnswerChoice.UNANSWERED,
45+
AnswerChoice.D,
4646
); // Replace `UNANSWERED` with the correct answer.
4747
}
4848
private static makeQuestion2(): QuizQuestion {
@@ -55,7 +55,7 @@ export class PabloLimonParedesQuiz implements QuizQuestionProvider {
5555
[AnswerChoice.C, 'command + shift + P'],
5656
[AnswerChoice.D, 'command + T'],
5757
]),
58-
AnswerChoice.UNANSWERED,
58+
AnswerChoice.A,
5959
); // Replace `UNANSWERED` with the correct answer.
6060
}
6161
}

0 commit comments

Comments
 (0)