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 1af2c80 commit 5f7da6fCopy full SHA for 5f7da6f
lesson_03/quiz/src/quizzes/kimberlee_haldane_quiz.ts
@@ -33,7 +33,7 @@ export class KimberleeHaldaneQuiz implements QuizQuestionProvider {
33
}
34
35
private static makeQuestion1(): QuizQuestion {
36
- return new QuizQuestion(
+ return new MultipleChoiceQuizQuestion(
37
1,
38
'Why do we use IDEs?',
39
new Map<AnswerChoice, string>([
@@ -47,7 +47,7 @@ export class KimberleeHaldaneQuiz implements QuizQuestionProvider {
47
48
49
private static makeQuestion2(): QuizQuestion {
50
51
2,
52
'In the vscode terminal, what command is used to verify that you created a branch?',
53
0 commit comments