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 990b263 commit a61f201Copy full SHA for a61f201
lesson_03/quiz/src/quizzes/olivia_james_quiz.ts
@@ -49,7 +49,7 @@ export class OliviaJamesQuiz implements QuizQuestionProvider {
49
private static makeQuestion2(): QuizQuestion {
50
return new MultipleChoiceQuizQuestion(
51
2,
52
- 'Which of the following is the correct syntax for a CSS comment??',
+ 'Which tag is used to create an unordered list in HTML?',
53
new Map<AnswerChoice, string>([
54
[AnswerChoice.A, '<ol>'],
55
[AnswerChoice.B, '<ul>'],
0 commit comments