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:
Marv5e
2025-11-01 11:15:05 -05:00
committed by GitHub
parent 6c440e2f78
commit 2d65f11e0f
5 changed files with 11 additions and 11 deletions

View File

@@ -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."
]

View File

@@ -1,6 +1,6 @@
---
id: 66ed8fa2f45ce3ece4053eab
title: Basic CSS Quiz
title: CSS Fundamentals Quiz
challengeType: 8
dashedName: quiz-basic-css
---

View File

@@ -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.

View File

@@ -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"
}

View File

@@ -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"
}