mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(curriculum): rename Basic CSS Review and Quiz to CSS Fundamentals Review and Quiz (#63349)
Co-authored-by: Marvin Zanga <marvin.zanga@tophat.com>
This commit is contained in:
@@ -2419,14 +2419,14 @@
|
||||
]
|
||||
},
|
||||
"review-basic-css": {
|
||||
"title": "Basic CSS Review",
|
||||
"title": "CSS Fundamentals Review",
|
||||
"intro": [
|
||||
"Before you are quizzed on basic CSS concepts, you first need to review.",
|
||||
"Open up this page to review concepts including <code>margin</code>, <code>padding</code>, CSS combinators, CSS specificity and more."
|
||||
]
|
||||
},
|
||||
"quiz-basic-css": {
|
||||
"title": "Basic CSS Quiz",
|
||||
"title": "CSS Fundamentals Quiz",
|
||||
"intro": [
|
||||
"Test what you've learned in this quiz of basic CSS knowledge."
|
||||
]
|
||||
@@ -7966,14 +7966,14 @@
|
||||
]
|
||||
},
|
||||
"review-basic-css": {
|
||||
"title": "Basic CSS Review",
|
||||
"title": "CSS Fundamentals Review",
|
||||
"intro": [
|
||||
"Before you are quizzed on basic CSS concepts, you first need to review.",
|
||||
"Open up this page to review concepts including <code>margin</code>, <code>padding</code>, CSS combinators, CSS specificity and more."
|
||||
]
|
||||
},
|
||||
"quiz-basic-css": {
|
||||
"title": "Basic CSS Quiz",
|
||||
"title": "CSS Fundamentals Quiz",
|
||||
"intro": [
|
||||
"Test what you've learned in this quiz of basic CSS knowledge."
|
||||
]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 66ed8fa2f45ce3ece4053eab
|
||||
title: Basic CSS Quiz
|
||||
title: CSS Fundamentals Quiz
|
||||
challengeType: 8
|
||||
dashedName: quiz-basic-css
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 671a887a7e62c75e9ab1ee4a
|
||||
title: Basic CSS Review
|
||||
title: CSS Fundamentals Review
|
||||
challengeType: 31
|
||||
dashedName: review-basic-css
|
||||
---
|
||||
@@ -146,4 +146,4 @@ ul ~ p {
|
||||
|
||||
# --assignment--
|
||||
|
||||
Review the Basic CSS topics and concepts.
|
||||
Review the CSS Fundamentals topics and concepts.
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "Basic CSS Quiz",
|
||||
"name": "CSS Fundamentals Quiz",
|
||||
"blockLabel": "quiz",
|
||||
"blockLayout": "link",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "quiz-basic-css",
|
||||
"challengeOrder": [
|
||||
{ "id": "66ed8fa2f45ce3ece4053eab", "title": "Basic CSS Quiz" }
|
||||
{ "id": "66ed8fa2f45ce3ece4053eab", "title": "CSS Fundamentals Quiz" }
|
||||
],
|
||||
"helpCategory": "HTML-CSS"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "Basic CSS Review",
|
||||
"name": "CSS Fundamentals Review",
|
||||
"blockLabel": "review",
|
||||
"blockLayout": "link",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "review-basic-css",
|
||||
"challengeOrder": [
|
||||
{ "id": "671a887a7e62c75e9ab1ee4a", "title": "Basic CSS Review" }
|
||||
{ "id": "671a887a7e62c75e9ab1ee4a", "title": "CSS Fundamentals Review" }
|
||||
],
|
||||
"helpCategory": "HTML-CSS"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user