mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-11 13:00:56 -04:00
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>
This commit is contained in:
committed by
GitHub
parent
9e6a097da9
commit
bd98eaf365
@@ -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--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user