fix(curriculum): make v9 exams their own chapter (#63326)

This commit is contained in:
Tom
2025-10-30 12:21:07 -05:00
committed by GitHub
parent 81e7ecf22c
commit 5834d300f3
6 changed files with 55 additions and 21 deletions
+15 -6
View File
@@ -5034,7 +5034,10 @@
"- Build a Weather App",
"Pass the exam to earn your JavaScript Certification."
],
"chapters": { "javascript": "JavaScript" },
"chapters": {
"javascript": "JavaScript",
"javascript-certification-exam": "JavaScript Certification Exam"
},
"modules": {
"javascript-variables-and-strings": "Variables and Strings",
"javascript-booleans-and-numbers": "Booleans and Numbers",
@@ -6197,7 +6200,7 @@
"You'll practice how to fetch data from the API, store and display it on your app."
]
},
"review-asynchronous-javascrip": {
"review-asynchronous-javascript": {
"title": "Asynchronous JavaScript Review",
"intro": [
"Review asynchronous JavaScript concepts to prepare for the upcoming quiz."
@@ -6231,7 +6234,8 @@
"- Pass the Front End Development Libraries Certification exam."
],
"chapters": {
"front-end-development-libraries": "Front End Development Libraries"
"front-end-development-libraries": "Front End Development Libraries",
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
},
"modules": {
"react-fundamentals": "React Fundamentals",
@@ -6571,7 +6575,8 @@
"- Pass the Python Certification exam."
],
"chapters": {
"python": "Python"
"python": "Python",
"python-certification-exam": "Python Certification Exam"
},
"modules": {
"python-basics": "Python Basics",
@@ -7009,7 +7014,10 @@
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the Relational Databases Certification exam."
],
"chapters": { "relational-databases": "Relational Databases" },
"chapters": {
"relational-databases": "Relational Databases",
"relational-databases-certification-exam": "Relational Databases Certification Exam"
},
"modules": {
"code-editors": "Code Editors",
"bash-fundamentals": "Bash Fundamentals",
@@ -7241,7 +7249,8 @@
"- Pass the Back End Development and APIs Certification exam."
],
"chapters": {
"back-end-development-and-apis": "Back End Development and APIs"
"back-end-development-and-apis": "Back End Development and APIs",
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
},
"modules": {
"nodejs-core-libraries": "Node.js Core Libraries",
@@ -51,10 +51,15 @@
"dashedName": "tooling-and-deployment",
"comingSoon": true,
"blocks": []
},
}
]
},
{
"chapterType": "exam",
"dashedName": "back-end-development-and-apis-certification-exam",
"comingSoon": true,
"modules": [
{
"moduleType": "exam",
"comingSoon": true,
"dashedName": "back-end-development-and-apis-certification-exam",
"blocks": ["exam-back-end-development-and-apis-certification"]
}
@@ -90,10 +90,15 @@
"comingSoon": true,
"dashedName": "review-front-end-libraries",
"blocks": ["review-front-end-libraries"]
},
}
]
},
{
"chapterType": "exam",
"dashedName": "front-end-development-libraries-certification-exam",
"comingSoon": true,
"modules": [
{
"moduleType": "exam",
"comingSoon": true,
"dashedName": "front-end-development-libraries-certification-exam",
"blocks": ["exam-front-end-development-libraries-certification"]
}
@@ -313,11 +313,16 @@
"moduleType": "review",
"dashedName": "review-javascript",
"blocks": ["review-javascript"]
},
}
]
},
{
"chapterType": "exam",
"dashedName": "javascript-certification-exam",
"comingSoon": true,
"modules": [
{
"moduleType": "exam",
"dashedName": "javascript-certification-exam",
"comingSoon": true,
"blocks": ["exam-javascript-certification"]
}
]
@@ -128,10 +128,15 @@
"moduleType": "review",
"dashedName": "review-python",
"blocks": ["review-python"]
},
}
]
},
{
"chapterType": "exam",
"dashedName": "python-certification-exam",
"comingSoon": true,
"modules": [
{
"moduleType": "exam",
"comingSoon": true,
"dashedName": "python-certification-exam",
"blocks": ["exam-python-certification"]
}
@@ -82,10 +82,15 @@
"moduleType": "review",
"dashedName": "review-relational-databases",
"blocks": ["review-relational-databases"]
},
}
]
},
{
"chapterType": "exam",
"dashedName": "relational-databases-certification-exam",
"comingSoon": true,
"modules": [
{
"moduleType": "exam",
"comingSoon": true,
"dashedName": "relational-databases-certification-exam",
"blocks": ["exam-relational-databases-certification"]
}