Skip to content

Commit a592f5f

Browse files
committed
Chore: chage question
1 parent b1bf589 commit a592f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lesson_06/quiz/src/lesson5.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class Lesson5 {
3838
[AnswerChoice.C, "To insert an image"],
3939
[AnswerChoice.D, "To create a paragraph"],
4040
]),
41-
AnswerChoice.A,
41+
AnswerChoice.B,
4242
);
4343
}
4444

@@ -52,7 +52,7 @@ export class Lesson5 {
5252
[AnswerChoice.C, "alt"],
5353
[AnswerChoice.D, "href"],
5454
]),
55-
AnswerChoice.D,
55+
AnswerChoice.B,
5656
);
5757
}
5858

0 commit comments

Comments
 (0)