Skip to content

Commit 5f7da6f

Browse files
committed
new edit kimberlee_haldane_quiz
1 parent 1af2c80 commit 5f7da6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lesson_03/quiz/src/quizzes/kimberlee_haldane_quiz.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class KimberleeHaldaneQuiz implements QuizQuestionProvider {
3333
}
3434

3535
private static makeQuestion1(): QuizQuestion {
36-
return new QuizQuestion(
36+
return new MultipleChoiceQuizQuestion(
3737
1,
3838
'Why do we use IDEs?',
3939
new Map<AnswerChoice, string>([
@@ -47,7 +47,7 @@ export class KimberleeHaldaneQuiz implements QuizQuestionProvider {
4747
}
4848

4949
private static makeQuestion2(): QuizQuestion {
50-
return new QuizQuestion(
50+
return new MultipleChoiceQuizQuestion(
5151
2,
5252
'In the vscode terminal, what command is used to verify that you created a branch?',
5353
new Map<AnswerChoice, string>([

0 commit comments

Comments
 (0)