Skip to content

Commit d370878

Browse files
committed
fix: removed duplicate 02 question
1 parent 21c78b1 commit d370878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_03/quiz/src/quizzes/olivia_james_quiz.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class OliviaJamesQuiz implements QuizQuestionProvider {
4949
private static makeQuestion2(): QuizQuestion {
5050
return new MultipleChoiceQuizQuestion(
5151
2,
52-
'Which of the following is the correct syntax for a CSS comment??',
52+
'Which tag is used to create an unordered list in HTML?',
5353
new Map<AnswerChoice, string>([
5454
[AnswerChoice.A, '<ol>'],
5555
[AnswerChoice.B, '<ul>'],

0 commit comments

Comments
 (0)