Skip to content

Commit 9a852a1

Browse files
committed
feat: add a new quiz question to KhaylaSaundersQuiz
1 parent c060f34 commit 9a852a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lesson_03/quiz/src/quizzes/khayla_quiz.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export class KhaylaSaundersQuiz implements QuizQuestionProvider {
1414
return [
1515
KhaylaSaundersQuiz.makeQuestion0(),
1616
KhaylaSaundersQuiz.makeQuestion1(),
17+
KhaylaSaundersQuiz.makeQuestion2(),
1718
];
1819
}
1920

@@ -40,7 +41,7 @@ export class KhaylaSaundersQuiz implements QuizQuestionProvider {
4041
private static makeQuestion1(): QuizQuestion {
4142
return new MultipleChoiceQuizQuestion(
4243
1,
43-
'What is the capital of the United States?',
44+
'When should you use git rebase --skip while resolving conflicts in Git?',
4445
new Map<AnswerChoice, string>([
4546
[
4647
AnswerChoice.A,

0 commit comments

Comments
 (0)