We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c060f34 commit 9a852a1Copy full SHA for 9a852a1
lesson_03/quiz/src/quizzes/khayla_quiz.ts
@@ -14,6 +14,7 @@ export class KhaylaSaundersQuiz implements QuizQuestionProvider {
14
return [
15
KhaylaSaundersQuiz.makeQuestion0(),
16
KhaylaSaundersQuiz.makeQuestion1(),
17
+ KhaylaSaundersQuiz.makeQuestion2(),
18
];
19
}
20
@@ -40,7 +41,7 @@ export class KhaylaSaundersQuiz implements QuizQuestionProvider {
40
41
private static makeQuestion1(): QuizQuestion {
42
return new MultipleChoiceQuizQuestion(
43
1,
- 'What is the capital of the United States?',
44
+ 'When should you use git rebase --skip while resolving conflicts in Git?',
45
new Map<AnswerChoice, string>([
46
[
47
AnswerChoice.A,
0 commit comments