Skip to content

Commit 2157c56

Browse files
author
“dlipscomb244”
committed
feat: lesson_03_dennisquiz3
1 parent 16de88b commit 2157c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lesson_03/quiz/src/quizzes/dennis_quiz.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class DennisQuiz implements QuizQuestionProvider {
3434

3535
private static makeQuestion1(): QuizQuestion {
3636
return new MultipleChoiceQuizQuestion(
37-
0,
37+
1,
3838
'what does "git branch -m" do?',
3939
new Map<AnswerChoice, string>([
4040
[AnswerChoice.A, 'change name of branch'],
@@ -48,7 +48,7 @@ export class DennisQuiz implements QuizQuestionProvider {
4848

4949
private static makeQuestion2(): QuizQuestion {
5050
return new MultipleChoiceQuizQuestion(
51-
0,
51+
2,
5252
'Which is not an IDE?',
5353
new Map<AnswerChoice, string>([
5454
[AnswerChoice.A, 'VS Code'],

0 commit comments

Comments
 (0)