From b4e39f67bcb3e1eb67593e644fc15c698de82808 Mon Sep 17 00:00:00 2001 From: Amogh Kuppa <140134379+akuppa9@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:22:38 -0500 Subject: [PATCH] fix: edit distractors on q18 of semantic-html quiz for even length (#58764) --- .../quiz-semantic-html/66ed903cf45ce3ece4053ebe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/curriculum/challenges/english/25-front-end-development/quiz-semantic-html/66ed903cf45ce3ece4053ebe.md b/curriculum/challenges/english/25-front-end-development/quiz-semantic-html/66ed903cf45ce3ece4053ebe.md index 56cca3a42ac..acf37acd81c 100644 --- a/curriculum/challenges/english/25-front-end-development/quiz-semantic-html/66ed903cf45ce3ece4053ebe.md +++ b/curriculum/challenges/english/25-front-end-development/quiz-semantic-html/66ed903cf45ce3ece4053ebe.md @@ -395,15 +395,15 @@ What is the role of the `i` element? #### --distractors-- -It creates interactive buttons. +It is used to represent text that has been marked for reference purposes. --- -It handles user authentication and login. +It is used to provide a caption or legend for disclosure boxes. --- -It formats numerical data. +It is used to format numerical data and sort it from smallest to largest. #### --answer--