Skip to content

Commit 6c8159e

Browse files
Gifteagikfjdwilkin4
authored
fix(curriculum): update question with possibility of two valid answers (freeCodeCamp#60370)
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com> Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
1 parent 27b1a21 commit 6c8159e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

  • curriculum/challenges/english/25-front-end-development/lecture-css-specificity-the-cascade-algorithm-and-inheritance

curriculum/challenges/english/25-front-end-development/lecture-css-specificity-the-cascade-algorithm-and-inheritance/672b8ea434ceac23cc90f337.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,39 +86,39 @@ This selector targets elements with a specific, unique identifier.
8686

8787
## --text--
8888

89-
Which of the following selectors has a lower specificity than an ID selector?
89+
Which of the following has a higher specificity than an ID selector?
9090

9191
## --answers--
9292

9393
A class selector.
9494

95-
---
95+
### --feedback--
9696

97-
An inline style.
97+
Review the last part of the video for the answer.
9898

99-
### --feedback--
99+
---
100100

101-
This selector targets elements with a shared class name.
101+
An inline style.
102102

103103
---
104104

105105
An attribute selector.
106106

107107
### --feedback--
108108

109-
This selector targets elements with a shared class name.
109+
Review the last part of the video for the answer.
110110

111111
---
112112

113-
None of the above.
113+
A type selector.
114114

115115
### --feedback--
116116

117-
This selector targets elements with a shared class name.
117+
Review the last part of the video for the answer.
118118

119119
## --video-solution--
120120

121-
1
121+
2
122122

123123
## --text--
124124

0 commit comments

Comments
 (0)