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 16de88b commit 2157c56Copy full SHA for 2157c56
lesson_03/quiz/src/quizzes/dennis_quiz.ts
@@ -34,7 +34,7 @@ export class DennisQuiz implements QuizQuestionProvider {
34
35
private static makeQuestion1(): QuizQuestion {
36
return new MultipleChoiceQuizQuestion(
37
- 0,
+ 1,
38
'what does "git branch -m" do?',
39
new Map<AnswerChoice, string>([
40
[AnswerChoice.A, 'change name of branch'],
@@ -48,7 +48,7 @@ export class DennisQuiz implements QuizQuestionProvider {
48
49
private static makeQuestion2(): QuizQuestion {
50
51
+ 2,
52
'Which is not an IDE?',
53
54
[AnswerChoice.A, 'VS Code'],
0 commit comments