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": { "review-basic-css": {
"title": "Basic CSS Review", "title": "CSS Fundamentals Review",
"intro": [ "intro": [
"Before you are quizzed on basic CSS concepts, you first need to review.", "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." "Open up this page to review concepts including <code>margin</code>, <code>padding</code>, CSS combinators, CSS specificity and more."
] ]
}, },
"quiz-basic-css": { "quiz-basic-css": {
"title": "Basic CSS Quiz", "title": "CSS Fundamentals Quiz",
"intro": [ "intro": [
"Test what you've learned in this quiz of basic CSS knowledge." "Test what you've learned in this quiz of basic CSS knowledge."
] ]
@@ -7966,14 +7966,14 @@
] ]
}, },
"review-basic-css": { "review-basic-css": {
"title": "Basic CSS Review", "title": "CSS Fundamentals Review",
"intro": [ "intro": [
"Before you are quizzed on basic CSS concepts, you first need to review.", "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." "Open up this page to review concepts including <code>margin</code>, <code>padding</code>, CSS combinators, CSS specificity and more."
] ]
}, },
"quiz-basic-css": { "quiz-basic-css": {
"title": "Basic CSS Quiz", "title": "CSS Fundamentals Quiz",
"intro": [ "intro": [
"Test what you've learned in this quiz of basic CSS knowledge." "Test what you've learned in this quiz of basic CSS knowledge."
] ]

View File

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

View File

@@ -1,6 +1,6 @@
--- ---
id: 671a887a7e62c75e9ab1ee4a id: 671a887a7e62c75e9ab1ee4a
title: Basic CSS Review title: CSS Fundamentals Review
challengeType: 31 challengeType: 31
dashedName: review-basic-css dashedName: review-basic-css
--- ---
@@ -146,4 +146,4 @@ ul ~ p {
# --assignment-- # --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", "blockLabel": "quiz",
"blockLayout": "link", "blockLayout": "link",
"isUpcomingChange": false, "isUpcomingChange": false,
"dashedName": "quiz-basic-css", "dashedName": "quiz-basic-css",
"challengeOrder": [ "challengeOrder": [
{ "id": "66ed8fa2f45ce3ece4053eab", "title": "Basic CSS Quiz" } { "id": "66ed8fa2f45ce3ece4053eab", "title": "CSS Fundamentals Quiz" }
], ],
"helpCategory": "HTML-CSS" "helpCategory": "HTML-CSS"
} }

View File

@@ -1,11 +1,11 @@
{ {
"name": "Basic CSS Review", "name": "CSS Fundamentals Review",
"blockLabel": "review", "blockLabel": "review",
"blockLayout": "link", "blockLayout": "link",
"isUpcomingChange": false, "isUpcomingChange": false,
"dashedName": "review-basic-css", "dashedName": "review-basic-css",
"challengeOrder": [ "challengeOrder": [
{ "id": "671a887a7e62c75e9ab1ee4a", "title": "Basic CSS Review" } { "id": "671a887a7e62c75e9ab1ee4a", "title": "CSS Fundamentals Review" }
], ],
"helpCategory": "HTML-CSS" "helpCategory": "HTML-CSS"
} }