From bd98eaf365ee1838e112e69b5bda20f0da52a3a6 Mon Sep 17 00:00:00 2001 From: Stephen Mutheu Muya Date: Thu, 26 Jun 2025 16:10:32 +0300 Subject: [PATCH] fix(curriculum): change question, answer and distractor in quiz sematic html (#60715) Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com> --- .../quiz-semantic-html/66ed903cf45ce3ece4053ebe.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 61969504993..64271acc7c1 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 @@ -563,23 +563,23 @@ Which of the following is the correct way to use to emphasize a piece of text? #### --text-- -What does the `b` element stand for? +Which of the following elements is used to bring attention to text that is not important for the meaning of the content? #### --distractors-- -Bold Attention To +`em` --- -Box Model +`small` --- -Bold Text +`strong` #### --answer-- -Bring Attention To +`b` ### --question-- @@ -615,7 +615,7 @@ Which of the following elements is used to represent a span of inline text which --- -`ruby` +`span` --- @@ -897,7 +897,7 @@ ordinal numbers #### --answer-- -footnotes +chemical formulas ### --question--