diff --git a/client/config/cert-and-project-map.ts b/client/config/cert-and-project-map.ts index 19a3d11ab53..727c4072374 100644 --- a/client/config/cert-and-project-map.ts +++ b/client/config/cert-and-project-map.ts @@ -33,7 +33,7 @@ const takeHomeBase = '/learn/coding-interview-prep/take-home-projects'; const foundationalCSharpBase = '/learn/foundational-c-sharp-with-microsoft/foundational-c-sharp-with-microsoft-certification-exam'; const upcomingPythonBase = '/learn/upcoming-python'; -const frontEndDevelopmentBase = '/learn/front-end-development'; +const fullStackDeveloperBase = '/learn/full-stack-developer'; const a2EnglishBase = '/learn/a2-english-for-developers'; const b1EnglishBase = '/learn/b1-english-for-developers'; const legacyFrontEndBase = feLibsBase; @@ -800,14 +800,14 @@ const allStandardCerts = [ // Upcoming Certifications { id: '64514fda6c245de4d11eb7bb', - title: 'Front End Development', - certSlug: Certification.FrontEndDevelopment, + title: 'Certified Full Stack Developer', + certSlug: Certification.FullStackDeveloper, projects: [ { id: '645147516c245de4d11eb7ba', - title: 'Front End Development Certification Exam', - link: `${frontEndDevelopmentBase}/front-end-development-certification-exam/front-end-development-certification-exam`, - certSlug: Certification.FrontEndDevelopment + title: 'Certified Full Stack Developer Exam', + link: `${fullStackDeveloperBase}/exam-certified-full-stack-developer/exam-certified-full-stack-developer`, + certSlug: Certification.FullStackDeveloper } ] }, diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 0f18436d98c..8ea720ad48a 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1692,9 +1692,13 @@ } } }, - "front-end-development": { - "title": "Front End Development", - "intro": ["placeholder"], + "full-stack-developer": { + "title": "Certified Full Stack Developer Curriculum", + "intro": [ + "This course provides a comprehensive pathway to becoming a Certified Full Stack Developer, covering all the essential technologies required to build modern, scalable web applications from start to finish.", + "Through a blend of interactive lessons, coding exercises, and real-world projects, you will master both frontend and backend development. You'll work with HTML, CSS, and JavaScript to build responsive user interfaces, explore React and TypeScript for advanced web applications, and learn to manage data with relational databases - and on the backend, you'll use Git, Npm, Node.js, and Python to create powerful server-side solutions.", + "By the end of this course, you'll have the practical skills and experience to confidently develop complete web applications, preparing you for a successful career as a Full Stack Developer." + ], "blocks": { "efpl": { "title": "0", "intro": [] }, "lecture-what-is-html": { @@ -3001,8 +3005,8 @@ "exom": { "title": "386", "intro": [] }, "bvqc": { "title": "387", "intro": [] }, "xish": { "title": "388", "intro": [] }, - "front-end-development-certification-exam": { - "title": "Front End Development Certification Exam", + "exam-certified-full-stack-developer": { + "title": "Certified Full Stack Developer Exam", "intro": ["", ""] } } diff --git a/client/src/assets/icons/superblock-icon.tsx b/client/src/assets/icons/superblock-icon.tsx index 06224da8fcd..3128484c609 100644 --- a/client/src/assets/icons/superblock-icon.tsx +++ b/client/src/assets/icons/superblock-icon.tsx @@ -39,7 +39,7 @@ const iconMap = { [SuperBlocks.ProjectEuler]: Graduation, [SuperBlocks.CollegeAlgebraPy]: CollegeAlgebra, [SuperBlocks.FoundationalCSharp]: CSharpLogo, - [SuperBlocks.FrontEndDevelopment]: ResponsiveDesign, + [SuperBlocks.FullStackDeveloper]: ResponsiveDesign, [SuperBlocks.UpcomingPython]: PythonIcon, [SuperBlocks.A2English]: A2EnglishIcon, [SuperBlocks.B1English]: B1EnglishIcon, diff --git a/client/src/components/settings/certification.tsx b/client/src/components/settings/certification.tsx index 9f70461bdd5..2bd282baf6f 100644 --- a/client/src/components/settings/certification.tsx +++ b/client/src/components/settings/certification.tsx @@ -130,7 +130,7 @@ const isCertMapSelector = createSelector( 'Legacy Back End': isBackEndCert, 'Legacy Information Security and Quality Assurance': isInfosecQaCert, // Certification. - 'Front End Development': false, + 'Certified Full Stack Developer': false, 'Upcoming Python Certification': false, 'A2 English for Developers': false, 'B1 English for Developers': false, diff --git a/client/src/pages/learn/front-end-development/front-end-development-certification-exam/index.md b/client/src/pages/learn/front-end-development/front-end-development-certification-exam/index.md deleted file mode 100644 index 05c46a156d5..00000000000 --- a/client/src/pages/learn/front-end-development/front-end-development-certification-exam/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Introduction to the Front End Development Certification Exam -block: front-end-development-certification-exam -superBlock: front-end-development ---- - -## Introduction to the Front End Development Certification Exam - -This is a test for the new project-based curriculum. diff --git a/client/src/pages/learn/front-end-development/index.md b/client/src/pages/learn/front-end-development/index.md deleted file mode 100644 index 6cb2650399b..00000000000 --- a/client/src/pages/learn/front-end-development/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Front End Development -superBlock: front-end-development -certification: front-end-development ---- - -## Front End Development Certification - -Learn HTML, CSS, JavaScript, Relational Databases, React, and Node.js to become a full-stack developer. diff --git a/client/src/pages/learn/front-end-development/workshop-cat-photo-app/index.md b/client/src/pages/learn/front-end-development/workshop-cat-photo-app/index.md deleted file mode 100644 index f0ed678b72a..00000000000 --- a/client/src/pages/learn/front-end-development/workshop-cat-photo-app/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Introduction to Build a Cat Photo App -block: workshop-cat-photo-app -superBlock: front-end-development ---- - -## Introduction to Build a Cat Photo App - -This is the first workshop for new frontend cert. diff --git a/client/src/pages/learn/full-stack-developer/exam-certified-full-stack-developer/index.md b/client/src/pages/learn/full-stack-developer/exam-certified-full-stack-developer/index.md new file mode 100644 index 00000000000..8101537507c --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/exam-certified-full-stack-developer/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the Certified Full Stack Developer Exam +block: exam-certified-full-stack-developer +superBlock: full-stack-developer +--- + +## Introduction to the Certified Full Stack Developer Exam + +Pass the exam to become a Certified Full Stack Developer. diff --git a/client/src/pages/learn/full-stack-developer/index.md b/client/src/pages/learn/full-stack-developer/index.md new file mode 100644 index 00000000000..b6f4a00d9d1 --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/index.md @@ -0,0 +1,9 @@ +--- +title: Certified Full Stack Developer +superBlock: full-stack-developer +certification: full-stack-developer +--- + +## Certified Full Stack Developer + +Learn HTML, CSS, JavaScript, Relational Databases, React, and Node.js to become a Certified Full Stack Developer. diff --git a/client/src/pages/learn/front-end-development/lab-availability-table/index.md b/client/src/pages/learn/full-stack-developer/lab-availability-table/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-availability-table/index.md rename to client/src/pages/learn/full-stack-developer/lab-availability-table/index.md index e9e1bb94ee4..f7dc0be5adf 100644 --- a/client/src/pages/learn/front-end-development/lab-availability-table/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-availability-table/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build an Availability Table block: lab-availability-table -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build an Availability Table diff --git a/client/src/pages/learn/front-end-development/lab-book-catalog-table/index.md b/client/src/pages/learn/full-stack-developer/lab-book-catalog-table/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/lab-book-catalog-table/index.md rename to client/src/pages/learn/full-stack-developer/lab-book-catalog-table/index.md index 668f5e6bca6..7d4651d2fb8 100644 --- a/client/src/pages/learn/front-end-development/lab-book-catalog-table/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-book-catalog-table/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Book Catalog Table block: lab-book-catalog-table -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Book Catalog Table diff --git a/client/src/pages/learn/front-end-development/lab-book-inventory-app/index.md b/client/src/pages/learn/full-stack-developer/lab-book-inventory-app/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-book-inventory-app/index.md rename to client/src/pages/learn/full-stack-developer/lab-book-inventory-app/index.md index c7690bd17c1..67072d94261 100644 --- a/client/src/pages/learn/front-end-development/lab-book-inventory-app/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-book-inventory-app/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Book Inventory App block: lab-book-inventory-app -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Book Inventory App diff --git a/client/src/pages/learn/front-end-development/lab-bookmark-manager-app/index.md b/client/src/pages/learn/full-stack-developer/lab-bookmark-manager-app/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-bookmark-manager-app/index.md rename to client/src/pages/learn/full-stack-developer/lab-bookmark-manager-app/index.md index 68e3799ea0b..aebf9a308dc 100644 --- a/client/src/pages/learn/front-end-development/lab-bookmark-manager-app/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-bookmark-manager-app/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Bookmark Manager App block: lab-bookmark-manager-app -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Bookmark Manager App diff --git a/client/src/pages/learn/front-end-development/lab-business-card/index.md b/client/src/pages/learn/full-stack-developer/lab-business-card/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-business-card/index.md rename to client/src/pages/learn/full-stack-developer/lab-business-card/index.md index a0191bca14f..3b03c9f294e 100644 --- a/client/src/pages/learn/front-end-development/lab-business-card/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-business-card/index.md @@ -1,7 +1,7 @@ --- title: Introduction to Designing a Business Card block: lab-business-card -superBlock: front-end-development +superBlock: full-stack-developer --- ## Learn CSS by Designing a Business Card diff --git a/client/src/pages/learn/front-end-development/lab-cash-register/index.md b/client/src/pages/learn/full-stack-developer/lab-cash-register/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/lab-cash-register/index.md rename to client/src/pages/learn/full-stack-developer/lab-cash-register/index.md index 66474011f11..16fe9879fd7 100644 --- a/client/src/pages/learn/front-end-development/lab-cash-register/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-cash-register/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Cash Register block: lab-cash-register -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Cash Register diff --git a/client/src/pages/learn/front-end-development/lab-celestial-bodies-database/index.md b/client/src/pages/learn/full-stack-developer/lab-celestial-bodies-database/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/lab-celestial-bodies-database/index.md rename to client/src/pages/learn/full-stack-developer/lab-celestial-bodies-database/index.md index b9ff21c62a5..f9da0fe65d0 100644 --- a/client/src/pages/learn/front-end-development/lab-celestial-bodies-database/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-celestial-bodies-database/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Celestial Bodies Database block: lab-celestial-bodies-database -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Celestial Bodies Database diff --git a/client/src/pages/learn/front-end-development/lab-checkout-page/index.md b/client/src/pages/learn/full-stack-developer/lab-checkout-page/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/lab-checkout-page/index.md rename to client/src/pages/learn/full-stack-developer/lab-checkout-page/index.md index a1dfee7d255..998c7791558 100644 --- a/client/src/pages/learn/front-end-development/lab-checkout-page/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-checkout-page/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Checkout Page block: lab-checkout-page -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Checkout Page diff --git a/client/src/pages/learn/front-end-development/lab-confidential-email-page/index.md b/client/src/pages/learn/full-stack-developer/lab-confidential-email-page/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/lab-confidential-email-page/index.md rename to client/src/pages/learn/full-stack-developer/lab-confidential-email-page/index.md index b3ca6552ebc..c6be1ee8469 100644 --- a/client/src/pages/learn/front-end-development/lab-confidential-email-page/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-confidential-email-page/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Confidential Email Page Lab block: lab-confidential-email-page -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Confidential Email Page Lab diff --git a/client/src/pages/learn/front-end-development/lab-contact-form/index.md b/client/src/pages/learn/full-stack-developer/lab-contact-form/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-contact-form/index.md rename to client/src/pages/learn/full-stack-developer/lab-contact-form/index.md index c07b3ff8143..764c30ca98f 100644 --- a/client/src/pages/learn/front-end-development/lab-contact-form/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-contact-form/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Design a Contact Form block: lab-contact-form -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Design a Contact Form diff --git a/client/src/pages/learn/front-end-development/lab-date-conversion/index.md b/client/src/pages/learn/full-stack-developer/lab-date-conversion/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/lab-date-conversion/index.md rename to client/src/pages/learn/full-stack-developer/lab-date-conversion/index.md index 128dadebb66..3f73734d116 100644 --- a/client/src/pages/learn/front-end-development/lab-date-conversion/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-date-conversion/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Date Conversion Program block: lab-date-conversion -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Date Conversion Program diff --git a/client/src/pages/learn/front-end-development/lab-depth-first-search/index.md b/client/src/pages/learn/full-stack-developer/lab-depth-first-search/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/lab-depth-first-search/index.md rename to client/src/pages/learn/full-stack-developer/lab-depth-first-search/index.md index af878009b1f..840e36c0531 100644 --- a/client/src/pages/learn/front-end-development/lab-depth-first-search/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-depth-first-search/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Implement the Depth-First Search Algorithm block: lab-depth-first-search -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Implement the Depth-First Search Algorithm diff --git a/client/src/pages/learn/front-end-development/lab-email-masker/index.md b/client/src/pages/learn/full-stack-developer/lab-email-masker/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/lab-email-masker/index.md rename to client/src/pages/learn/full-stack-developer/lab-email-masker/index.md index 2d281ca832b..b2cf0784675 100644 --- a/client/src/pages/learn/front-end-development/lab-email-masker/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-email-masker/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build an Email Masker block: lab-email-masker -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build an Email Masker diff --git a/client/src/pages/learn/front-end-development/lab-event-flyer-page/index.md b/client/src/pages/learn/full-stack-developer/lab-event-flyer-page/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/lab-event-flyer-page/index.md rename to client/src/pages/learn/full-stack-developer/lab-event-flyer-page/index.md index b4bcaf79ab4..a5393190eb7 100644 --- a/client/src/pages/learn/front-end-development/lab-event-flyer-page/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-event-flyer-page/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build an Event Flyer Page block: lab-event-flyer-page -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build an Event Flyer Page diff --git a/client/src/pages/learn/front-end-development/lab-event-hub/index.md b/client/src/pages/learn/full-stack-developer/lab-event-hub/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/lab-event-hub/index.md rename to client/src/pages/learn/full-stack-developer/lab-event-hub/index.md index 901f9daaa93..4718f24adf4 100644 --- a/client/src/pages/learn/front-end-development/lab-event-hub/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-event-hub/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build an Event Hub block: lab-event-hub -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build an Event Hub diff --git a/client/src/pages/learn/front-end-development/lab-exercise-tracker/index.md b/client/src/pages/learn/full-stack-developer/lab-exercise-tracker/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-exercise-tracker/index.md rename to client/src/pages/learn/full-stack-developer/lab-exercise-tracker/index.md index dfbb00b0911..ef2d9920836 100644 --- a/client/src/pages/learn/front-end-development/lab-exercise-tracker/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-exercise-tracker/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build an Exercise Tracker block: lab-exercise-tracker -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build an Exercise Tracker diff --git a/client/src/pages/learn/front-end-development/lab-factorial-calculator/index.md b/client/src/pages/learn/full-stack-developer/lab-factorial-calculator/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-factorial-calculator/index.md rename to client/src/pages/learn/full-stack-developer/lab-factorial-calculator/index.md index fd2da40055e..7e4b0223004 100644 --- a/client/src/pages/learn/front-end-development/lab-factorial-calculator/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-factorial-calculator/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Factorial Calculator block: lab-factorial-calculator -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Factorial Calculator diff --git a/client/src/pages/learn/front-end-development/lab-favorite-icon-toggler/index.md b/client/src/pages/learn/full-stack-developer/lab-favorite-icon-toggler/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/lab-favorite-icon-toggler/index.md rename to client/src/pages/learn/full-stack-developer/lab-favorite-icon-toggler/index.md index 22ff9267e53..e07e70a9d14 100644 --- a/client/src/pages/learn/front-end-development/lab-favorite-icon-toggler/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-favorite-icon-toggler/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Favorite Icon Toggler block: lab-favorite-icon-toggler -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Favorite Icon Toggler diff --git a/client/src/pages/learn/front-end-development/lab-file-metadata-microservice/index.md b/client/src/pages/learn/full-stack-developer/lab-file-metadata-microservice/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/lab-file-metadata-microservice/index.md rename to client/src/pages/learn/full-stack-developer/lab-file-metadata-microservice/index.md index fa561d4c0da..1e165d09c5a 100644 --- a/client/src/pages/learn/front-end-development/lab-file-metadata-microservice/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-file-metadata-microservice/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a File Metadata Microservice block: lab-file-metadata-microservice -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a File Metadata Microservice diff --git a/client/src/pages/learn/front-end-development/lab-football-team-cards/index.md b/client/src/pages/learn/full-stack-developer/lab-football-team-cards/index.md similarity index 92% rename from client/src/pages/learn/front-end-development/lab-football-team-cards/index.md rename to client/src/pages/learn/full-stack-developer/lab-football-team-cards/index.md index 9ede2323076..a7a3a279f5a 100644 --- a/client/src/pages/learn/front-end-development/lab-football-team-cards/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-football-team-cards/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Set of Football Team Cards block: lab-football-team-cards -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Set of Football Team Cards diff --git a/client/src/pages/learn/front-end-development/lab-fortune-teller/index.md b/client/src/pages/learn/full-stack-developer/lab-fortune-teller/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/lab-fortune-teller/index.md rename to client/src/pages/learn/full-stack-developer/lab-fortune-teller/index.md index 70a0418ccb1..66f5061fc52 100644 --- a/client/src/pages/learn/front-end-development/lab-fortune-teller/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-fortune-teller/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Fortune Teller block: lab-fortune-teller -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to Building a Fortune Teller diff --git a/client/src/pages/learn/front-end-development/lab-gradebook-app/index.md b/client/src/pages/learn/full-stack-developer/lab-gradebook-app/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/lab-gradebook-app/index.md rename to client/src/pages/learn/full-stack-developer/lab-gradebook-app/index.md index bc489d76ebe..7ee60471a5c 100644 --- a/client/src/pages/learn/front-end-development/lab-gradebook-app/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-gradebook-app/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Gradebook App block: lab-gradebook-app -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Gradebook App diff --git a/client/src/pages/learn/front-end-development/lab-hash-table-class/index.md b/client/src/pages/learn/full-stack-developer/lab-hash-table-class/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-hash-table-class/index.md rename to client/src/pages/learn/full-stack-developer/lab-hash-table-class/index.md index 090ece74199..a94bfc6af42 100644 --- a/client/src/pages/learn/front-end-development/lab-hash-table-class/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-hash-table-class/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Hash Table Class block: lab-hash-table-class -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Hash Table Class diff --git a/client/src/pages/learn/front-end-development/lab-house-painting/index.md b/client/src/pages/learn/full-stack-developer/lab-house-painting/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/lab-house-painting/index.md rename to client/src/pages/learn/full-stack-developer/lab-house-painting/index.md index 394116d4841..90cae3e63c8 100644 --- a/client/src/pages/learn/front-end-development/lab-house-painting/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-house-painting/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a House Painting block: lab-house-painting -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a House Painting diff --git a/client/src/pages/learn/front-end-development/lab-inventory-management-program/index.md b/client/src/pages/learn/full-stack-developer/lab-inventory-management-program/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/lab-inventory-management-program/index.md rename to client/src/pages/learn/full-stack-developer/lab-inventory-management-program/index.md index fa282ae0a6e..2358b8c6e4f 100644 --- a/client/src/pages/learn/front-end-development/lab-inventory-management-program/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-inventory-management-program/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build an Inventory Management Program block: lab-inventory-management-program -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build an Inventory Management Program diff --git a/client/src/pages/learn/front-end-development/lab-javascript-trivia-bot/index.md b/client/src/pages/learn/full-stack-developer/lab-javascript-trivia-bot/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/lab-javascript-trivia-bot/index.md rename to client/src/pages/learn/full-stack-developer/lab-javascript-trivia-bot/index.md index c2ae6a5763d..4bb2c8d5b31 100644 --- a/client/src/pages/learn/front-end-development/lab-javascript-trivia-bot/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-javascript-trivia-bot/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a JavaScript Trivia Bot block: lab-javascript-trivia-bot -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a JavaScript Trivia Bot diff --git a/client/src/pages/learn/front-end-development/lab-job-application-form/index.md b/client/src/pages/learn/full-stack-developer/lab-job-application-form/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/lab-job-application-form/index.md rename to client/src/pages/learn/full-stack-developer/lab-job-application-form/index.md index ecae2340752..cbb07dd3b4f 100644 --- a/client/src/pages/learn/front-end-development/lab-job-application-form/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-job-application-form/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Job Application Form block: lab-job-application-form -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Job Application Form diff --git a/client/src/pages/learn/front-end-development/lab-leap-year-calculator/index.md b/client/src/pages/learn/full-stack-developer/lab-leap-year-calculator/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/lab-leap-year-calculator/index.md rename to client/src/pages/learn/full-stack-developer/lab-leap-year-calculator/index.md index dcc81189523..0d5a79c5c44 100644 --- a/client/src/pages/learn/front-end-development/lab-leap-year-calculator/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-leap-year-calculator/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the a Leap Year Calculator block: lab-leap-year-calculator -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to Leap Year Calculator diff --git a/client/src/pages/learn/front-end-development/lab-lightbox-viewer/index.md b/client/src/pages/learn/full-stack-developer/lab-lightbox-viewer/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/lab-lightbox-viewer/index.md rename to client/src/pages/learn/full-stack-developer/lab-lightbox-viewer/index.md index a6245fc8ad5..d1f34668aa7 100644 --- a/client/src/pages/learn/front-end-development/lab-lightbox-viewer/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-lightbox-viewer/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Lightbox Viewer block: lab-lightbox-viewer -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Lightbox Viewer diff --git a/client/src/pages/learn/front-end-development/lab-linked-list-class/index.md b/client/src/pages/learn/full-stack-developer/lab-linked-list-class/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-linked-list-class/index.md rename to client/src/pages/learn/full-stack-developer/lab-linked-list-class/index.md index c4e67bc20c9..9b3964e3488 100644 --- a/client/src/pages/learn/front-end-development/lab-linked-list-class/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-linked-list-class/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Linked List Class block: lab-linked-list-class -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Linked List Class diff --git a/client/src/pages/learn/front-end-development/lab-lunch-picker-program/index.md b/client/src/pages/learn/full-stack-developer/lab-lunch-picker-program/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/lab-lunch-picker-program/index.md rename to client/src/pages/learn/full-stack-developer/lab-lunch-picker-program/index.md index 6367534c891..fd5f5a77342 100644 --- a/client/src/pages/learn/front-end-development/lab-lunch-picker-program/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-lunch-picker-program/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Lunch Picker Program block: lab-lunch-picker-program -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Lunch Picker Program diff --git a/client/src/pages/learn/front-end-development/lab-moon-orbit/index.md b/client/src/pages/learn/full-stack-developer/lab-moon-orbit/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/lab-moon-orbit/index.md rename to client/src/pages/learn/full-stack-developer/lab-moon-orbit/index.md index 003401fcec5..c9adb8e3687 100644 --- a/client/src/pages/learn/front-end-development/lab-moon-orbit/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-moon-orbit/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Learn CSS Animation by Creating a Moon Orbit block: lab-moon-orbit -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Learn CSS Animation by Creating a Moon Orbit diff --git a/client/src/pages/learn/front-end-development/lab-newspaper-article/index.md b/client/src/pages/learn/full-stack-developer/lab-newspaper-article/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/lab-newspaper-article/index.md rename to client/src/pages/learn/full-stack-developer/lab-newspaper-article/index.md index d45383b2a72..97ecb73aa3d 100644 --- a/client/src/pages/learn/front-end-development/lab-newspaper-article/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-newspaper-article/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Newspaper Article Lab block: lab-newspaper-article -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Newspaper Article Lab diff --git a/client/src/pages/learn/front-end-development/lab-nth-fibonacci-number-generator/index.md b/client/src/pages/learn/full-stack-developer/lab-nth-fibonacci-number-generator/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/lab-nth-fibonacci-number-generator/index.md rename to client/src/pages/learn/full-stack-developer/lab-nth-fibonacci-number-generator/index.md index 5c9dce08faf..0b5c3126226 100644 --- a/client/src/pages/learn/front-end-development/lab-nth-fibonacci-number-generator/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-nth-fibonacci-number-generator/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build the nth Fibonacci number generator block: lab-nth-fibonacci-number-generator -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build the nth Fibonacci number generator diff --git a/client/src/pages/learn/front-end-development/lab-number-guessing-game/index.md b/client/src/pages/learn/full-stack-developer/lab-number-guessing-game/index.md similarity index 89% rename from client/src/pages/learn/front-end-development/lab-number-guessing-game/index.md rename to client/src/pages/learn/full-stack-developer/lab-number-guessing-game/index.md index 08ca2959980..aafc482bd3c 100644 --- a/client/src/pages/learn/front-end-development/lab-number-guessing-game/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-number-guessing-game/index.md @@ -1,7 +1,7 @@ --- title: Introduction to Build a Number Guessing Game block: lab-number-guessing-game -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to Build a Number Guessing Game diff --git a/client/src/pages/learn/front-end-development/lab-palindrome-checker/index.md b/client/src/pages/learn/full-stack-developer/lab-palindrome-checker/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/lab-palindrome-checker/index.md rename to client/src/pages/learn/full-stack-developer/lab-palindrome-checker/index.md index e5d4bdeb93f..7f308616517 100644 --- a/client/src/pages/learn/front-end-development/lab-palindrome-checker/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-palindrome-checker/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Palindrome Checker block: lab-palindrome-checker -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Palindrome Checker diff --git a/client/src/pages/learn/front-end-development/lab-periodic-table-database/index.md b/client/src/pages/learn/full-stack-developer/lab-periodic-table-database/index.md similarity index 89% rename from client/src/pages/learn/front-end-development/lab-periodic-table-database/index.md rename to client/src/pages/learn/full-stack-developer/lab-periodic-table-database/index.md index 200d55a5c16..cac525f93d4 100644 --- a/client/src/pages/learn/front-end-development/lab-periodic-table-database/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-periodic-table-database/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Periodic Table Database block: lab-periodic-table-database -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Periodic Table Database diff --git a/client/src/pages/learn/front-end-development/lab-personal-portfolio/index.md b/client/src/pages/learn/full-stack-developer/lab-personal-portfolio/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/lab-personal-portfolio/index.md rename to client/src/pages/learn/full-stack-developer/lab-personal-portfolio/index.md index e5eda2d3eae..33d15f7fad0 100644 --- a/client/src/pages/learn/front-end-development/lab-personal-portfolio/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-personal-portfolio/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Personal Portfolio block: lab-personal-portfolio -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Personal Portfolio diff --git a/client/src/pages/learn/front-end-development/lab-playing-card-page/index.md b/client/src/pages/learn/full-stack-developer/lab-playing-card-page/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/lab-playing-card-page/index.md rename to client/src/pages/learn/full-stack-developer/lab-playing-card-page/index.md index 6de19813156..bfd1a98babf 100644 --- a/client/src/pages/learn/front-end-development/lab-playing-card-page/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-playing-card-page/index.md @@ -1,7 +1,7 @@ --- title: Introduction to Build a Page of Playing Cards block: lab-page-of-playing-cards -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to Build a Page of Playing Cards diff --git a/client/src/pages/learn/front-end-development/lab-pokemon-search-app/index.md b/client/src/pages/learn/full-stack-developer/lab-pokemon-search-app/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-pokemon-search-app/index.md rename to client/src/pages/learn/full-stack-developer/lab-pokemon-search-app/index.md index ab59457dec1..b69578959c7 100644 --- a/client/src/pages/learn/front-end-development/lab-pokemon-search-app/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-pokemon-search-app/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Pokémon Search App block: lab-pokemon-search-app -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Pokémon Search App diff --git a/client/src/pages/learn/front-end-development/lab-product-landing-page/index.md b/client/src/pages/learn/full-stack-developer/lab-product-landing-page/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/lab-product-landing-page/index.md rename to client/src/pages/learn/full-stack-developer/lab-product-landing-page/index.md index e0d41059e02..1a567ab2cce 100644 --- a/client/src/pages/learn/front-end-development/lab-product-landing-page/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-product-landing-page/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Product Landing Page block: build-a-product-landing-page -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Product Landing Page diff --git a/client/src/pages/learn/front-end-development/lab-pyramid-generator/index.md b/client/src/pages/learn/full-stack-developer/lab-pyramid-generator/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-pyramid-generator/index.md rename to client/src/pages/learn/full-stack-developer/lab-pyramid-generator/index.md index 28f743b6f18..0bcf0ee628b 100644 --- a/client/src/pages/learn/front-end-development/lab-pyramid-generator/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-pyramid-generator/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Pyramid Generator block: lab-pyramid-generator -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Pyramid Generator diff --git a/client/src/pages/learn/front-end-development/lab-quicksort-algorithm/index.md b/client/src/pages/learn/full-stack-developer/lab-quicksort-algorithm/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/lab-quicksort-algorithm/index.md rename to client/src/pages/learn/full-stack-developer/lab-quicksort-algorithm/index.md index c011ac328a7..4d21088c26c 100644 --- a/client/src/pages/learn/front-end-development/lab-quicksort-algorithm/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-quicksort-algorithm/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build the Quicksort Algorithm block: lab-quicksort-algorithm -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build the Quicksort Algorithm diff --git a/client/src/pages/learn/front-end-development/lab-quiz-game/index.md b/client/src/pages/learn/full-stack-developer/lab-quiz-game/index.md similarity index 82% rename from client/src/pages/learn/front-end-development/lab-quiz-game/index.md rename to client/src/pages/learn/full-stack-developer/lab-quiz-game/index.md index 76982b97d25..0270e5df807 100644 --- a/client/src/pages/learn/front-end-development/lab-quiz-game/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-quiz-game/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Quiz Game block: lab-quiz-game -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Quiz Game diff --git a/client/src/pages/learn/front-end-development/lab-random-background-color-changer/index.md b/client/src/pages/learn/full-stack-developer/lab-random-background-color-changer/index.md similarity index 89% rename from client/src/pages/learn/front-end-development/lab-random-background-color-changer/index.md rename to client/src/pages/learn/full-stack-developer/lab-random-background-color-changer/index.md index 8f9507470f6..a4486fb768a 100644 --- a/client/src/pages/learn/front-end-development/lab-random-background-color-changer/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-random-background-color-changer/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Debug a Random Background Color Changer block: lab-random-background-color-changer -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Debug a Random Background Color Changer diff --git a/client/src/pages/learn/front-end-development/lab-real-time-counter/index.md b/client/src/pages/learn/full-stack-developer/lab-real-time-counter/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/lab-real-time-counter/index.md rename to client/src/pages/learn/full-stack-developer/lab-real-time-counter/index.md index e15642ce79d..c70321632a8 100644 --- a/client/src/pages/learn/front-end-development/lab-real-time-counter/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-real-time-counter/index.md @@ -1,7 +1,7 @@ --- title: Introduction to Build a Real Time Counter block: lab-real-time-counter -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to Build a Real Time Counter diff --git a/client/src/pages/learn/front-end-development/lab-recipe-page/index.md b/client/src/pages/learn/full-stack-developer/lab-recipe-page/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/lab-recipe-page/index.md rename to client/src/pages/learn/full-stack-developer/lab-recipe-page/index.md index c02e8146306..ed319cf935d 100644 --- a/client/src/pages/learn/front-end-development/lab-recipe-page/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-recipe-page/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Recipe Page Lab block: lab-recipe-page -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Recipe Page Lab diff --git a/client/src/pages/learn/front-end-development/lab-regex-sandbox/index.md b/client/src/pages/learn/full-stack-developer/lab-regex-sandbox/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/lab-regex-sandbox/index.md rename to client/src/pages/learn/full-stack-developer/lab-regex-sandbox/index.md index 6c7aad61443..aa93b278795 100644 --- a/client/src/pages/learn/front-end-development/lab-regex-sandbox/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-regex-sandbox/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a RegEx Sandbox block: lab-regex-sandbox -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a RegEx Sandbox diff --git a/client/src/pages/learn/front-end-development/lab-request-header-parser-microservice/index.md b/client/src/pages/learn/full-stack-developer/lab-request-header-parser-microservice/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/lab-request-header-parser-microservice/index.md rename to client/src/pages/learn/full-stack-developer/lab-request-header-parser-microservice/index.md index 2ac392781aa..219e6c5ee41 100644 --- a/client/src/pages/learn/front-end-development/lab-request-header-parser-microservice/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-request-header-parser-microservice/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Request Header Parser Microservice block: lab-request-header-parser-microservice -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Request Header Parser Microservice diff --git a/client/src/pages/learn/front-end-development/lab-roman-numeral-converter/index.md b/client/src/pages/learn/full-stack-developer/lab-roman-numeral-converter/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/lab-roman-numeral-converter/index.md rename to client/src/pages/learn/full-stack-developer/lab-roman-numeral-converter/index.md index 8bbdd879077..38541646b2e 100644 --- a/client/src/pages/learn/front-end-development/lab-roman-numeral-converter/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-roman-numeral-converter/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Roman Numeral Converter block: lab-roman-numeral-converter -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Roman Numeral Converter diff --git a/client/src/pages/learn/front-end-development/lab-salon-appointment-scheduler/index.md b/client/src/pages/learn/full-stack-developer/lab-salon-appointment-scheduler/index.md similarity index 90% rename from client/src/pages/learn/front-end-development/lab-salon-appointment-scheduler/index.md rename to client/src/pages/learn/full-stack-developer/lab-salon-appointment-scheduler/index.md index 771d2017b54..f780f084a61 100644 --- a/client/src/pages/learn/front-end-development/lab-salon-appointment-scheduler/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-salon-appointment-scheduler/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Salon Appointment Scheduler block: lab-salon-appointment-scheduler -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Salon Appointment Scheduler diff --git a/client/src/pages/learn/front-end-development/lab-sentence-maker/index.md b/client/src/pages/learn/full-stack-developer/lab-sentence-maker/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/lab-sentence-maker/index.md rename to client/src/pages/learn/full-stack-developer/lab-sentence-maker/index.md index 4d14ee92569..cbf456d3022 100644 --- a/client/src/pages/learn/front-end-development/lab-sentence-maker/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-sentence-maker/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Sentence Maker block: lab-sentence-maker -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to Build a Sentence Maker diff --git a/client/src/pages/learn/front-end-development/lab-stack-class/index.md b/client/src/pages/learn/full-stack-developer/lab-stack-class/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/lab-stack-class/index.md rename to client/src/pages/learn/full-stack-developer/lab-stack-class/index.md index 412bdb15925..9bd199e262e 100644 --- a/client/src/pages/learn/front-end-development/lab-stack-class/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-stack-class/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Stack Class block: lab-stack-class -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Stack Class diff --git a/client/src/pages/learn/front-end-development/lab-stylized-to-do-list/index.md b/client/src/pages/learn/full-stack-developer/lab-stylized-to-do-list/index.md similarity index 89% rename from client/src/pages/learn/front-end-development/lab-stylized-to-do-list/index.md rename to client/src/pages/learn/full-stack-developer/lab-stylized-to-do-list/index.md index bef7f4579ac..b73b9dcb425 100644 --- a/client/src/pages/learn/front-end-development/lab-stylized-to-do-list/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-stylized-to-do-list/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Stylized To-Do List block: lab-stylized-to-do-list -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Stylized To-Do List diff --git a/client/src/pages/learn/front-end-development/lab-survey-form/index.md b/client/src/pages/learn/full-stack-developer/lab-survey-form/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/lab-survey-form/index.md rename to client/src/pages/learn/full-stack-developer/lab-survey-form/index.md index d9601d65d9e..fa5f967ffd5 100644 --- a/client/src/pages/learn/front-end-development/lab-survey-form/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-survey-form/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Survey Form block: lab-survey-form -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Survey Form diff --git a/client/src/pages/learn/front-end-development/lab-technical-documentation-page/index.md b/client/src/pages/learn/full-stack-developer/lab-technical-documentation-page/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/lab-technical-documentation-page/index.md rename to client/src/pages/learn/full-stack-developer/lab-technical-documentation-page/index.md index 8fdd13968d7..5b9d20e1790 100644 --- a/client/src/pages/learn/front-end-development/lab-technical-documentation-page/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-technical-documentation-page/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Technical Documentation Page block: lab-technical-documentation-page -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Technical Documentation Page diff --git a/client/src/pages/learn/front-end-development/lab-telephone-number-validator/index.md b/client/src/pages/learn/full-stack-developer/lab-telephone-number-validator/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/lab-telephone-number-validator/index.md rename to client/src/pages/learn/full-stack-developer/lab-telephone-number-validator/index.md index 686c3be64c7..1cd8ae2abaf 100644 --- a/client/src/pages/learn/front-end-development/lab-telephone-number-validator/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-telephone-number-validator/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Telephone Number Validator block: lab-telephone-number-validator -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Telephone Number Validator diff --git a/client/src/pages/learn/front-end-development/lab-timestamp-microservice/index.md b/client/src/pages/learn/full-stack-developer/lab-timestamp-microservice/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-timestamp-microservice/index.md rename to client/src/pages/learn/full-stack-developer/lab-timestamp-microservice/index.md index e8f458589a3..c59ffd46672 100644 --- a/client/src/pages/learn/front-end-development/lab-timestamp-microservice/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-timestamp-microservice/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Timestamp Microservice block: lab-timestamp-microservice -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Timestamp Microservice diff --git a/client/src/pages/learn/front-end-development/lab-travel-agency-page/index.md b/client/src/pages/learn/full-stack-developer/lab-travel-agency-page/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/lab-travel-agency-page/index.md rename to client/src/pages/learn/full-stack-developer/lab-travel-agency-page/index.md index c8f3e939c08..b00b40fd5c4 100644 --- a/client/src/pages/learn/front-end-development/lab-travel-agency-page/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-travel-agency-page/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Travel Agency Page block: lab-travel-agency-page -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Travel Agency Page diff --git a/client/src/pages/learn/front-end-development/lab-tribute-page/index.md b/client/src/pages/learn/full-stack-developer/lab-tribute-page/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-tribute-page/index.md rename to client/src/pages/learn/full-stack-developer/lab-tribute-page/index.md index 39334474f5b..53eca911960 100644 --- a/client/src/pages/learn/front-end-development/lab-tribute-page/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-tribute-page/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Tribute Page block: lab-tribute-page -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Tribute Page diff --git a/client/src/pages/learn/front-end-development/lab-url-shortener-microservice/index.md b/client/src/pages/learn/full-stack-developer/lab-url-shortener-microservice/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/lab-url-shortener-microservice/index.md rename to client/src/pages/learn/full-stack-developer/lab-url-shortener-microservice/index.md index aaf7c1c28f7..595fa052f0e 100644 --- a/client/src/pages/learn/front-end-development/lab-url-shortener-microservice/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-url-shortener-microservice/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a URL Shortener Microservice block: lab-url-shortener-microservice -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a URL Shortener Microservice diff --git a/client/src/pages/learn/front-end-development/lab-video-compilation-page/index.md b/client/src/pages/learn/full-stack-developer/lab-video-compilation-page/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/lab-video-compilation-page/index.md rename to client/src/pages/learn/full-stack-developer/lab-video-compilation-page/index.md index 069bd3afc91..a5cb56df97c 100644 --- a/client/src/pages/learn/front-end-development/lab-video-compilation-page/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-video-compilation-page/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Video Compilation Page block: lab-video-compilation-page -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Video Compilation Page diff --git a/client/src/pages/learn/front-end-development/lab-world-cup-database/index.md b/client/src/pages/learn/full-stack-developer/lab-world-cup-database/index.md similarity index 89% rename from client/src/pages/learn/front-end-development/lab-world-cup-database/index.md rename to client/src/pages/learn/full-stack-developer/lab-world-cup-database/index.md index 9da49bfb43e..21e9a443ee7 100644 --- a/client/src/pages/learn/front-end-development/lab-world-cup-database/index.md +++ b/client/src/pages/learn/full-stack-developer/lab-world-cup-database/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a World Cup Database block: lab-world-cup-database -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a World Cup Database diff --git a/client/src/pages/learn/front-end-development/lecture-html-fundamentals/index.md b/client/src/pages/learn/full-stack-developer/lecture-html-fundamentals/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/lecture-html-fundamentals/index.md rename to client/src/pages/learn/full-stack-developer/lecture-html-fundamentals/index.md index 92271745c93..c6f7a3bd2e3 100644 --- a/client/src/pages/learn/front-end-development/lecture-html-fundamentals/index.md +++ b/client/src/pages/learn/full-stack-developer/lecture-html-fundamentals/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the HTML Fundamentals block: lecture-html-fundamentals -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the HTML Fundamentals diff --git a/client/src/pages/learn/front-end-development/lecture-what-is-html/index.md b/client/src/pages/learn/full-stack-developer/lecture-what-is-html/index.md similarity index 81% rename from client/src/pages/learn/front-end-development/lecture-what-is-html/index.md rename to client/src/pages/learn/full-stack-developer/lecture-what-is-html/index.md index 42b48890084..ac4a2763bdb 100644 --- a/client/src/pages/learn/front-end-development/lecture-what-is-html/index.md +++ b/client/src/pages/learn/full-stack-developer/lecture-what-is-html/index.md @@ -1,7 +1,7 @@ --- title: Introduction to What is HTML? block: lecture-what-is-html -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to What is HTML? diff --git a/client/src/pages/learn/front-end-development/lecture-working-with-links/index.md b/client/src/pages/learn/full-stack-developer/lecture-working-with-links/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/lecture-working-with-links/index.md rename to client/src/pages/learn/full-stack-developer/lecture-working-with-links/index.md index 38e30d1b4ba..068e2fc25d9 100644 --- a/client/src/pages/learn/front-end-development/lecture-working-with-links/index.md +++ b/client/src/pages/learn/full-stack-developer/lecture-working-with-links/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Working with Links block: lecture-working-with-links -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Working with Links diff --git a/client/src/pages/learn/front-end-development/lecture-working-with-media/index.md b/client/src/pages/learn/full-stack-developer/lecture-working-with-media/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/lecture-working-with-media/index.md rename to client/src/pages/learn/full-stack-developer/lecture-working-with-media/index.md index bcb71c0c951..4221fb6c102 100644 --- a/client/src/pages/learn/front-end-development/lecture-working-with-media/index.md +++ b/client/src/pages/learn/full-stack-developer/lecture-working-with-media/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Working with Media block: lecture-working-with-media -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Working with Media diff --git a/client/src/pages/learn/front-end-development/quiz-advanced-react/index.md b/client/src/pages/learn/full-stack-developer/quiz-advanced-react/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/quiz-advanced-react/index.md rename to client/src/pages/learn/full-stack-developer/quiz-advanced-react/index.md index a96c90909a3..368bc900c4f 100644 --- a/client/src/pages/learn/front-end-development/quiz-advanced-react/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-advanced-react/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Advanced React Quiz block: quiz-advanced-react -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Advanced React Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-asynchronous-javascript/index.md b/client/src/pages/learn/full-stack-developer/quiz-asynchronous-javascript/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/quiz-asynchronous-javascript/index.md rename to client/src/pages/learn/full-stack-developer/quiz-asynchronous-javascript/index.md index d2ba7c2f444..ec40cf8f178 100644 --- a/client/src/pages/learn/front-end-development/quiz-asynchronous-javascript/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-asynchronous-javascript/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Asynchronous JavaScript Quiz block: quiz-asynchronous-javascript -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Asynchronous JavaScript Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-backend-javascript/index.md b/client/src/pages/learn/full-stack-developer/quiz-backend-javascript/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-backend-javascript/index.md rename to client/src/pages/learn/full-stack-developer/quiz-backend-javascript/index.md index dc6e0f95203..3a198a4d214 100644 --- a/client/src/pages/learn/front-end-development/quiz-backend-javascript/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-backend-javascript/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Backend JavaScript Quiz block: quiz-backend-javascript -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Backend JavaScript Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-bash-and-sql/index.md b/client/src/pages/learn/full-stack-developer/quiz-bash-and-sql/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/quiz-bash-and-sql/index.md rename to client/src/pages/learn/full-stack-developer/quiz-bash-and-sql/index.md index f72ce2e1456..1ed7e90391d 100644 --- a/client/src/pages/learn/front-end-development/quiz-bash-and-sql/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-bash-and-sql/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Bash and SQL Quiz block: quiz-bash-and-sql -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Bash and SQL Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-bash-commands/index.md b/client/src/pages/learn/full-stack-developer/quiz-bash-commands/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/quiz-bash-commands/index.md rename to client/src/pages/learn/full-stack-developer/quiz-bash-commands/index.md index 476a77cf558..8d2802c5503 100644 --- a/client/src/pages/learn/front-end-development/quiz-bash-commands/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-bash-commands/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Bash Commands Quiz block: quiz-bash-commands -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Bash Commands Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-bash-scripting/index.md b/client/src/pages/learn/full-stack-developer/quiz-bash-scripting/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/quiz-bash-scripting/index.md rename to client/src/pages/learn/full-stack-developer/quiz-bash-scripting/index.md index 2831ed8d14a..7229a08edc6 100644 --- a/client/src/pages/learn/front-end-development/quiz-bash-scripting/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-bash-scripting/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Bash Scripting Quiz block: quiz-bash-scripting -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Bash Scripting Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-basic-css/index.md b/client/src/pages/learn/full-stack-developer/quiz-basic-css/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/quiz-basic-css/index.md rename to client/src/pages/learn/full-stack-developer/quiz-basic-css/index.md index 4fc3960b312..fe1900113b9 100644 --- a/client/src/pages/learn/front-end-development/quiz-basic-css/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-basic-css/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Basic CSS Quiz block: quiz-basic-css -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Basic CSS Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-basic-html/index.md b/client/src/pages/learn/full-stack-developer/quiz-basic-html/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/quiz-basic-html/index.md rename to client/src/pages/learn/full-stack-developer/quiz-basic-html/index.md index fb8bc54294b..7488c085028 100644 --- a/client/src/pages/learn/front-end-development/quiz-basic-html/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-basic-html/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Basic HTML Quiz block: quiz-basic-html -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Basic HTML Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-computer-basics/index.md b/client/src/pages/learn/full-stack-developer/quiz-computer-basics/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-computer-basics/index.md rename to client/src/pages/learn/full-stack-developer/quiz-computer-basics/index.md index d1b70082175..7c9b413781b 100644 --- a/client/src/pages/learn/front-end-development/quiz-computer-basics/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-computer-basics/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Computer Basics Quiz block: quiz-computer-basics -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Computer Basics Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-accessibility/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-accessibility/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/quiz-css-accessibility/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-accessibility/index.md index befbd53b1f2..8761df40908 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-accessibility/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-accessibility/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Accessibility Quiz block: quiz-css-accessibility -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Accessibility Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-animations/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-animations/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-css-animations/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-animations/index.md index ef9c81617e3..60c1b96615d 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-animations/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-animations/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Animations Quiz block: quiz-css-animations -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Animations Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-attribute-selectors/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-attribute-selectors/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/quiz-css-attribute-selectors/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-attribute-selectors/index.md index 90548d06b7a..d73a8367613 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-attribute-selectors/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-attribute-selectors/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Attribute Selectors Quiz block: quiz-css-attribute-selectors -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Attribute Selectors Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-backgrounds-and-borders/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-backgrounds-and-borders/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/quiz-css-backgrounds-and-borders/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-backgrounds-and-borders/index.md index 81712e829ac..017c97b98f1 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-backgrounds-and-borders/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-backgrounds-and-borders/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Backgrounds and Borders Quiz block: quiz-css-backgrounds-and-borders -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Backgrounds and Borders Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-colors/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-colors/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/quiz-css-colors/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-colors/index.md index f0544773378..91fb91e130c 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-colors/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-colors/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Colors Quiz block: quiz-css-colors -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Colors Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-flexbox/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-flexbox/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/quiz-css-flexbox/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-flexbox/index.md index 2e77c1dc8d3..f707cdaa4ba 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-flexbox/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-flexbox/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Flexbox Quiz block: quiz-css-flexbox -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Flexbox Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-grid/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-grid/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/quiz-css-grid/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-grid/index.md index b520ca7dad8..8a85f115765 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-grid/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-grid/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Grid Quiz block: quiz-css-grid -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Grid Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-layout-and-effects/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-layout-and-effects/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/quiz-css-layout-and-effects/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-layout-and-effects/index.md index db3fae9ebb9..5a4d43c4540 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-layout-and-effects/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-layout-and-effects/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Layout and Effects Quiz block: quiz-css-layout-and-effects -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Layout and Effects Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-libraries-and-frameworks/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-libraries-and-frameworks/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/quiz-css-libraries-and-frameworks/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-libraries-and-frameworks/index.md index 1c5af8920c3..5acf4393da0 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-libraries-and-frameworks/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-libraries-and-frameworks/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Libraries and Frameworks Quiz block: quiz-css-libraries-and-frameworks -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Libraries and Frameworks Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-positioning/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-positioning/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-css-positioning/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-positioning/index.md index e237be50d4e..dd9dd0b689c 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-positioning/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-positioning/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Positioning Quiz block: quiz-css-positioning -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Positioning Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-pseudo-classes/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-pseudo-classes/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-css-pseudo-classes/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-pseudo-classes/index.md index 4d3c7c307b5..cea3c453de0 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-pseudo-classes/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-pseudo-classes/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Pseudo-classes Quiz block: quiz-css-pseudo-classes -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Pseudo-classes Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-relative-and-absolute-units/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-relative-and-absolute-units/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/quiz-css-relative-and-absolute-units/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-relative-and-absolute-units/index.md index 49fb29129ac..f5cbea64961 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-relative-and-absolute-units/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-relative-and-absolute-units/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Relative and Absolute Units Quiz block: quiz-css-relative-and-absolute-units -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Relative and Absolute Units Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-typography/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-typography/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/quiz-css-typography/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-typography/index.md index 79309d1b151..39501f14244 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-typography/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-typography/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Typography Quiz block: quiz-css-typography -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Typography Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-css-variables/index.md b/client/src/pages/learn/full-stack-developer/quiz-css-variables/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-css-variables/index.md rename to client/src/pages/learn/full-stack-developer/quiz-css-variables/index.md index 6e1f61f9635..dd5fa868b73 100644 --- a/client/src/pages/learn/front-end-development/quiz-css-variables/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-css-variables/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Variables Quiz block: quiz-css-variables -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Variables Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-debugging-javascript/index.md b/client/src/pages/learn/full-stack-developer/quiz-debugging-javascript/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-debugging-javascript/index.md rename to client/src/pages/learn/full-stack-developer/quiz-debugging-javascript/index.md index bfd5c8d9487..396ffec67b8 100644 --- a/client/src/pages/learn/front-end-development/quiz-debugging-javascript/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-debugging-javascript/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Debugging JavaScript Quiz block: quiz-debugging-javascript -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Debugging JavaScript Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-design-fundamentals/index.md b/client/src/pages/learn/full-stack-developer/quiz-design-fundamentals/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-design-fundamentals/index.md rename to client/src/pages/learn/full-stack-developer/quiz-design-fundamentals/index.md index 87b14f804d8..00558b2bc56 100644 --- a/client/src/pages/learn/front-end-development/quiz-design-fundamentals/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-design-fundamentals/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Design Fundamentals Quiz block: quiz-design-fundamentals -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Design Fundamentals Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-dom-manipulation-and-click-event-with-javascript/index.md b/client/src/pages/learn/full-stack-developer/quiz-dom-manipulation-and-click-event-with-javascript/index.md similarity index 90% rename from client/src/pages/learn/front-end-development/quiz-dom-manipulation-and-click-event-with-javascript/index.md rename to client/src/pages/learn/full-stack-developer/quiz-dom-manipulation-and-click-event-with-javascript/index.md index ddf6131a317..e29b80703d5 100644 --- a/client/src/pages/learn/front-end-development/quiz-dom-manipulation-and-click-event-with-javascript/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-dom-manipulation-and-click-event-with-javascript/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the DOM Manipulation and Click Events with JavaScript Quiz block: quiz-dom-manipulation-and-click-event-with-javascript -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the DOM Manipulation and Click Events with JavaScript Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-dynamic-programming/index.md b/client/src/pages/learn/full-stack-developer/quiz-dynamic-programming/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-dynamic-programming/index.md rename to client/src/pages/learn/full-stack-developer/quiz-dynamic-programming/index.md index db53e09a71d..1a816e13173 100644 --- a/client/src/pages/learn/front-end-development/quiz-dynamic-programming/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-dynamic-programming/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Dynamic Programming Quiz block: quiz-dynamic-programming -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Dynamic Programming Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-form-validation-with-javascript/index.md b/client/src/pages/learn/full-stack-developer/quiz-form-validation-with-javascript/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/quiz-form-validation-with-javascript/index.md rename to client/src/pages/learn/full-stack-developer/quiz-form-validation-with-javascript/index.md index f5923473447..20efa115189 100644 --- a/client/src/pages/learn/front-end-development/quiz-form-validation-with-javascript/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-form-validation-with-javascript/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Form Validation with JavaScript Quiz block: quiz-form-validation-with-javascript -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Form Validation with JavaScript Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-git/index.md b/client/src/pages/learn/full-stack-developer/quiz-git/index.md similarity index 80% rename from client/src/pages/learn/front-end-development/quiz-git/index.md rename to client/src/pages/learn/full-stack-developer/quiz-git/index.md index 83e3aa704b4..d2606eb8ddc 100644 --- a/client/src/pages/learn/front-end-development/quiz-git/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-git/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Git Quiz block: quiz-git -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Git Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-graphs-and-trees/index.md b/client/src/pages/learn/full-stack-developer/quiz-graphs-and-trees/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/quiz-graphs-and-trees/index.md rename to client/src/pages/learn/full-stack-developer/quiz-graphs-and-trees/index.md index ef3b092048f..fc3fc048b5f 100644 --- a/client/src/pages/learn/front-end-development/quiz-graphs-and-trees/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-graphs-and-trees/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Graphs and Trees Quiz block: quiz-graphs-and-trees -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Graphs and Trees Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-html-accessibility/index.md b/client/src/pages/learn/full-stack-developer/quiz-html-accessibility/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/quiz-html-accessibility/index.md rename to client/src/pages/learn/full-stack-developer/quiz-html-accessibility/index.md index c747eccd55a..8fe6e3fee50 100644 --- a/client/src/pages/learn/front-end-development/quiz-html-accessibility/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-html-accessibility/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the HTML Accessibility Quiz block: quiz-html-accessibility -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the HTML Accessibility Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-html-tables-and-forms/index.md b/client/src/pages/learn/full-stack-developer/quiz-html-tables-and-forms/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/quiz-html-tables-and-forms/index.md rename to client/src/pages/learn/full-stack-developer/quiz-html-tables-and-forms/index.md index 6f92113f54d..444fb6efc55 100644 --- a/client/src/pages/learn/front-end-development/quiz-html-tables-and-forms/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-html-tables-and-forms/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the HTML Tables and Forms Quiz block: quiz-html-tables-and-forms -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the HTML Tables and Forms Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-arrays/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-arrays/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-javascript-arrays/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-arrays/index.md index 7ddf0d16db8..b908e007dbb 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-arrays/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-arrays/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Arrays Quiz block: quiz-javascript-arrays -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Arrays Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-audio-and-video/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-audio-and-video/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/quiz-javascript-audio-and-video/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-audio-and-video/index.md index 82599ec28b1..9e3975e8e2b 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-audio-and-video/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-audio-and-video/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Audio and Video Quiz block: quiz-javascript-audio-and-video -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Audio and Video Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-comparisons-and-conditionals/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-comparisons-and-conditionals/index.md similarity index 89% rename from client/src/pages/learn/front-end-development/quiz-javascript-comparisons-and-conditionals/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-comparisons-and-conditionals/index.md index 159758d7a10..b11ed0fec8b 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-comparisons-and-conditionals/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-comparisons-and-conditionals/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Comparisons and Conditionals Quiz block: quiz-javascript-comparisons-and-conditionals -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Comparisons and Conditionals Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-data-structures/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-data-structures/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/quiz-javascript-data-structures/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-data-structures/index.md index 552eaeb5cf7..081da6e39c5 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-data-structures/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-data-structures/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Data Structures Quiz block: quiz-javascript-data-structures -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Data Structures Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-dates/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-dates/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/quiz-javascript-dates/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-dates/index.md index 30227c8d803..d4162537bd0 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-dates/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-dates/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Dates Quiz block: quiz-javascript-dates -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Dates Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-events/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-events/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-javascript-events/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-events/index.md index 6f32611c4bf..edf56d49e73 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-events/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-events/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Events Quiz block: quiz-javascript-events -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Events Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-functional-programming/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-functional-programming/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/quiz-javascript-functional-programming/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-functional-programming/index.md index a3c185f9294..d85d0dc92af 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-functional-programming/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-functional-programming/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Functional Programming Quiz block: quiz-javascript-functional-programming -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Functional Programming Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-functions/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-functions/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-javascript-functions/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-functions/index.md index d123343a81b..87dfdd15db5 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-functions/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-functions/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Functions Quiz block: quiz-javascript-functions -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Functions Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-fundamentals/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-fundamentals/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/quiz-javascript-fundamentals/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-fundamentals/index.md index 18c7bc898e6..8540455b12e 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-fundamentals/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-fundamentals/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Fundamentals Quiz block: quiz-javascript-fundamentals -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Fundamentals Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-higher-order-functions/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-higher-order-functions/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/quiz-javascript-higher-order-functions/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-higher-order-functions/index.md index 8a1d91fb181..d1ceec3b494 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-higher-order-functions/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-higher-order-functions/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Higher Order Functions Quiz block: quiz-javascript-higher-order-functions -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Higher Order Functions Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-loops/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-loops/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/quiz-javascript-loops/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-loops/index.md index 2cac9650062..921f721d3d9 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-loops/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-loops/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Loops Quiz block: quiz-javascript-loops -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Loops Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-math/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-math/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/quiz-javascript-math/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-math/index.md index 7b41db12166..a1ad4ed01bc 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-math/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-math/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Math Quiz block: quiz-javascript-math -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Math Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-object-oriented-programming/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-object-oriented-programming/index.md similarity index 89% rename from client/src/pages/learn/front-end-development/quiz-javascript-object-oriented-programming/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-object-oriented-programming/index.md index 140fdd600fc..cf525ed00ff 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-object-oriented-programming/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-object-oriented-programming/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Object Oriented Programming Quiz block: quiz-javascript-object-oriented-programming -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Object Oriented Programming Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-objects/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-objects/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-javascript-objects/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-objects/index.md index 35f0e09bbb9..826d99119cd 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-objects/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-objects/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Objects Quiz block: quiz-javascript-objects -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Objects Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-problem-solving-and-algorithmic-thinking/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-problem-solving-and-algorithmic-thinking/index.md similarity index 90% rename from client/src/pages/learn/front-end-development/quiz-javascript-problem-solving-and-algorithmic-thinking/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-problem-solving-and-algorithmic-thinking/index.md index b1796661646..4b1a1d0ecde 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-problem-solving-and-algorithmic-thinking/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-problem-solving-and-algorithmic-thinking/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Problem Solving and Algorithmic Thinking Quiz block: quiz-javascript-problem-solving-and-algorithmic-thinking -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Problem Solving and Algorithmic Thinking Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-regular-expressions/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-regular-expressions/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/quiz-javascript-regular-expressions/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-regular-expressions/index.md index af11c469999..e839981701d 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-regular-expressions/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-regular-expressions/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Regular Expressions Quiz block: quiz-javascript-regular-expressions -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Regular Expressions Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-strings/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-strings/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-javascript-strings/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-strings/index.md index 57ad4f820a5..7a0af2913f5 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-strings/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-strings/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Strings Quiz block: quiz-javascript-strings -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Strings Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-javascript-variables-and-data-types/index.md b/client/src/pages/learn/full-stack-developer/quiz-javascript-variables-and-data-types/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/quiz-javascript-variables-and-data-types/index.md rename to client/src/pages/learn/full-stack-developer/quiz-javascript-variables-and-data-types/index.md index fb34aeefb0c..724f7720912 100644 --- a/client/src/pages/learn/front-end-development/quiz-javascript-variables-and-data-types/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-javascript-variables-and-data-types/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the JavaScript Variables and Data Types Quiz block: quiz-javascript-variables-and-data-types -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the JavaScript Variables and Data Types Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-local-storage-and-crud/index.md b/client/src/pages/learn/full-stack-developer/quiz-local-storage-and-crud/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/quiz-local-storage-and-crud/index.md rename to client/src/pages/learn/full-stack-developer/quiz-local-storage-and-crud/index.md index c7a8e8e440d..b3fac2370f6 100644 --- a/client/src/pages/learn/front-end-development/quiz-local-storage-and-crud/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-local-storage-and-crud/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Local Storage and CRUD Quiz block: quiz-local-storage-and-crud -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Local Storage and CRUD Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-nano/index.md b/client/src/pages/learn/full-stack-developer/quiz-nano/index.md similarity index 80% rename from client/src/pages/learn/front-end-development/quiz-nano/index.md rename to client/src/pages/learn/full-stack-developer/quiz-nano/index.md index 0427c87a832..9532d0f33f7 100644 --- a/client/src/pages/learn/front-end-development/quiz-nano/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-nano/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Nano Quiz block: quiz-nano -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Nano Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-react-basics/index.md b/client/src/pages/learn/full-stack-developer/quiz-react-basics/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/quiz-react-basics/index.md rename to client/src/pages/learn/full-stack-developer/quiz-react-basics/index.md index 54aa618a32f..7c266ff3548 100644 --- a/client/src/pages/learn/front-end-development/quiz-react-basics/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-react-basics/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the React Basics Quiz block: quiz-react-basics -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the React Basics Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-react-state-and-hooks/index.md b/client/src/pages/learn/full-stack-developer/quiz-react-state-and-hooks/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/quiz-react-state-and-hooks/index.md rename to client/src/pages/learn/full-stack-developer/quiz-react-state-and-hooks/index.md index 3123d675ec5..bda8f3620b1 100644 --- a/client/src/pages/learn/front-end-development/quiz-react-state-and-hooks/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-react-state-and-hooks/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the React State and Hooks Quiz block: quiz-react-state-and-hooks -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the React State and Hooks Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-recursion/index.md b/client/src/pages/learn/full-stack-developer/quiz-recursion/index.md similarity index 82% rename from client/src/pages/learn/front-end-development/quiz-recursion/index.md rename to client/src/pages/learn/full-stack-developer/quiz-recursion/index.md index a5b2c7f2e04..b67ce9400ba 100644 --- a/client/src/pages/learn/front-end-development/quiz-recursion/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-recursion/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Recursion Quiz block: quiz-recursion -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Recursion Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-relational-database/index.md b/client/src/pages/learn/full-stack-developer/quiz-relational-database/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-relational-database/index.md rename to client/src/pages/learn/full-stack-developer/quiz-relational-database/index.md index 8a44ca38f0f..8f4dd71ad0a 100644 --- a/client/src/pages/learn/front-end-development/quiz-relational-database/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-relational-database/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Relational Database Quiz block: quiz-relational-database -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Relational Database Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-responsive-web-design/index.md b/client/src/pages/learn/full-stack-developer/quiz-responsive-web-design/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/quiz-responsive-web-design/index.md rename to client/src/pages/learn/full-stack-developer/quiz-responsive-web-design/index.md index 14603157f5a..19834b56b63 100644 --- a/client/src/pages/learn/front-end-development/quiz-responsive-web-design/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-responsive-web-design/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Responsive Web Design Quiz block: quiz-responsive-web-design -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Responsive Web Design Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-searching-and-sorting-algorithms/index.md b/client/src/pages/learn/full-stack-developer/quiz-searching-and-sorting-algorithms/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/quiz-searching-and-sorting-algorithms/index.md rename to client/src/pages/learn/full-stack-developer/quiz-searching-and-sorting-algorithms/index.md index 702e0aabf67..ad6b6765630 100644 --- a/client/src/pages/learn/front-end-development/quiz-searching-and-sorting-algorithms/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-searching-and-sorting-algorithms/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Searching and Sorting Algorithms Quiz block: quiz-searching-and-sorting-algorithms -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Searching and Sorting Algorithms Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-security-and-privacy/index.md b/client/src/pages/learn/full-stack-developer/quiz-security-and-privacy/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-security-and-privacy/index.md rename to client/src/pages/learn/full-stack-developer/quiz-security-and-privacy/index.md index 2dab682ec98..c4a777ac753 100644 --- a/client/src/pages/learn/front-end-development/quiz-security-and-privacy/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-security-and-privacy/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Security and Privacy Quiz block: quiz-security-and-privacy -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Security and Privacy Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-semantic-html/index.md b/client/src/pages/learn/full-stack-developer/quiz-semantic-html/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/quiz-semantic-html/index.md rename to client/src/pages/learn/full-stack-developer/quiz-semantic-html/index.md index eee6592829d..b5824a1a45f 100644 --- a/client/src/pages/learn/front-end-development/quiz-semantic-html/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-semantic-html/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Semantic HTML Quiz block: quiz-semantic-html -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Semantic HTML Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-styling-forms/index.md b/client/src/pages/learn/full-stack-developer/quiz-styling-forms/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-styling-forms/index.md rename to client/src/pages/learn/full-stack-developer/quiz-styling-forms/index.md index f165588effb..52b3f4d245e 100644 --- a/client/src/pages/learn/front-end-development/quiz-styling-forms/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-styling-forms/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Styling Forms Quiz block: quiz-styling-forms -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Styling Forms Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-testing/index.md b/client/src/pages/learn/full-stack-developer/quiz-testing/index.md similarity index 82% rename from client/src/pages/learn/front-end-development/quiz-testing/index.md rename to client/src/pages/learn/full-stack-developer/quiz-testing/index.md index e816189b465..7dccb803299 100644 --- a/client/src/pages/learn/front-end-development/quiz-testing/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-testing/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Testing Quiz block: quiz-testing -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Testing Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-tooling-and-deployment/index.md b/client/src/pages/learn/full-stack-developer/quiz-tooling-and-deployment/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/quiz-tooling-and-deployment/index.md rename to client/src/pages/learn/full-stack-developer/quiz-tooling-and-deployment/index.md index fae3cb6f9e7..1b1841ccfde 100644 --- a/client/src/pages/learn/front-end-development/quiz-tooling-and-deployment/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-tooling-and-deployment/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Tooling and Deployment Quiz block: quiz-tooling-and-deployment -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the quiz-tooling-and-deployment diff --git a/client/src/pages/learn/front-end-development/quiz-typescript/index.md b/client/src/pages/learn/full-stack-developer/quiz-typescript/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/quiz-typescript/index.md rename to client/src/pages/learn/full-stack-developer/quiz-typescript/index.md index b6dc21f844e..6d9bd5e3c17 100644 --- a/client/src/pages/learn/front-end-development/quiz-typescript/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-typescript/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the TypeScript Quiz block: quiz-typescript -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the TypeScript Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-web-performance/index.md b/client/src/pages/learn/full-stack-developer/quiz-web-performance/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/quiz-web-performance/index.md rename to client/src/pages/learn/full-stack-developer/quiz-web-performance/index.md index b3b3cc84ecc..a158f3d3e2f 100644 --- a/client/src/pages/learn/front-end-development/quiz-web-performance/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-web-performance/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Web Performance Quiz block: quiz-web-performance -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Web Performance Quiz diff --git a/client/src/pages/learn/front-end-development/quiz-web-standards/index.md b/client/src/pages/learn/full-stack-developer/quiz-web-standards/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/quiz-web-standards/index.md rename to client/src/pages/learn/full-stack-developer/quiz-web-standards/index.md index 72a9cba824e..2dacd87a128 100644 --- a/client/src/pages/learn/front-end-development/quiz-web-standards/index.md +++ b/client/src/pages/learn/full-stack-developer/quiz-web-standards/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Web Standards Quiz block: quiz-web-standards -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Web Standards Quiz diff --git a/client/src/pages/learn/front-end-development/review-basic-css/index.md b/client/src/pages/learn/full-stack-developer/review-basic-css/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/review-basic-css/index.md rename to client/src/pages/learn/full-stack-developer/review-basic-css/index.md index a16a128d564..d63893522eb 100644 --- a/client/src/pages/learn/front-end-development/review-basic-css/index.md +++ b/client/src/pages/learn/full-stack-developer/review-basic-css/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Basic CSS Review block: review-basic-css -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Basic CSS Review diff --git a/client/src/pages/learn/front-end-development/review-basic-html/index.md b/client/src/pages/learn/full-stack-developer/review-basic-html/index.md similarity index 81% rename from client/src/pages/learn/front-end-development/review-basic-html/index.md rename to client/src/pages/learn/full-stack-developer/review-basic-html/index.md index 859531a8ee9..5d000b352f0 100644 --- a/client/src/pages/learn/front-end-development/review-basic-html/index.md +++ b/client/src/pages/learn/full-stack-developer/review-basic-html/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Basic HTML Review block: review-basic-html -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Basic HTML Review diff --git a/client/src/pages/learn/front-end-development/review-computer-basics/index.md b/client/src/pages/learn/full-stack-developer/review-computer-basics/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/review-computer-basics/index.md rename to client/src/pages/learn/full-stack-developer/review-computer-basics/index.md index c2d0fe7fa7a..34e46bb3ecd 100644 --- a/client/src/pages/learn/front-end-development/review-computer-basics/index.md +++ b/client/src/pages/learn/full-stack-developer/review-computer-basics/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Computer Basics Review block: review-computer-basics -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Computer Basics Review diff --git a/client/src/pages/learn/front-end-development/review-css-accessibility/index.md b/client/src/pages/learn/full-stack-developer/review-css-accessibility/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/review-css-accessibility/index.md rename to client/src/pages/learn/full-stack-developer/review-css-accessibility/index.md index 82db9e8b9fc..1c5156262d9 100644 --- a/client/src/pages/learn/front-end-development/review-css-accessibility/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css-accessibility/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Accessibility Review block: review-css-accessibility -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Accessibility Review diff --git a/client/src/pages/learn/front-end-development/review-css-animations/index.md b/client/src/pages/learn/full-stack-developer/review-css-animations/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/review-css-animations/index.md rename to client/src/pages/learn/full-stack-developer/review-css-animations/index.md index 434cb7026fb..6b6eafbefb2 100644 --- a/client/src/pages/learn/front-end-development/review-css-animations/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css-animations/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Amimations Review block: review-css-animations -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Amimations Review diff --git a/client/src/pages/learn/front-end-development/review-css-attribute-selectors/index.md b/client/src/pages/learn/full-stack-developer/review-css-attribute-selectors/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/review-css-attribute-selectors/index.md rename to client/src/pages/learn/full-stack-developer/review-css-attribute-selectors/index.md index 5896e001d32..014759937e7 100644 --- a/client/src/pages/learn/front-end-development/review-css-attribute-selectors/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css-attribute-selectors/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Attribute Selectors Review block: review-css-attribute-selectors -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Attribute Selectors Review diff --git a/client/src/pages/learn/front-end-development/review-css-backgrounds-and-borders/index.md b/client/src/pages/learn/full-stack-developer/review-css-backgrounds-and-borders/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/review-css-backgrounds-and-borders/index.md rename to client/src/pages/learn/full-stack-developer/review-css-backgrounds-and-borders/index.md index 18511531acc..86d3015a22b 100644 --- a/client/src/pages/learn/front-end-development/review-css-backgrounds-and-borders/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css-backgrounds-and-borders/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Backgrounds and Borders Review block: review-css-backgrounds-and-borders -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Backgrounds and Borders Review diff --git a/client/src/pages/learn/front-end-development/review-css-colors/index.md b/client/src/pages/learn/full-stack-developer/review-css-colors/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/review-css-colors/index.md rename to client/src/pages/learn/full-stack-developer/review-css-colors/index.md index bc942569cf1..dfbadc8f7b7 100644 --- a/client/src/pages/learn/front-end-development/review-css-colors/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css-colors/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Colors Review block: review-css-colors -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Colors Review diff --git a/client/src/pages/learn/front-end-development/review-css-flexbox/index.md b/client/src/pages/learn/full-stack-developer/review-css-flexbox/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/review-css-flexbox/index.md rename to client/src/pages/learn/full-stack-developer/review-css-flexbox/index.md index 8218700b2ab..6a10a40a230 100644 --- a/client/src/pages/learn/front-end-development/review-css-flexbox/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css-flexbox/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Flexbox Review block: review-css-flexbox -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Flexbox Review diff --git a/client/src/pages/learn/front-end-development/review-css-grid/index.md b/client/src/pages/learn/full-stack-developer/review-css-grid/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/review-css-grid/index.md rename to client/src/pages/learn/full-stack-developer/review-css-grid/index.md index 38c15cc6d4d..78f25425e4d 100644 --- a/client/src/pages/learn/front-end-development/review-css-grid/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css-grid/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Grid Review block: review-css-grid -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Grid Review diff --git a/client/src/pages/learn/front-end-development/review-css-layout-and-effects/index.md b/client/src/pages/learn/full-stack-developer/review-css-layout-and-effects/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/review-css-layout-and-effects/index.md rename to client/src/pages/learn/full-stack-developer/review-css-layout-and-effects/index.md index 859658043e7..60847425314 100644 --- a/client/src/pages/learn/front-end-development/review-css-layout-and-effects/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css-layout-and-effects/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Layouts and Effects Review block: review-css-layout-and-effects -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Layouts and Effects Review diff --git a/client/src/pages/learn/front-end-development/review-css-positioning/index.md b/client/src/pages/learn/full-stack-developer/review-css-positioning/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/review-css-positioning/index.md rename to client/src/pages/learn/full-stack-developer/review-css-positioning/index.md index 2c24813eab0..a78df636d4e 100644 --- a/client/src/pages/learn/front-end-development/review-css-positioning/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css-positioning/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Positioning Review block: review-css-positioning -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Positioning Review diff --git a/client/src/pages/learn/front-end-development/review-css-pseudo-classes/index.md b/client/src/pages/learn/full-stack-developer/review-css-pseudo-classes/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/review-css-pseudo-classes/index.md rename to client/src/pages/learn/full-stack-developer/review-css-pseudo-classes/index.md index 9221de970a8..a3aad739e48 100644 --- a/client/src/pages/learn/front-end-development/review-css-pseudo-classes/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css-pseudo-classes/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Pseudo-classes Review block: review-css-pseudo-classes -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Pseudo-classes Review diff --git a/client/src/pages/learn/front-end-development/review-css-relative-and-absolute-units/index.md b/client/src/pages/learn/full-stack-developer/review-css-relative-and-absolute-units/index.md similarity index 88% rename from client/src/pages/learn/front-end-development/review-css-relative-and-absolute-units/index.md rename to client/src/pages/learn/full-stack-developer/review-css-relative-and-absolute-units/index.md index 1f4b301e1df..3d476d296d5 100644 --- a/client/src/pages/learn/front-end-development/review-css-relative-and-absolute-units/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css-relative-and-absolute-units/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Relative and Absolute Units Review block: review-css-relative-and-absolute-units -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Relative and Absolute Units Review diff --git a/client/src/pages/learn/front-end-development/review-css-typography/index.md b/client/src/pages/learn/full-stack-developer/review-css-typography/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/review-css-typography/index.md rename to client/src/pages/learn/full-stack-developer/review-css-typography/index.md index ed025364c20..e9687316298 100644 --- a/client/src/pages/learn/front-end-development/review-css-typography/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css-typography/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Typography Review block: review-css-typography -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Typography Review diff --git a/client/src/pages/learn/front-end-development/review-css-variables/index.md b/client/src/pages/learn/full-stack-developer/review-css-variables/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/review-css-variables/index.md rename to client/src/pages/learn/full-stack-developer/review-css-variables/index.md index 5e3b540ade3..eb6ddf9b2e2 100644 --- a/client/src/pages/learn/front-end-development/review-css-variables/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css-variables/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Variables Review block: review-css-variables -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Variables Review diff --git a/client/src/pages/learn/front-end-development/review-css/index.md b/client/src/pages/learn/full-stack-developer/review-css/index.md similarity index 82% rename from client/src/pages/learn/front-end-development/review-css/index.md rename to client/src/pages/learn/full-stack-developer/review-css/index.md index 9f0b3d1d9ba..af80e0da772 100644 --- a/client/src/pages/learn/front-end-development/review-css/index.md +++ b/client/src/pages/learn/full-stack-developer/review-css/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the CSS Review block: review-css -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the CSS Review diff --git a/client/src/pages/learn/front-end-development/review-design-fundamentals/index.md b/client/src/pages/learn/full-stack-developer/review-design-fundamentals/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/review-design-fundamentals/index.md rename to client/src/pages/learn/full-stack-developer/review-design-fundamentals/index.md index 80bbf02f819..28a653e2461 100644 --- a/client/src/pages/learn/front-end-development/review-design-fundamentals/index.md +++ b/client/src/pages/learn/full-stack-developer/review-design-fundamentals/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Design Fundamentals Review block: review-design-fundamentals -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Design Fundamentals Review diff --git a/client/src/pages/learn/front-end-development/review-html-accessibility/index.md b/client/src/pages/learn/full-stack-developer/review-html-accessibility/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/review-html-accessibility/index.md rename to client/src/pages/learn/full-stack-developer/review-html-accessibility/index.md index 1cf00f4bfe3..f617116b61e 100644 --- a/client/src/pages/learn/front-end-development/review-html-accessibility/index.md +++ b/client/src/pages/learn/full-stack-developer/review-html-accessibility/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the HTML Accessibility Review block: review-html-accessibility -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the HTML Accessibility Review diff --git a/client/src/pages/learn/front-end-development/review-html-tables-and-forms/index.md b/client/src/pages/learn/full-stack-developer/review-html-tables-and-forms/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/review-html-tables-and-forms/index.md rename to client/src/pages/learn/full-stack-developer/review-html-tables-and-forms/index.md index e49cb3f8e56..054b9876e35 100644 --- a/client/src/pages/learn/front-end-development/review-html-tables-and-forms/index.md +++ b/client/src/pages/learn/full-stack-developer/review-html-tables-and-forms/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the HTML Tables and Forms Review block: review-html-tables-and-forms -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the HTML Tables and Forms Review diff --git a/client/src/pages/learn/front-end-development/review-html/index.md b/client/src/pages/learn/full-stack-developer/review-html/index.md similarity index 82% rename from client/src/pages/learn/front-end-development/review-html/index.md rename to client/src/pages/learn/full-stack-developer/review-html/index.md index e7cd2a28848..7447597151b 100644 --- a/client/src/pages/learn/front-end-development/review-html/index.md +++ b/client/src/pages/learn/full-stack-developer/review-html/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the HTML Review block: review-html -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the HTML Review diff --git a/client/src/pages/learn/front-end-development/review-responsive-web-design/index.md b/client/src/pages/learn/full-stack-developer/review-responsive-web-design/index.md similarity index 87% rename from client/src/pages/learn/front-end-development/review-responsive-web-design/index.md rename to client/src/pages/learn/full-stack-developer/review-responsive-web-design/index.md index ab8206fbbe1..68368956eac 100644 --- a/client/src/pages/learn/front-end-development/review-responsive-web-design/index.md +++ b/client/src/pages/learn/full-stack-developer/review-responsive-web-design/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Responsive Web Design Review block: review-responsive-web-design -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Responsive Web Design Review diff --git a/client/src/pages/learn/front-end-development/review-semantic-html/index.md b/client/src/pages/learn/full-stack-developer/review-semantic-html/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/review-semantic-html/index.md rename to client/src/pages/learn/full-stack-developer/review-semantic-html/index.md index 6b0ab5fb134..146250d4af1 100644 --- a/client/src/pages/learn/front-end-development/review-semantic-html/index.md +++ b/client/src/pages/learn/full-stack-developer/review-semantic-html/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Semantic HTML Review block: review-semantic-html -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Semantic HTML Review diff --git a/client/src/pages/learn/front-end-development/review-styling-forms/index.md b/client/src/pages/learn/full-stack-developer/review-styling-forms/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/review-styling-forms/index.md rename to client/src/pages/learn/full-stack-developer/review-styling-forms/index.md index 124cad4d22a..90045e86577 100644 --- a/client/src/pages/learn/front-end-development/review-styling-forms/index.md +++ b/client/src/pages/learn/full-stack-developer/review-styling-forms/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Styling Forms Review block: review-styling-forms -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Styling Forms Review diff --git a/client/src/pages/learn/front-end-development/workshop-accessibility-quiz/index.md b/client/src/pages/learn/full-stack-developer/workshop-accessibility-quiz/index.md similarity index 91% rename from client/src/pages/learn/front-end-development/workshop-accessibility-quiz/index.md rename to client/src/pages/learn/full-stack-developer/workshop-accessibility-quiz/index.md index 6c8e4c2d540..870e2b6819d 100644 --- a/client/src/pages/learn/front-end-development/workshop-accessibility-quiz/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-accessibility-quiz/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Quiz Webpage block: workshop-accessibility-quiz -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Quiz Webpage diff --git a/client/src/pages/learn/front-end-development/workshop-balance-sheet/index.md b/client/src/pages/learn/full-stack-developer/workshop-balance-sheet/index.md similarity index 92% rename from client/src/pages/learn/front-end-development/workshop-balance-sheet/index.md rename to client/src/pages/learn/full-stack-developer/workshop-balance-sheet/index.md index cb31bacb3d7..e1ebb5c25b7 100644 --- a/client/src/pages/learn/front-end-development/workshop-balance-sheet/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-balance-sheet/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Balance Sheet block: workshop-balance-sheet -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Balance Sheet diff --git a/client/src/pages/learn/front-end-development/workshop-bash-boilerplate/index.md b/client/src/pages/learn/full-stack-developer/workshop-bash-boilerplate/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/workshop-bash-boilerplate/index.md rename to client/src/pages/learn/full-stack-developer/workshop-bash-boilerplate/index.md index 21e7cfba3d7..9053c55d199 100644 --- a/client/src/pages/learn/front-end-development/workshop-bash-boilerplate/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-bash-boilerplate/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Boilerplate block: workshop-bash-boilerplate -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Boilerplate diff --git a/client/src/pages/learn/front-end-development/workshop-bash-five-programs/index.md b/client/src/pages/learn/full-stack-developer/workshop-bash-five-programs/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/workshop-bash-five-programs/index.md rename to client/src/pages/learn/full-stack-developer/workshop-bash-five-programs/index.md index 80e4e18d988..0140a006f95 100644 --- a/client/src/pages/learn/front-end-development/workshop-bash-five-programs/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-bash-five-programs/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build Five Programs block: workshop-bash-five-programs -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build Five Programs diff --git a/client/src/pages/learn/front-end-development/workshop-bike-rental-shop/index.md b/client/src/pages/learn/full-stack-developer/workshop-bike-rental-shop/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/workshop-bike-rental-shop/index.md rename to client/src/pages/learn/full-stack-developer/workshop-bike-rental-shop/index.md index 8dff72041eb..5a4ec7b7889 100644 --- a/client/src/pages/learn/front-end-development/workshop-bike-rental-shop/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-bike-rental-shop/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Bike Rental Shop block: workshop-bike-rental-shop -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Bike Rental Shop diff --git a/client/src/pages/learn/front-end-development/workshop-blog-page/index.md b/client/src/pages/learn/full-stack-developer/workshop-blog-page/index.md similarity index 54% rename from client/src/pages/learn/front-end-development/workshop-blog-page/index.md rename to client/src/pages/learn/full-stack-developer/workshop-blog-page/index.md index 2826b0160b1..5582d3bb75a 100644 --- a/client/src/pages/learn/front-end-development/workshop-blog-page/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-blog-page/index.md @@ -1,9 +1,9 @@ --- title: Introduction to the Build a Cat Blog Page block: workshop-blog-page -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Cat Blog Page -This is the second workshop for the new frontend certification. +This is the second workshop for the new full stack developer certification. diff --git a/client/src/pages/learn/front-end-development/workshop-cafe-menu/index.md b/client/src/pages/learn/full-stack-developer/workshop-cafe-menu/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/workshop-cafe-menu/index.md rename to client/src/pages/learn/full-stack-developer/workshop-cafe-menu/index.md index c38f7073f56..0d0e115ac92 100644 --- a/client/src/pages/learn/front-end-development/workshop-cafe-menu/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-cafe-menu/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Design a Cafe Menu block: workshop-cafe-menu -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Design a Cafe Menu diff --git a/client/src/pages/learn/front-end-development/workshop-calculator/index.md b/client/src/pages/learn/full-stack-developer/workshop-calculator/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/workshop-calculator/index.md rename to client/src/pages/learn/full-stack-developer/workshop-calculator/index.md index f58e1ecf31e..8c66d5fea1a 100644 --- a/client/src/pages/learn/front-end-development/workshop-calculator/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-calculator/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Calculator block: workshop-calculator -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Calculator diff --git a/client/src/pages/learn/front-end-development/workshop-castle/index.md b/client/src/pages/learn/full-stack-developer/workshop-castle/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/workshop-castle/index.md rename to client/src/pages/learn/full-stack-developer/workshop-castle/index.md index 77faf50e8e0..cf7070e9b36 100644 --- a/client/src/pages/learn/front-end-development/workshop-castle/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-castle/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Castle block: workshop-castle -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Castle diff --git a/client/src/pages/learn/front-end-development/workshop-cat-painting/index.md b/client/src/pages/learn/full-stack-developer/workshop-cat-painting/index.md similarity index 91% rename from client/src/pages/learn/front-end-development/workshop-cat-painting/index.md rename to client/src/pages/learn/full-stack-developer/workshop-cat-painting/index.md index e3b0ce54942..2475b6a3ea2 100644 --- a/client/src/pages/learn/front-end-development/workshop-cat-painting/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-cat-painting/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Cat Painting block: workshop-cat-painting -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Cat Painting diff --git a/client/src/pages/learn/full-stack-developer/workshop-cat-photo-app/index.md b/client/src/pages/learn/full-stack-developer/workshop-cat-photo-app/index.md new file mode 100644 index 00000000000..3acf8c13051 --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/workshop-cat-photo-app/index.md @@ -0,0 +1,11 @@ +--- +title: Introduction to Build a Cat Photo App +block: workshop-cat-photo-app +superBlock: full-stack-developer +--- + +## Introduction to Build a Cat Photo App + +HTML stands for HyperText Markup Language and it represents the content and structure of a web page. + +In this workshop, you will learn how to work with basic HTML elements such as headings, paragraphs, images, links, and lists. diff --git a/client/src/pages/learn/front-end-development/workshop-city-skyline/index.md b/client/src/pages/learn/full-stack-developer/workshop-city-skyline/index.md similarity index 90% rename from client/src/pages/learn/front-end-development/workshop-city-skyline/index.md rename to client/src/pages/learn/full-stack-developer/workshop-city-skyline/index.md index dc1a15cf281..8451378da00 100644 --- a/client/src/pages/learn/front-end-development/workshop-city-skyline/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-city-skyline/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a City Skyline block: workshop-city-skyline -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a City Skyline diff --git a/client/src/pages/learn/front-end-development/workshop-colored-markers/index.md b/client/src/pages/learn/full-stack-developer/workshop-colored-markers/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/workshop-colored-markers/index.md rename to client/src/pages/learn/full-stack-developer/workshop-colored-markers/index.md index 43e89be70f0..36e1766c9de 100644 --- a/client/src/pages/learn/front-end-development/workshop-colored-markers/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-colored-markers/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Set of Colored Markers block: workshop-colored-markers -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Set of Colored Markers diff --git a/client/src/pages/learn/front-end-development/workshop-final-exams-table/index.md b/client/src/pages/learn/full-stack-developer/workshop-final-exams-table/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/workshop-final-exams-table/index.md rename to client/src/pages/learn/full-stack-developer/workshop-final-exams-table/index.md index 189227acc62..3b0c9f9435f 100644 --- a/client/src/pages/learn/front-end-development/workshop-final-exams-table/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-final-exams-table/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Final Exams Table block: workshop-final-exams-table -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Final Exams Table diff --git a/client/src/pages/learn/front-end-development/workshop-flappy-penguin/index.md b/client/src/pages/learn/full-stack-developer/workshop-flappy-penguin/index.md similarity index 92% rename from client/src/pages/learn/front-end-development/workshop-flappy-penguin/index.md rename to client/src/pages/learn/full-stack-developer/workshop-flappy-penguin/index.md index e7e5b1b8da2..c9ae18f7503 100644 --- a/client/src/pages/learn/front-end-development/workshop-flappy-penguin/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-flappy-penguin/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Flappy Penguin block: workshop-flappy-penguin -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Penguin diff --git a/client/src/pages/learn/front-end-development/workshop-flexbox-photo-gallery/index.md b/client/src/pages/learn/full-stack-developer/workshop-flexbox-photo-gallery/index.md similarity index 90% rename from client/src/pages/learn/front-end-development/workshop-flexbox-photo-gallery/index.md rename to client/src/pages/learn/full-stack-developer/workshop-flexbox-photo-gallery/index.md index d222e30c85a..7dccf5db56a 100644 --- a/client/src/pages/learn/front-end-development/workshop-flexbox-photo-gallery/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-flexbox-photo-gallery/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build Flexbox a Photo Gallery block: workshop-flexbox-photo-gallery -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Flexbox Photo Gallery diff --git a/client/src/pages/learn/front-end-development/workshop-greeting-bot/index.md b/client/src/pages/learn/full-stack-developer/workshop-greeting-bot/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/workshop-greeting-bot/index.md rename to client/src/pages/learn/full-stack-developer/workshop-greeting-bot/index.md index b82b520e7c9..f29fcd91d52 100644 --- a/client/src/pages/learn/front-end-development/workshop-greeting-bot/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-greeting-bot/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Greeting Bot block: workshop-greeting-bot -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Greeting Bot diff --git a/client/src/pages/learn/front-end-development/workshop-hotel-feedback-form/index.md b/client/src/pages/learn/full-stack-developer/workshop-hotel-feedback-form/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/workshop-hotel-feedback-form/index.md rename to client/src/pages/learn/full-stack-developer/workshop-hotel-feedback-form/index.md index 38b489a2669..46db1a5b8c0 100644 --- a/client/src/pages/learn/front-end-development/workshop-hotel-feedback-form/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-hotel-feedback-form/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Hotel Feedback Form block: workshop-hotel-feedback-form -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Hotel Feedback Form diff --git a/client/src/pages/learn/front-end-development/workshop-kitty-ipsum-translator/index.md b/client/src/pages/learn/full-stack-developer/workshop-kitty-ipsum-translator/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/workshop-kitty-ipsum-translator/index.md rename to client/src/pages/learn/full-stack-developer/workshop-kitty-ipsum-translator/index.md index 18daf6cc711..e7cecd3889b 100644 --- a/client/src/pages/learn/front-end-development/workshop-kitty-ipsum-translator/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-kitty-ipsum-translator/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Kitty Ipsum Translator block: workshop-kitty-ipsum-translator -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Kitty Ipsum Translator diff --git a/client/src/pages/learn/front-end-development/workshop-loan-qualification-checker/index.md b/client/src/pages/learn/full-stack-developer/workshop-loan-qualification-checker/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/workshop-loan-qualification-checker/index.md rename to client/src/pages/learn/full-stack-developer/workshop-loan-qualification-checker/index.md index 0db389124f4..b077738fd85 100644 --- a/client/src/pages/learn/front-end-development/workshop-loan-qualification-checker/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-loan-qualification-checker/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Loan Qualification Checker block: workshop-loan-qualification-checker -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Loan Qualification Checker diff --git a/client/src/pages/learn/front-end-development/workshop-mario-database/index.md b/client/src/pages/learn/full-stack-developer/workshop-mario-database/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/workshop-mario-database/index.md rename to client/src/pages/learn/full-stack-developer/workshop-mario-database/index.md index fd5ba8471ea..2bbd12d2423 100644 --- a/client/src/pages/learn/front-end-development/workshop-mario-database/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-mario-database/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Mario Database block: workshop-mario-database -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Mario Database diff --git a/client/src/pages/learn/front-end-development/workshop-mathbot/index.md b/client/src/pages/learn/full-stack-developer/workshop-mathbot/index.md similarity index 83% rename from client/src/pages/learn/front-end-development/workshop-mathbot/index.md rename to client/src/pages/learn/full-stack-developer/workshop-mathbot/index.md index 02a4a0dbb96..0b9b7524378 100644 --- a/client/src/pages/learn/front-end-development/workshop-mathbot/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-mathbot/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Mathbot block: workshop-mathbot -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Mathbot diff --git a/client/src/pages/learn/front-end-development/workshop-node-and-express/index.md b/client/src/pages/learn/full-stack-developer/workshop-node-and-express/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/workshop-node-and-express/index.md rename to client/src/pages/learn/full-stack-developer/workshop-node-and-express/index.md index d444236bb63..d20ac05a9e6 100644 --- a/client/src/pages/learn/front-end-development/workshop-node-and-express/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-node-and-express/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Basic Node and Express block: workshop-node-and-express -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Basic Node and Express diff --git a/client/src/pages/learn/front-end-development/workshop-npm-packages/index.md b/client/src/pages/learn/full-stack-developer/workshop-npm-packages/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/workshop-npm-packages/index.md rename to client/src/pages/learn/full-stack-developer/workshop-npm-packages/index.md index 1391b805537..0fd032d775e 100644 --- a/client/src/pages/learn/front-end-development/workshop-npm-packages/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-npm-packages/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Managing Packages with npm block: workshop-npm-packages -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Managing Packages with npm diff --git a/client/src/pages/learn/front-end-development/workshop-nutritional-label/index.md b/client/src/pages/learn/full-stack-developer/workshop-nutritional-label/index.md similarity index 92% rename from client/src/pages/learn/front-end-development/workshop-nutritional-label/index.md rename to client/src/pages/learn/full-stack-developer/workshop-nutritional-label/index.md index 01f1b437551..56b9f77bfbf 100644 --- a/client/src/pages/learn/front-end-development/workshop-nutritional-label/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-nutritional-label/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Nutritional Label block: workshop-nutritional-label -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Nutritional Label diff --git a/client/src/pages/learn/front-end-development/workshop-piano/index.md b/client/src/pages/learn/full-stack-developer/workshop-piano/index.md similarity index 90% rename from client/src/pages/learn/front-end-development/workshop-piano/index.md rename to client/src/pages/learn/full-stack-developer/workshop-piano/index.md index f26de368763..44a18fe37f7 100644 --- a/client/src/pages/learn/front-end-development/workshop-piano/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-piano/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Design a Piano block: workshop-piano -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Design a Piano diff --git a/client/src/pages/learn/front-end-development/workshop-recipe-tracker/index.md b/client/src/pages/learn/full-stack-developer/workshop-recipe-tracker/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/workshop-recipe-tracker/index.md rename to client/src/pages/learn/full-stack-developer/workshop-recipe-tracker/index.md index 2a31ce28c72..e347b43a329 100644 --- a/client/src/pages/learn/front-end-development/workshop-recipe-tracker/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-recipe-tracker/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Recipe Tracker block: workshop-recipe-tracker -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Recipe Tracker diff --git a/client/src/pages/learn/front-end-development/workshop-registration-form/index.md b/client/src/pages/learn/full-stack-developer/workshop-registration-form/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/workshop-registration-form/index.md rename to client/src/pages/learn/full-stack-developer/workshop-registration-form/index.md index 2329e17d1c5..ef1cb96c54b 100644 --- a/client/src/pages/learn/front-end-development/workshop-registration-form/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-registration-form/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Design a Registration Form block: workshop-registration-form -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Design a Registration Form diff --git a/client/src/pages/learn/front-end-development/workshop-rothko-painting/index.md b/client/src/pages/learn/full-stack-developer/workshop-rothko-painting/index.md similarity index 91% rename from client/src/pages/learn/front-end-development/workshop-rothko-painting/index.md rename to client/src/pages/learn/full-stack-developer/workshop-rothko-painting/index.md index 67b46742d92..9602e9f8806 100644 --- a/client/src/pages/learn/front-end-development/workshop-rothko-painting/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-rothko-painting/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Design a Rothko Painting block: workshop-rothko-painting -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Design a Rothko Painting diff --git a/client/src/pages/learn/front-end-development/workshop-rps-game/index.md b/client/src/pages/learn/full-stack-developer/workshop-rps-game/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/workshop-rps-game/index.md rename to client/src/pages/learn/full-stack-developer/workshop-rps-game/index.md index a311dc1bf64..4972d67d675 100644 --- a/client/src/pages/learn/front-end-development/workshop-rps-game/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-rps-game/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Rock, Paper, Scissors Game block: workshop-rps-game -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Rock, Paper, Scissors Game diff --git a/client/src/pages/learn/front-end-development/workshop-sentence-analyzer/index.md b/client/src/pages/learn/full-stack-developer/workshop-sentence-analyzer/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/workshop-sentence-analyzer/index.md rename to client/src/pages/learn/full-stack-developer/workshop-sentence-analyzer/index.md index bc670ebc741..b1ba2260f31 100644 --- a/client/src/pages/learn/front-end-development/workshop-sentence-analyzer/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-sentence-analyzer/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Sentence Analyzer block: workshop-sentence-analyzer -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Sentence Analyzer diff --git a/client/src/pages/learn/front-end-development/workshop-shopping-list/index.md b/client/src/pages/learn/full-stack-developer/workshop-shopping-list/index.md similarity index 84% rename from client/src/pages/learn/front-end-development/workshop-shopping-list/index.md rename to client/src/pages/learn/full-stack-developer/workshop-shopping-list/index.md index 7e858b50b8d..ec6e19546a4 100644 --- a/client/src/pages/learn/front-end-development/workshop-shopping-list/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-shopping-list/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Shopping List block: workshop-shopping-list -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Shopping List diff --git a/client/src/pages/learn/front-end-development/workshop-sql-reference-object/index.md b/client/src/pages/learn/full-stack-developer/workshop-sql-reference-object/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/workshop-sql-reference-object/index.md rename to client/src/pages/learn/full-stack-developer/workshop-sql-reference-object/index.md index 116e803bb9d..eef44146db2 100644 --- a/client/src/pages/learn/front-end-development/workshop-sql-reference-object/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-sql-reference-object/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build an SQL Reference Object block: workshop-sql-reference-object -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build an SQL Reference Object diff --git a/client/src/pages/learn/front-end-development/workshop-sql-student-database-part-1/index.md b/client/src/pages/learn/full-stack-developer/workshop-sql-student-database-part-1/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/workshop-sql-student-database-part-1/index.md rename to client/src/pages/learn/full-stack-developer/workshop-sql-student-database-part-1/index.md index 14536d6f018..b84428c9214 100644 --- a/client/src/pages/learn/front-end-development/workshop-sql-student-database-part-1/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-sql-student-database-part-1/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Student Database Part 1 block: workshop-sql-student-database-part-1 -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Student Database: Part 1 diff --git a/client/src/pages/learn/front-end-development/workshop-sql-student-database-part-2/index.md b/client/src/pages/learn/full-stack-developer/workshop-sql-student-database-part-2/index.md similarity index 86% rename from client/src/pages/learn/front-end-development/workshop-sql-student-database-part-2/index.md rename to client/src/pages/learn/full-stack-developer/workshop-sql-student-database-part-2/index.md index 42083258ea2..87fc6433840 100644 --- a/client/src/pages/learn/front-end-development/workshop-sql-student-database-part-2/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-sql-student-database-part-2/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Student Database Part 2 block: workshop-sql-student-database-part-2 -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Student Database: Part 2 diff --git a/client/src/pages/learn/front-end-development/workshop-teacher-chatbot/index.md b/client/src/pages/learn/full-stack-developer/workshop-teacher-chatbot/index.md similarity index 85% rename from client/src/pages/learn/front-end-development/workshop-teacher-chatbot/index.md rename to client/src/pages/learn/full-stack-developer/workshop-teacher-chatbot/index.md index 33930c58b62..c27cc35d932 100644 --- a/client/src/pages/learn/front-end-development/workshop-teacher-chatbot/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-teacher-chatbot/index.md @@ -1,7 +1,7 @@ --- title: Introduction to the Build a Teacher Chatbot block: workshop-teacher-chatbot -superBlock: front-end-development +superBlock: full-stack-developer --- ## Introduction to the Build a Teacher Chatbot diff --git a/client/src/utils/superblock-map-titles.ts b/client/src/utils/superblock-map-titles.ts index 717501f807b..a5efa527d1b 100644 --- a/client/src/utils/superblock-map-titles.ts +++ b/client/src/utils/superblock-map-titles.ts @@ -15,7 +15,8 @@ const superBlocksWithoutLastWord = [ SuperBlocks.TheOdinProject, SuperBlocks.ProjectEuler, SuperBlocks.PythonForEverybody, - SuperBlocks.RosettaCode + SuperBlocks.RosettaCode, + SuperBlocks.FullStackDeveloper ]; export function getSuperBlockTitleForMap(superBlock: SuperBlocks): string { diff --git a/curriculum/challenges/_meta/exam-certified-full-stack-developer/meta.json b/curriculum/challenges/_meta/exam-certified-full-stack-developer/meta.json new file mode 100644 index 00000000000..399ca125e31 --- /dev/null +++ b/curriculum/challenges/_meta/exam-certified-full-stack-developer/meta.json @@ -0,0 +1,16 @@ +{ + "name": "Certified Full Stack Developer Exam", + "blockType": "exam", + "blockLayout": "link", + "isUpcomingChange": true, + "dashedName": "exam-certified-full-stack-developer", + "helpCategory": "HTML-CSS", + "order": 389, + "superBlock": "full-stack-developer", + "challengeOrder": [ + { + "id": "645147516c245de4d11eb7ba", + "title": "Certified Full Stack Developer Exam" + } + ] +} \ No newline at end of file diff --git a/curriculum/challenges/_meta/front-end-development-certification-exam/meta.json b/curriculum/challenges/_meta/front-end-development-certification-exam/meta.json index 8f3d1322678..732df27c851 100644 --- a/curriculum/challenges/_meta/front-end-development-certification-exam/meta.json +++ b/curriculum/challenges/_meta/front-end-development-certification-exam/meta.json @@ -6,7 +6,7 @@ "dashedName": "front-end-development-certification-exam", "helpCategory": "HTML-CSS", "order": 389, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "645147516c245de4d11eb7ba", diff --git a/curriculum/challenges/_meta/lab-availability-table/meta.json b/curriculum/challenges/_meta/lab-availability-table/meta.json index cfbd9a91c95..fb1a832feb0 100644 --- a/curriculum/challenges/_meta/lab-availability-table/meta.json +++ b/curriculum/challenges/_meta/lab-availability-table/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-availability-table", "order": 110, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66b36358ed4f261d64840c24", "title": "Build an Availability Table" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-book-catalog-table/meta.json b/curriculum/challenges/_meta/lab-book-catalog-table/meta.json index ff5e18bb2af..e5271ccb67f 100644 --- a/curriculum/challenges/_meta/lab-book-catalog-table/meta.json +++ b/curriculum/challenges/_meta/lab-book-catalog-table/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-book-catalog-table", "order": 21, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ec4c8e9878d8441956516f", "title": "Build a Book Catalog Table" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-book-inventory-app/meta.json b/curriculum/challenges/_meta/lab-book-inventory-app/meta.json index 21b9657163c..fcb2b29b41a 100644 --- a/curriculum/challenges/_meta/lab-book-inventory-app/meta.json +++ b/curriculum/challenges/_meta/lab-book-inventory-app/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-book-inventory-app", "order": 95, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66a207974c806a19d6607073", "title": "Build a Book Inventory App" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-bookmark-manager-app/meta.json b/curriculum/challenges/_meta/lab-bookmark-manager-app/meta.json index cf728230760..e1743eeb58c 100644 --- a/curriculum/challenges/_meta/lab-bookmark-manager-app/meta.json +++ b/curriculum/challenges/_meta/lab-bookmark-manager-app/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-bookmark-manager-app", "order": 229, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66def5467aee701733aaf8cc", "title": "Build a Bookmark Manager App" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-business-card/meta.json b/curriculum/challenges/_meta/lab-business-card/meta.json index f9fbb173bb3..86896a7974f 100644 --- a/curriculum/challenges/_meta/lab-business-card/meta.json +++ b/curriculum/challenges/_meta/lab-business-card/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-business-card", "order": 38, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "6690e10ebe2181212abc9652", "title": "Design a Business Card" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-cash-register/meta.json b/curriculum/challenges/_meta/lab-cash-register/meta.json index c7fff78f8c5..647a97179b3 100644 --- a/curriculum/challenges/_meta/lab-cash-register/meta.json +++ b/curriculum/challenges/_meta/lab-cash-register/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-cash-register", "order": 247, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "aa2e6f85cab2ab736c9a9b24", "title": "Build a Cash Register" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-celestial-bodies-database/meta.json b/curriculum/challenges/_meta/lab-celestial-bodies-database/meta.json index 61bc586c4a0..8f443dcefc5 100644 --- a/curriculum/challenges/_meta/lab-celestial-bodies-database/meta.json +++ b/curriculum/challenges/_meta/lab-celestial-bodies-database/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "lab-celestial-bodies-database", "order": 337, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "5f1a4ef5d5d6b5ab580fc6ae", "title": "Build a Celestial Bodies Database" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/lab-checkout-page/meta.json b/curriculum/challenges/_meta/lab-checkout-page/meta.json index 048b6eefea9..7c5d760c9f6 100644 --- a/curriculum/challenges/_meta/lab-checkout-page/meta.json +++ b/curriculum/challenges/_meta/lab-checkout-page/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-checkout-page", "order": 26, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66da326c02141df538f29ba5", "title": "Build a Checkout Page" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-confidential-email-page/meta.json b/curriculum/challenges/_meta/lab-confidential-email-page/meta.json index 6f100f7a09e..a39e76371a7 100644 --- a/curriculum/challenges/_meta/lab-confidential-email-page/meta.json +++ b/curriculum/challenges/_meta/lab-confidential-email-page/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-confidential-email-page", "order": 75, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66bba6fff611169359d9d36a", diff --git a/curriculum/challenges/_meta/lab-contact-form/meta.json b/curriculum/challenges/_meta/lab-contact-form/meta.json index 55939f69bba..c632e072630 100644 --- a/curriculum/challenges/_meta/lab-contact-form/meta.json +++ b/curriculum/challenges/_meta/lab-contact-form/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-contact-form", "order": 70, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66f26c32ec6f90df01a44f60", "title": "Design a Contact Form" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-date-conversion/meta.json b/curriculum/challenges/_meta/lab-date-conversion/meta.json index 9344d8994fb..19dcf2f6cf5 100644 --- a/curriculum/challenges/_meta/lab-date-conversion/meta.json +++ b/curriculum/challenges/_meta/lab-date-conversion/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-date-conversion", "order": 219, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66f686b8ebdb982fa8e14330", "title": "Build a Date Conversion Program" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-depth-first-search/meta.json b/curriculum/challenges/_meta/lab-depth-first-search/meta.json index babfdf30c05..8c0f48d1aa3 100644 --- a/curriculum/challenges/_meta/lab-depth-first-search/meta.json +++ b/curriculum/challenges/_meta/lab-depth-first-search/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-depth-first-search", "order": 269, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "587d825d367417b2b2512c96", "title": "Implement the Depth-First Search Algorithm" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-email-masker/meta.json b/curriculum/challenges/_meta/lab-email-masker/meta.json index fba5205ff1b..196172f5247 100644 --- a/curriculum/challenges/_meta/lab-email-masker/meta.json +++ b/curriculum/challenges/_meta/lab-email-masker/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-email-masker", "order": 153, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66b205e6eacba4c4e54ea434", "title": "Build an Email Masker" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-event-flyer-page/meta.json b/curriculum/challenges/_meta/lab-event-flyer-page/meta.json index 3e9226bf67f..41f79c6eb58 100644 --- a/curriculum/challenges/_meta/lab-event-flyer-page/meta.json +++ b/curriculum/challenges/_meta/lab-event-flyer-page/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-event-flyer-page", "order": 55, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66e45c8140f9fda5c105ae26", "title": "Build an Event Flyer Page" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-event-hub/meta.json b/curriculum/challenges/_meta/lab-event-hub/meta.json index 2224da0c29f..f7bbaa817a9 100644 --- a/curriculum/challenges/_meta/lab-event-hub/meta.json +++ b/curriculum/challenges/_meta/lab-event-hub/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-event-hub", "order": 13, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ebd4ae2812430bb883c787", "title": "Build an Event Hub" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-exercise-tracker/meta.json b/curriculum/challenges/_meta/lab-exercise-tracker/meta.json index ccad6bd9f3f..66461ee16ec 100644 --- a/curriculum/challenges/_meta/lab-exercise-tracker/meta.json +++ b/curriculum/challenges/_meta/lab-exercise-tracker/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "lab-exercise-tracker", "order": 375, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "5a8b073d06fa14fcfde687aa", "title": "Build an Exercise Tracker" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/lab-factorial-calculator/meta.json b/curriculum/challenges/_meta/lab-factorial-calculator/meta.json index 0802a38bef9..b6542746212 100644 --- a/curriculum/challenges/_meta/lab-factorial-calculator/meta.json +++ b/curriculum/challenges/_meta/lab-factorial-calculator/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-factorial-calculator", "order": 167, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66c07238b01053abaf812065", "title": "Build a Factorial Calculator" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-favorite-icon-toggler/meta.json b/curriculum/challenges/_meta/lab-favorite-icon-toggler/meta.json index 428680020b6..7cbf6b98dac 100644 --- a/curriculum/challenges/_meta/lab-favorite-icon-toggler/meta.json +++ b/curriculum/challenges/_meta/lab-favorite-icon-toggler/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-favorite-icon-toggler", "order": 190, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66bf6bacf178eac7b96d4f5e", "title": "Build a Favorite Icon Toggler" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-file-metadata-microservice/meta.json b/curriculum/challenges/_meta/lab-file-metadata-microservice/meta.json index 36d9f7a9e82..a515dda9b3d 100644 --- a/curriculum/challenges/_meta/lab-file-metadata-microservice/meta.json +++ b/curriculum/challenges/_meta/lab-file-metadata-microservice/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "lab-file-metadata-microservice", "order": 376, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "bd7158d8c443edefaeb5bd0f", "title": "Build a File Metadata Microservice" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/lab-football-team-cards/meta.json b/curriculum/challenges/_meta/lab-football-team-cards/meta.json index 32eba2a2ecb..8b1bc5dde80 100644 --- a/curriculum/challenges/_meta/lab-football-team-cards/meta.json +++ b/curriculum/challenges/_meta/lab-football-team-cards/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-football-team-cards", "order": 200, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66e7ee20b79186306fc12da5", "title": "Build a Set of Football Team Cards" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-fortune-teller/meta.json b/curriculum/challenges/_meta/lab-fortune-teller/meta.json index fe1c1768585..1b4c5d4d960 100644 --- a/curriculum/challenges/_meta/lab-fortune-teller/meta.json +++ b/curriculum/challenges/_meta/lab-fortune-teller/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-fortune-teller", "order": 143, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66c06d618d075c7f7f1b890a", "title": "Build a Fortune Teller" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-gradebook-app/meta.json b/curriculum/challenges/_meta/lab-gradebook-app/meta.json index 4871bcdebd0..537d2eba78f 100644 --- a/curriculum/challenges/_meta/lab-gradebook-app/meta.json +++ b/curriculum/challenges/_meta/lab-gradebook-app/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-gradebook-app", "order": 178, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66bb6a9c2dd58b73cd759034", "title": "Build a Gradebook App" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-hash-table-class/meta.json b/curriculum/challenges/_meta/lab-hash-table-class/meta.json index ffeec1f507d..7a776dc68f5 100644 --- a/curriculum/challenges/_meta/lab-hash-table-class/meta.json +++ b/curriculum/challenges/_meta/lab-hash-table-class/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-hash-table-class", "order": 265, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66f1805aac05f00a7028fbcc", "title": "Build a Hash Table Class" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-house-painting/meta.json b/curriculum/challenges/_meta/lab-house-painting/meta.json index 42ae6b82154..43c7a56cebc 100644 --- a/curriculum/challenges/_meta/lab-house-painting/meta.json +++ b/curriculum/challenges/_meta/lab-house-painting/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-house-painting", "order": 100, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66d6a7a3e1aa411e94bf2346", "title": "Build a House Painting" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-inventory-management-program/meta.json b/curriculum/challenges/_meta/lab-inventory-management-program/meta.json index 4ec9738437e..6bad7656295 100644 --- a/curriculum/challenges/_meta/lab-inventory-management-program/meta.json +++ b/curriculum/challenges/_meta/lab-inventory-management-program/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-inventory-management-program", "order": 178, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66d75dd0aa65a71600dc669b", "title": "Build an Inventory Management Program" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-javascript-trivia-bot/meta.json b/curriculum/challenges/_meta/lab-javascript-trivia-bot/meta.json index f80c7280e32..deec89fef6b 100644 --- a/curriculum/challenges/_meta/lab-javascript-trivia-bot/meta.json +++ b/curriculum/challenges/_meta/lab-javascript-trivia-bot/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-javascript-trivia-bot", "order": 132, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed41f912d0bb1dc62da5dd", "title": "Build a JavaScript Trivia Bot" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-job-application-form/meta.json b/curriculum/challenges/_meta/lab-job-application-form/meta.json index 98b2fa118ba..2dac819b435 100644 --- a/curriculum/challenges/_meta/lab-job-application-form/meta.json +++ b/curriculum/challenges/_meta/lab-job-application-form/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-job-application-form", "order": 60, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66faac4139dbbd5dd632c860", "title": "Build a Job Application Form" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-leap-year-calculator/meta.json b/curriculum/challenges/_meta/lab-leap-year-calculator/meta.json index c6bc99b0c5e..5792bfa4304 100644 --- a/curriculum/challenges/_meta/lab-leap-year-calculator/meta.json +++ b/curriculum/challenges/_meta/lab-leap-year-calculator/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-leap-year-calculator", "order": 155, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66c06fad3475cd92421b9ac2", "title": "Build a Leap Year Calculator" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-lightbox-viewer/meta.json b/curriculum/challenges/_meta/lab-lightbox-viewer/meta.json index 7dedada3978..f009137e63a 100644 --- a/curriculum/challenges/_meta/lab-lightbox-viewer/meta.json +++ b/curriculum/challenges/_meta/lab-lightbox-viewer/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-lightbox-viewer", "order": 197, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66db57ad34c7089b9b41bfd6", "title": "Build a Lightbox Viewer" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-linked-list-class/meta.json b/curriculum/challenges/_meta/lab-linked-list-class/meta.json index cd366b30680..a1d4092abde 100644 --- a/curriculum/challenges/_meta/lab-linked-list-class/meta.json +++ b/curriculum/challenges/_meta/lab-linked-list-class/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-linked-list-class", "order": 264, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66dadcf18df3a76104054d95", "title": "Build a Linked List Class" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-lunch-picker-program/meta.json b/curriculum/challenges/_meta/lab-lunch-picker-program/meta.json index bb5083acc41..7a4238da6c1 100644 --- a/curriculum/challenges/_meta/lab-lunch-picker-program/meta.json +++ b/curriculum/challenges/_meta/lab-lunch-picker-program/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-lunch-picker-program", "order": 160, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66db529d37ad966480ebb633", "title": "Build a Lunch Picker Program" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-moon-orbit/meta.json b/curriculum/challenges/_meta/lab-moon-orbit/meta.json index bbf112952de..26e2d743ee5 100644 --- a/curriculum/challenges/_meta/lab-moon-orbit/meta.json +++ b/curriculum/challenges/_meta/lab-moon-orbit/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": false, "dashedName": "lab-moon-orbit", "order": 122, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66a37f37ef5823a313de8c26", "title": "Build a Moon Orbit" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-newspaper-article/meta.json b/curriculum/challenges/_meta/lab-newspaper-article/meta.json index ba5f7d6f795..7ac5083c3d6 100644 --- a/curriculum/challenges/_meta/lab-newspaper-article/meta.json +++ b/curriculum/challenges/_meta/lab-newspaper-article/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-newspaper-article", "order": 85, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66ba762af611169359d9d369", diff --git a/curriculum/challenges/_meta/lab-nth-fibonacci-number-generator/meta.json b/curriculum/challenges/_meta/lab-nth-fibonacci-number-generator/meta.json index dde5c05e110..beda88d75bf 100644 --- a/curriculum/challenges/_meta/lab-nth-fibonacci-number-generator/meta.json +++ b/curriculum/challenges/_meta/lab-nth-fibonacci-number-generator/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-nth-fibonacci-number-generator", "order": 273, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66d9af3897e7d75a895b72c2", "title": "Build the nth Fibonacci number generator" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-number-guessing-game/meta.json b/curriculum/challenges/_meta/lab-number-guessing-game/meta.json index b051a9613d3..0a26b67506d 100644 --- a/curriculum/challenges/_meta/lab-number-guessing-game/meta.json +++ b/curriculum/challenges/_meta/lab-number-guessing-game/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "lab-number-guessing-game", "order": 360, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "602da04c22201c65d2a019f4", "title": "Build a Number Guessing Game" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/lab-page-of-playing-cards/meta.json b/curriculum/challenges/_meta/lab-page-of-playing-cards/meta.json index d26b082a0c3..c133f41d459 100644 --- a/curriculum/challenges/_meta/lab-page-of-playing-cards/meta.json +++ b/curriculum/challenges/_meta/lab-page-of-playing-cards/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-page-of-playing-cards", "order": 80, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66be24cb4144f955b6bcc550", diff --git a/curriculum/challenges/_meta/lab-palindrome-checker/meta.json b/curriculum/challenges/_meta/lab-palindrome-checker/meta.json index 64d6eb03670..622a75e0971 100644 --- a/curriculum/challenges/_meta/lab-palindrome-checker/meta.json +++ b/curriculum/challenges/_meta/lab-palindrome-checker/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-palindrome-checker", "order": 199, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "657bdc55a322aae1eac3838f", "title": "Build a Palindrome Checker" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-periodic-table-database/meta.json b/curriculum/challenges/_meta/lab-periodic-table-database/meta.json index b0ccca3fb52..c8f34579ddb 100644 --- a/curriculum/challenges/_meta/lab-periodic-table-database/meta.json +++ b/curriculum/challenges/_meta/lab-periodic-table-database/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "lab-periodic-table-database", "order": 359, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "602d9ff222201c65d2a019f2", "title": "Build a Periodic Table Database" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/lab-personal-portfolio/meta.json b/curriculum/challenges/_meta/lab-personal-portfolio/meta.json index 5dda877cdc9..366e85f938a 100644 --- a/curriculum/challenges/_meta/lab-personal-portfolio/meta.json +++ b/curriculum/challenges/_meta/lab-personal-portfolio/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-personal-portfolio", "order": 124, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "bd7158d8c242eddfaeb5bd13", "title": "Build a Personal Portfolio" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-pokemon-search-app/meta.json b/curriculum/challenges/_meta/lab-pokemon-search-app/meta.json index dbf70fe7301..4e70f1e2c2f 100644 --- a/curriculum/challenges/_meta/lab-pokemon-search-app/meta.json +++ b/curriculum/challenges/_meta/lab-pokemon-search-app/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-pokemon-search-app", "order": 280, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "6555c1d3e11a1574434cf8b5", "title": "Build a Pokémon Search App" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-product-landing-page/meta.json b/curriculum/challenges/_meta/lab-product-landing-page/meta.json index a508811c905..1024088fa51 100644 --- a/curriculum/challenges/_meta/lab-product-landing-page/meta.json +++ b/curriculum/challenges/_meta/lab-product-landing-page/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-product-landing-page", "order": 117, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "587d78af367417b2b2512b04", "title": "Build a Product Landing Page" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-pyramid-generator/meta.json b/curriculum/challenges/_meta/lab-pyramid-generator/meta.json index f802719aa59..dbb1cb5a063 100644 --- a/curriculum/challenges/_meta/lab-pyramid-generator/meta.json +++ b/curriculum/challenges/_meta/lab-pyramid-generator/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-pyramid-generator", "order": 175, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66f2836c459cfb16ae76f24f", "title": "Build a Pyramid Generator" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-quicksort-algorithm/meta.json b/curriculum/challenges/_meta/lab-quicksort-algorithm/meta.json index a0b055baa9a..04974a143fc 100644 --- a/curriculum/challenges/_meta/lab-quicksort-algorithm/meta.json +++ b/curriculum/challenges/_meta/lab-quicksort-algorithm/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-quicksort-algorithm", "order": 239, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "587d825a367417b2b2512c89", "title": "Build the Quicksort Algorithm" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-quiz-game/meta.json b/curriculum/challenges/_meta/lab-quiz-game/meta.json index 4128ab820ed..4a4c4c64ecb 100644 --- a/curriculum/challenges/_meta/lab-quiz-game/meta.json +++ b/curriculum/challenges/_meta/lab-quiz-game/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-quiz-game", "order": 166, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66f17db06803d11a1bd19a20", "title": "Build a Quiz Game" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-random-background-color-changer/meta.json b/curriculum/challenges/_meta/lab-random-background-color-changer/meta.json index 0aa2829428b..a0decec7d45 100644 --- a/curriculum/challenges/_meta/lab-random-background-color-changer/meta.json +++ b/curriculum/challenges/_meta/lab-random-background-color-changer/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-random-background-color-changer", "order": 204, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66b62d0ad68488dd76228d6c", "title": "Debug a Random Background Color Changer" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-real-time-counter/meta.json b/curriculum/challenges/_meta/lab-real-time-counter/meta.json index b33b26f33db..a7625395a62 100644 --- a/curriculum/challenges/_meta/lab-real-time-counter/meta.json +++ b/curriculum/challenges/_meta/lab-real-time-counter/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-real-time-counter", "order": 195, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66bb3e20d3dc5b6d0a21f5dd", "title": "Build a Real Time Counter" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-recipe-page/meta.json b/curriculum/challenges/_meta/lab-recipe-page/meta.json index f21c57e3557..43215aa3d6f 100644 --- a/curriculum/challenges/_meta/lab-recipe-page/meta.json +++ b/curriculum/challenges/_meta/lab-recipe-page/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-recipe-page", "order": 3, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "668f08ea07b99b1f4a91acab", diff --git a/curriculum/challenges/_meta/lab-regex-sandbox/meta.json b/curriculum/challenges/_meta/lab-regex-sandbox/meta.json index 987d762939a..40647ffec76 100644 --- a/curriculum/challenges/_meta/lab-regex-sandbox/meta.json +++ b/curriculum/challenges/_meta/lab-regex-sandbox/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-regex-sandbox", "order": 210, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66e028680eca7d21db7e1aee", "title": "Build a RegEx Sandbox" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-request-header-parser-microservice/meta.json b/curriculum/challenges/_meta/lab-request-header-parser-microservice/meta.json index e873095ffd0..58c088537dc 100644 --- a/curriculum/challenges/_meta/lab-request-header-parser-microservice/meta.json +++ b/curriculum/challenges/_meta/lab-request-header-parser-microservice/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "lab-request-header-parser-microservice", "order": 373, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "bd7158d8c443edefaeb5bdff", "title": "Build a Request Header Parser Microservice" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/lab-roman-numeral-converter/meta.json b/curriculum/challenges/_meta/lab-roman-numeral-converter/meta.json index b21154e617a..ee9c6c1bd13 100644 --- a/curriculum/challenges/_meta/lab-roman-numeral-converter/meta.json +++ b/curriculum/challenges/_meta/lab-roman-numeral-converter/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-roman-numeral-converter", "order": 244, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "657bdc8ba322aae1eac38390", "title": "Build a Roman Numeral Converter" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-salon-appointment-scheduler/meta.json b/curriculum/challenges/_meta/lab-salon-appointment-scheduler/meta.json index 3b6cc5a627b..424d55eafb9 100644 --- a/curriculum/challenges/_meta/lab-salon-appointment-scheduler/meta.json +++ b/curriculum/challenges/_meta/lab-salon-appointment-scheduler/meta.json @@ -6,7 +6,7 @@ "dashedName": "lab-salon-appointment-scheduler", "order": 350, "helpCategory": "Backend Development", - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "5f87ac112ae598023a42df1a", diff --git a/curriculum/challenges/_meta/lab-sentence-maker/meta.json b/curriculum/challenges/_meta/lab-sentence-maker/meta.json index 1a4d1b651ea..0672f66a6a4 100644 --- a/curriculum/challenges/_meta/lab-sentence-maker/meta.json +++ b/curriculum/challenges/_meta/lab-sentence-maker/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-sentence-maker", "order": 154, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66c057041df6394ca796bf33", "title": "Build a Sentence Maker" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-stack-class/meta.json b/curriculum/challenges/_meta/lab-stack-class/meta.json index 99f416a6376..3f16ea4b8ee 100644 --- a/curriculum/challenges/_meta/lab-stack-class/meta.json +++ b/curriculum/challenges/_meta/lab-stack-class/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-stack-class", "order": 263, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "587d8250367417b2b2512c5f", "title": "Build a Stack Class" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-stylized-to-do-list/meta.json b/curriculum/challenges/_meta/lab-stylized-to-do-list/meta.json index d9d97f546b1..768d06e232b 100644 --- a/curriculum/challenges/_meta/lab-stylized-to-do-list/meta.json +++ b/curriculum/challenges/_meta/lab-stylized-to-do-list/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-stylized-to-do-list", "order": 43, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66c051d13a6a20255a963695", "title": "Build a Stylized To-Do List" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-survey-form/meta.json b/curriculum/challenges/_meta/lab-survey-form/meta.json index cb92b843294..8b810c6bc13 100644 --- a/curriculum/challenges/_meta/lab-survey-form/meta.json +++ b/curriculum/challenges/_meta/lab-survey-form/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-survey-form", "order": 18, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "587d78af367417b2b2512b03", "title": "Build a Survey Form" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/lab-technical-documentation-page/meta.json b/curriculum/challenges/_meta/lab-technical-documentation-page/meta.json index 934e9050f81..e5774d63252 100644 --- a/curriculum/challenges/_meta/lab-technical-documentation-page/meta.json +++ b/curriculum/challenges/_meta/lab-technical-documentation-page/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-technical-documentation-page", "order": 105, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "587d78b0367417b2b2512b05", diff --git a/curriculum/challenges/_meta/lab-telephone-number-validator/meta.json b/curriculum/challenges/_meta/lab-telephone-number-validator/meta.json index 077f6e46db5..9b3a66ef743 100644 --- a/curriculum/challenges/_meta/lab-telephone-number-validator/meta.json +++ b/curriculum/challenges/_meta/lab-telephone-number-validator/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-telephone-number-validator", "order": 246, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "657bdcb9a322aae1eac38391", "title": "Build a Telephone Number Validator" }], "helpCategory": "JavaScript" } diff --git a/curriculum/challenges/_meta/lab-timestamp-microservice/meta.json b/curriculum/challenges/_meta/lab-timestamp-microservice/meta.json index 25afa4cbbb1..a1778fc033a 100644 --- a/curriculum/challenges/_meta/lab-timestamp-microservice/meta.json +++ b/curriculum/challenges/_meta/lab-timestamp-microservice/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "lab-timestamp-microservice", "order": 372, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "bd7158d8c443edefaeb5bdef", "title": "Build a Timestamp Microservice" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/lab-travel-agency-page/meta.json b/curriculum/challenges/_meta/lab-travel-agency-page/meta.json index 019d6728dc5..7c7c93a2cc9 100644 --- a/curriculum/challenges/_meta/lab-travel-agency-page/meta.json +++ b/curriculum/challenges/_meta/lab-travel-agency-page/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-travel-agency-page", "order": 5, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "669e2f60e83c011754f711f9", diff --git a/curriculum/challenges/_meta/lab-tribute-page/meta.json b/curriculum/challenges/_meta/lab-tribute-page/meta.json index b33f2d6ed95..4b9db6a17bc 100644 --- a/curriculum/challenges/_meta/lab-tribute-page/meta.json +++ b/curriculum/challenges/_meta/lab-tribute-page/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-tribute-page", "order": 90, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "bd7158d8c442eddfaeb5bd18", diff --git a/curriculum/challenges/_meta/lab-url-shortener-microservice/meta.json b/curriculum/challenges/_meta/lab-url-shortener-microservice/meta.json index f8d01ca3e22..b95d29614dd 100644 --- a/curriculum/challenges/_meta/lab-url-shortener-microservice/meta.json +++ b/curriculum/challenges/_meta/lab-url-shortener-microservice/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "lab-url-shortener-microservice", "order": 374, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "bd7158d8c443edefaeb5bd0e", "title": "Build a URL Shortener Microservice" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/lab-video-compilation-page/meta.json b/curriculum/challenges/_meta/lab-video-compilation-page/meta.json index 2f5502be65b..a6af292b03a 100644 --- a/curriculum/challenges/_meta/lab-video-compilation-page/meta.json +++ b/curriculum/challenges/_meta/lab-video-compilation-page/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "lab-video-compilation-page", "order": 7, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "669e81368e52b3a5c35a2dc5", diff --git a/curriculum/challenges/_meta/lab-world-cup-database/meta.json b/curriculum/challenges/_meta/lab-world-cup-database/meta.json index 735462b0721..d4eac9e2e7a 100644 --- a/curriculum/challenges/_meta/lab-world-cup-database/meta.json +++ b/curriculum/challenges/_meta/lab-world-cup-database/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "lab-world-cup-database", "order": 347, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "5f9771307d4d22b9d2b75a94", "title": "Build a World Cup Database" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/lecture-html-fundamentals/meta.json b/curriculum/challenges/_meta/lecture-html-fundamentals/meta.json index c769798c227..552b7c7fc14 100644 --- a/curriculum/challenges/_meta/lecture-html-fundamentals/meta.json +++ b/curriculum/challenges/_meta/lecture-html-fundamentals/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "lecture-html-fundamentals", "order": 4, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "helpCategory": "HTML-CSS", "challengeOrder": [ { diff --git a/curriculum/challenges/_meta/lecture-what-is-html/meta.json b/curriculum/challenges/_meta/lecture-what-is-html/meta.json index 6538c993f15..3333211a136 100644 --- a/curriculum/challenges/_meta/lecture-what-is-html/meta.json +++ b/curriculum/challenges/_meta/lecture-what-is-html/meta.json @@ -3,7 +3,7 @@ "isUpcomingChange": true, "dashedName": "lecture-what-is-html", "order": 1, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66f6db08d55022680a3cfbc9", "title": "What Is HTML, and What Role Does It Play on the Web?" }], "helpCategory": "HTML-CSS", "blockType": "lecture", diff --git a/curriculum/challenges/_meta/lecture-working-with-links/meta.json b/curriculum/challenges/_meta/lecture-working-with-links/meta.json index d2ed09d85c1..b9bb1d7d3ae 100644 --- a/curriculum/challenges/_meta/lecture-working-with-links/meta.json +++ b/curriculum/challenges/_meta/lecture-working-with-links/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "lecture-working-with-links", "order": 8, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "6716744f7245947a3dd60009", diff --git a/curriculum/challenges/_meta/lecture-working-with-media/meta.json b/curriculum/challenges/_meta/lecture-working-with-media/meta.json index 0c13933eb11..f4ad7e6eb86 100644 --- a/curriculum/challenges/_meta/lecture-working-with-media/meta.json +++ b/curriculum/challenges/_meta/lecture-working-with-media/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "lecture-working-with-media", "order": 6, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "6716743531fc9a797351c21e", diff --git a/curriculum/challenges/_meta/quiz-advanced-react/meta.json b/curriculum/challenges/_meta/quiz-advanced-react/meta.json index 61b4ad56b6b..55599fd0411 100644 --- a/curriculum/challenges/_meta/quiz-advanced-react/meta.json +++ b/curriculum/challenges/_meta/quiz-advanced-react/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-advanced-react", "order": 314, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1ad049d7a6ac0886cc2ba", "title": "Advanced React Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-asynchronous-javascript/meta.json b/curriculum/challenges/_meta/quiz-asynchronous-javascript/meta.json index 4965106fb81..c11b4c56133 100644 --- a/curriculum/challenges/_meta/quiz-asynchronous-javascript/meta.json +++ b/curriculum/challenges/_meta/quiz-asynchronous-javascript/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-asynchronous-javascript", "order": 282, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd630f7666cfa54b404d0", diff --git a/curriculum/challenges/_meta/quiz-backend-javascript/meta.json b/curriculum/challenges/_meta/quiz-backend-javascript/meta.json index c2b0221b958..fd6fa681b2f 100644 --- a/curriculum/challenges/_meta/quiz-backend-javascript/meta.json +++ b/curriculum/challenges/_meta/quiz-backend-javascript/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-backend-javascript", "order": 378, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1b11026394bcdb7c42473", "title": "Backend JavaScript Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-bash-and-sql/meta.json b/curriculum/challenges/_meta/quiz-bash-and-sql/meta.json index e7011921a9d..e3a84040e02 100644 --- a/curriculum/challenges/_meta/quiz-bash-and-sql/meta.json +++ b/curriculum/challenges/_meta/quiz-bash-and-sql/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-bash-and-sql", "order": 352, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1affc0ef4fcca423d4688", "title": "Bash and SQL Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-bash-commands/meta.json b/curriculum/challenges/_meta/quiz-bash-commands/meta.json index f76786da63b..5c356794347 100644 --- a/curriculum/challenges/_meta/quiz-bash-commands/meta.json +++ b/curriculum/challenges/_meta/quiz-bash-commands/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-bash-commands", "order": 334, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1af4fedf643c78d024c5e", "title": "Bash Commands Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-bash-scripting/meta.json b/curriculum/challenges/_meta/quiz-bash-scripting/meta.json index 04ce64833b9..4a56d126714 100644 --- a/curriculum/challenges/_meta/quiz-bash-scripting/meta.json +++ b/curriculum/challenges/_meta/quiz-bash-scripting/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-bash-scripting", "order": 343, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1afbd9998e9c985d8e73b", "title": "Bash Scripting Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-basic-css/meta.json b/curriculum/challenges/_meta/quiz-basic-css/meta.json index 20baf019593..03155027b44 100644 --- a/curriculum/challenges/_meta/quiz-basic-css/meta.json +++ b/curriculum/challenges/_meta/quiz-basic-css/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-basic-css", "order": 41, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed8fa2f45ce3ece4053eab", "title": "Basic CSS Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-basic-html/meta.json b/curriculum/challenges/_meta/quiz-basic-html/meta.json index 9d0d480415b..a6b893705c5 100644 --- a/curriculum/challenges/_meta/quiz-basic-html/meta.json +++ b/curriculum/challenges/_meta/quiz-basic-html/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-basic-html", "order": 10, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66df3b712c41c499e9d31e5b", "title": "Basic HTML Quiz" }], "helpCategory": "HTML-CSS" } diff --git a/curriculum/challenges/_meta/quiz-computer-basics/meta.json b/curriculum/challenges/_meta/quiz-computer-basics/meta.json index c1bdf495e93..212c4651e86 100644 --- a/curriculum/challenges/_meta/quiz-computer-basics/meta.json +++ b/curriculum/challenges/_meta/quiz-computer-basics/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-computer-basics", "order": 35, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed8fb9f45ce3ece4053eac", "title": "Computer Basics Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-css-accessibility/meta.json b/curriculum/challenges/_meta/quiz-css-accessibility/meta.json index 754c8656d7c..c0e10754aad 100644 --- a/curriculum/challenges/_meta/quiz-css-accessibility/meta.json +++ b/curriculum/challenges/_meta/quiz-css-accessibility/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-css-accessibility", "order": 92, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed8fc1f45ce3ece4053ead", "title": "CSS Accessibility Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-css-animations/meta.json b/curriculum/challenges/_meta/quiz-css-animations/meta.json index 71a0281fc91..9f58ec6acb7 100644 --- a/curriculum/challenges/_meta/quiz-css-animations/meta.json +++ b/curriculum/challenges/_meta/quiz-css-animations/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-css-animations", "order": 126, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed8fc9f45ce3ece4053eae", "title": "CSS Animations Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-css-attribute-selectors/meta.json b/curriculum/challenges/_meta/quiz-css-attribute-selectors/meta.json index 207a4654ca2..181157e988c 100644 --- a/curriculum/challenges/_meta/quiz-css-attribute-selectors/meta.json +++ b/curriculum/challenges/_meta/quiz-css-attribute-selectors/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-css-attribute-selectors", "order": 97, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed8fd0f45ce3ece4053eaf", "title": "CSS Attribute Selectors Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-css-backgrounds-and-borders/meta.json b/curriculum/challenges/_meta/quiz-css-backgrounds-and-borders/meta.json index 094ee50ffc3..d39991957f7 100644 --- a/curriculum/challenges/_meta/quiz-css-backgrounds-and-borders/meta.json +++ b/curriculum/challenges/_meta/quiz-css-backgrounds-and-borders/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-css-backgrounds-and-borders", "order": 47, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed8fd7f45ce3ece4053eb0", "title": "CSS Backgrounds and Borders Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-css-colors/meta.json b/curriculum/challenges/_meta/quiz-css-colors/meta.json index 4314ec2c725..afa1a5dba6f 100644 --- a/curriculum/challenges/_meta/quiz-css-colors/meta.json +++ b/curriculum/challenges/_meta/quiz-css-colors/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-css-colors", "order": 67, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed8fe1f45ce3ece4053eb1", "title": "CSS Colors Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-css-flexbox/meta.json b/curriculum/challenges/_meta/quiz-css-flexbox/meta.json index 711e9707e87..06bfdb7be83 100644 --- a/curriculum/challenges/_meta/quiz-css-flexbox/meta.json +++ b/curriculum/challenges/_meta/quiz-css-flexbox/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-css-flexbox", "order": 82, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed8fe7f45ce3ece4053eb2", "title": "CSS Flexbox Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-css-grid/meta.json b/curriculum/challenges/_meta/quiz-css-grid/meta.json index 8b60081ba1d..2645629ca95 100644 --- a/curriculum/challenges/_meta/quiz-css-grid/meta.json +++ b/curriculum/challenges/_meta/quiz-css-grid/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-css-grid", "order": 119, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed8fedf45ce3ece4053eb3", "title": "CSS Grid Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-css-layout-and-effects/meta.json b/curriculum/challenges/_meta/quiz-css-layout-and-effects/meta.json index 4d19b5fb972..88882c59d77 100644 --- a/curriculum/challenges/_meta/quiz-css-layout-and-effects/meta.json +++ b/curriculum/challenges/_meta/quiz-css-layout-and-effects/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-css-layout-and-effects", "order": 77, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed8ff4f45ce3ece4053eb4", "title": "CSS Layout and Effects Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-css-libraries-and-frameworks/meta.json b/curriculum/challenges/_meta/quiz-css-libraries-and-frameworks/meta.json index ae3676ffa13..67b6fd376c5 100644 --- a/curriculum/challenges/_meta/quiz-css-libraries-and-frameworks/meta.json +++ b/curriculum/challenges/_meta/quiz-css-libraries-and-frameworks/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-css-libraries-and-frameworks", "order": 325, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1aeb60b11aec5abe83c2e", diff --git a/curriculum/challenges/_meta/quiz-css-positioning/meta.json b/curriculum/challenges/_meta/quiz-css-positioning/meta.json index 7fb6c4752e5..6119c329d4c 100644 --- a/curriculum/challenges/_meta/quiz-css-positioning/meta.json +++ b/curriculum/challenges/_meta/quiz-css-positioning/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-css-positioning", "order": 102, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed8ffcf45ce3ece4053eb5", "title": "CSS Positioning Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-css-pseudo-classes/meta.json b/curriculum/challenges/_meta/quiz-css-pseudo-classes/meta.json index 272d7440f12..09d94e9d056 100644 --- a/curriculum/challenges/_meta/quiz-css-pseudo-classes/meta.json +++ b/curriculum/challenges/_meta/quiz-css-pseudo-classes/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-css-pseudo-classes", "order": 62, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed9002f45ce3ece4053eb6", "title": "CSS Pseudo-classes Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-css-relative-and-absolute-units/meta.json b/curriculum/challenges/_meta/quiz-css-relative-and-absolute-units/meta.json index e7b2c357e68..6fdd52f1d4e 100644 --- a/curriculum/challenges/_meta/quiz-css-relative-and-absolute-units/meta.json +++ b/curriculum/challenges/_meta/quiz-css-relative-and-absolute-units/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-css-relative-and-absolute-units", "order": 57, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed9009f45ce3ece4053eb7", "title": "CSS Relative and Absolute Units Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-css-typography/meta.json b/curriculum/challenges/_meta/quiz-css-typography/meta.json index 11b5c895491..2e30b04b1f1 100644 --- a/curriculum/challenges/_meta/quiz-css-typography/meta.json +++ b/curriculum/challenges/_meta/quiz-css-typography/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-css-typography", "order": 87, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed9010f45ce3ece4053eb8", "title": "CSS Typography Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-css-variables/meta.json b/curriculum/challenges/_meta/quiz-css-variables/meta.json index a0f05a86544..0d2f3db2086 100644 --- a/curriculum/challenges/_meta/quiz-css-variables/meta.json +++ b/curriculum/challenges/_meta/quiz-css-variables/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-css-variables", "order": 112, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed9018f45ce3ece4053eb9", "title": "CSS Variables Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-debugging-javascript/meta.json b/curriculum/challenges/_meta/quiz-debugging-javascript/meta.json index f22f94f4f08..0207db57b6b 100644 --- a/curriculum/challenges/_meta/quiz-debugging-javascript/meta.json +++ b/curriculum/challenges/_meta/quiz-debugging-javascript/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-debugging-javascript", "order": 206, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd10913f078e7669eca81", "title": "Debugging JavaScript Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-design-fundamentals/meta.json b/curriculum/challenges/_meta/quiz-design-fundamentals/meta.json index 28a875724ab..8624078f07b 100644 --- a/curriculum/challenges/_meta/quiz-design-fundamentals/meta.json +++ b/curriculum/challenges/_meta/quiz-design-fundamentals/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-design-fundamentals", "order": 52, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed901ff45ce3ece4053eba", "title": "Design Fundamentals Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-dom-manipulation-and-click-event-with-javascript/meta.json b/curriculum/challenges/_meta/quiz-dom-manipulation-and-click-event-with-javascript/meta.json index 0e76b1de14d..1706f2e8c1f 100644 --- a/curriculum/challenges/_meta/quiz-dom-manipulation-and-click-event-with-javascript/meta.json +++ b/curriculum/challenges/_meta/quiz-dom-manipulation-and-click-event-with-javascript/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-dom-manipulation-and-click-event-with-javascript", "order": 192, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd07682767adff3a6231e", diff --git a/curriculum/challenges/_meta/quiz-dynamic-programming/meta.json b/curriculum/challenges/_meta/quiz-dynamic-programming/meta.json index c2c1ba8c1b2..329c734a12f 100644 --- a/curriculum/challenges/_meta/quiz-dynamic-programming/meta.json +++ b/curriculum/challenges/_meta/quiz-dynamic-programming/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-dynamic-programming", "order": 275, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd5ffe490bef99ea99395", diff --git a/curriculum/challenges/_meta/quiz-form-validation-with-javascript/meta.json b/curriculum/challenges/_meta/quiz-form-validation-with-javascript/meta.json index 383360ff175..9057de37fa9 100644 --- a/curriculum/challenges/_meta/quiz-form-validation-with-javascript/meta.json +++ b/curriculum/challenges/_meta/quiz-form-validation-with-javascript/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-form-validation-with-javascript", "order": 217, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd3403d7077eece6dc4b6", diff --git a/curriculum/challenges/_meta/quiz-git/meta.json b/curriculum/challenges/_meta/quiz-git/meta.json index fb9e6f106ac..6be67e93009 100644 --- a/curriculum/challenges/_meta/quiz-git/meta.json +++ b/curriculum/challenges/_meta/quiz-git/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-git", "order": 362, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66f1b06a5a5d10cc100af620", "title": "Git Quiz" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/quiz-graphs-and-trees/meta.json b/curriculum/challenges/_meta/quiz-graphs-and-trees/meta.json index ea9e9f390cb..faef5e5081c 100644 --- a/curriculum/challenges/_meta/quiz-graphs-and-trees/meta.json +++ b/curriculum/challenges/_meta/quiz-graphs-and-trees/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-graphs-and-trees", "order": 271, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd5c8ac5314f8e80a3fc0", diff --git a/curriculum/challenges/_meta/quiz-html-accessibility/meta.json b/curriculum/challenges/_meta/quiz-html-accessibility/meta.json index ceee3dff14d..f92251202ac 100644 --- a/curriculum/challenges/_meta/quiz-html-accessibility/meta.json +++ b/curriculum/challenges/_meta/quiz-html-accessibility/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-html-accessibility", "order": 28, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed9026f45ce3ece4053ebb", "title": "HTML Accessibility Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-html-tables-and-forms/meta.json b/curriculum/challenges/_meta/quiz-html-tables-and-forms/meta.json index f53b1c87e9b..cd403263824 100644 --- a/curriculum/challenges/_meta/quiz-html-tables-and-forms/meta.json +++ b/curriculum/challenges/_meta/quiz-html-tables-and-forms/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-html-tables-and-forms", "order": 24, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed902df45ce3ece4053ebc", "title": "HTML Tables and Forms Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-javascript-arrays/meta.json b/curriculum/challenges/_meta/quiz-javascript-arrays/meta.json index 77e1dc05929..ab32707e4fd 100644 --- a/curriculum/challenges/_meta/quiz-javascript-arrays/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-arrays/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-arrays", "order": 163, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edcccbba6dacdb65a59067", "title": "JavaScript Arrays Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-javascript-audio-and-video/meta.json b/curriculum/challenges/_meta/quiz-javascript-audio-and-video/meta.json index 615686a9f69..dfe5cc6a3fa 100644 --- a/curriculum/challenges/_meta/quiz-javascript-audio-and-video/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-audio-and-video/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-audio-and-video", "order": 226, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd3b3096349f06cf688bb", diff --git a/curriculum/challenges/_meta/quiz-javascript-comparisons-and-conditionals/meta.json b/curriculum/challenges/_meta/quiz-javascript-comparisons-and-conditionals/meta.json index bb5b3765832..505667aef07 100644 --- a/curriculum/challenges/_meta/quiz-javascript-comparisons-and-conditionals/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-comparisons-and-conditionals/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-comparisons-and-conditionals", "order": 149, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edc47c11492ac5cf258ad9", diff --git a/curriculum/challenges/_meta/quiz-javascript-data-structures/meta.json b/curriculum/challenges/_meta/quiz-javascript-data-structures/meta.json index 7fd92bfd520..d70820b7fc2 100644 --- a/curriculum/challenges/_meta/quiz-javascript-data-structures/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-data-structures/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-data-structures", "order": 267, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd5583761e4f6dae19606", diff --git a/curriculum/challenges/_meta/quiz-javascript-dates/meta.json b/curriculum/challenges/_meta/quiz-javascript-dates/meta.json index 5de3c23f5f7..ac3e9404246 100644 --- a/curriculum/challenges/_meta/quiz-javascript-dates/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-dates/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-dates", "order": 221, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd3711bb9f7efa73aef91", "title": "JavaScript Dates Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-javascript-events/meta.json b/curriculum/challenges/_meta/quiz-javascript-events/meta.json index ca1d1e53431..24226da5020 100644 --- a/curriculum/challenges/_meta/quiz-javascript-events/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-events/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-events", "order": 202, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd0ac31fea6e678eb925a", "title": "JavaScript Events Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-javascript-functional-programming/meta.json b/curriculum/challenges/_meta/quiz-javascript-functional-programming/meta.json index 8f4b304d193..ad1c62b3ea8 100644 --- a/curriculum/challenges/_meta/quiz-javascript-functional-programming/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-functional-programming/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-functional-programming", "order": 254, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd4f31ff19bf5573bf64b", diff --git a/curriculum/challenges/_meta/quiz-javascript-functions/meta.json b/curriculum/challenges/_meta/quiz-javascript-functions/meta.json index 7d75db2646a..b3c71e620fe 100644 --- a/curriculum/challenges/_meta/quiz-javascript-functions/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-functions/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-functions", "order": 157, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edcc779993c0da6906dbb9", "title": "JavaScript Functions Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-javascript-fundamentals/meta.json b/curriculum/challenges/_meta/quiz-javascript-fundamentals/meta.json index a3a7514b136..e32f5b7eacd 100644 --- a/curriculum/challenges/_meta/quiz-javascript-fundamentals/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-fundamentals/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-fundamentals", "order": 182, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edcd875b0d91de1fbbb492", diff --git a/curriculum/challenges/_meta/quiz-javascript-higher-order-functions/meta.json b/curriculum/challenges/_meta/quiz-javascript-higher-order-functions/meta.json index 1adbca06b2b..0d241e57d33 100644 --- a/curriculum/challenges/_meta/quiz-javascript-higher-order-functions/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-higher-order-functions/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-higher-order-functions", "order": 187, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edcdd18a4ef8df16e6bb7e", diff --git a/curriculum/challenges/_meta/quiz-javascript-loops/meta.json b/curriculum/challenges/_meta/quiz-javascript-loops/meta.json index 5719816dcd7..196dc9ad033 100644 --- a/curriculum/challenges/_meta/quiz-javascript-loops/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-loops/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-loops", "order": 173, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edcd49e73385dd4df54ac7", "title": "JavaScript Loops Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-javascript-math/meta.json b/curriculum/challenges/_meta/quiz-javascript-math/meta.json index 96c8a265968..450b98b835e 100644 --- a/curriculum/challenges/_meta/quiz-javascript-math/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-math/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-math", "order": 146, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edc3ab8c6413c344f401bf", "title": "JavaScript Math Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-javascript-object-oriented-programming/meta.json b/curriculum/challenges/_meta/quiz-javascript-object-oriented-programming/meta.json index b9c48702bdb..8a64c6ac549 100644 --- a/curriculum/challenges/_meta/quiz-javascript-object-oriented-programming/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-object-oriented-programming/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-object-oriented-programming", "order": 261, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd5267b52f8f617d8364f", diff --git a/curriculum/challenges/_meta/quiz-javascript-objects/meta.json b/curriculum/challenges/_meta/quiz-javascript-objects/meta.json index ed946f75071..7e232aa0853 100644 --- a/curriculum/challenges/_meta/quiz-javascript-objects/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-objects/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-objects", "order": 168, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edcd0ecb4b25dc64a34804", "title": "JavaScript Objects Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-javascript-problem-solving-and-algorithmic-thinking/meta.json b/curriculum/challenges/_meta/quiz-javascript-problem-solving-and-algorithmic-thinking/meta.json index b5ff03260f3..35b0c3ed160 100644 --- a/curriculum/challenges/_meta/quiz-javascript-problem-solving-and-algorithmic-thinking/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-problem-solving-and-algorithmic-thinking/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-problem-solving-and-algorithmic-thinking", "order": 249, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd4bc0ce399f475ad6f9b", diff --git a/curriculum/challenges/_meta/quiz-javascript-regular-expressions/meta.json b/curriculum/challenges/_meta/quiz-javascript-regular-expressions/meta.json index 7dc7de894f9..433649a0ed7 100644 --- a/curriculum/challenges/_meta/quiz-javascript-regular-expressions/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-regular-expressions/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-regular-expressions", "order": 212, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd3011f18f4ee1bd9d28b", diff --git a/curriculum/challenges/_meta/quiz-javascript-strings/meta.json b/curriculum/challenges/_meta/quiz-javascript-strings/meta.json index dce74c6d341..724d1803a19 100644 --- a/curriculum/challenges/_meta/quiz-javascript-strings/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-strings/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-strings", "order": 140, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edc31c44f1b9c1d5c5ebca", "title": "JavaScript Strings Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-javascript-variables-and-data-types/meta.json b/curriculum/challenges/_meta/quiz-javascript-variables-and-data-types/meta.json index d61060d7421..8156506d9fb 100644 --- a/curriculum/challenges/_meta/quiz-javascript-variables-and-data-types/meta.json +++ b/curriculum/challenges/_meta/quiz-javascript-variables-and-data-types/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-javascript-variables-and-data-types", "order": 135, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edc25ae5ea80bf6f785552", diff --git a/curriculum/challenges/_meta/quiz-local-storage-and-crud/meta.json b/curriculum/challenges/_meta/quiz-local-storage-and-crud/meta.json index e318b5d6652..63b24b6bc9b 100644 --- a/curriculum/challenges/_meta/quiz-local-storage-and-crud/meta.json +++ b/curriculum/challenges/_meta/quiz-local-storage-and-crud/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-local-storage-and-crud", "order": 231, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd3f9bef926f129990425", "title": "Local Storage and CRUD Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-nano/meta.json b/curriculum/challenges/_meta/quiz-nano/meta.json index 1375019762e..5fcf9fc61c3 100644 --- a/curriculum/challenges/_meta/quiz-nano/meta.json +++ b/curriculum/challenges/_meta/quiz-nano/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-nano", "order": 356, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1b03b922a53cb231e1c0d", "title": "Nano Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-react-basics/meta.json b/curriculum/challenges/_meta/quiz-react-basics/meta.json index ffedc8397ec..8ca0d85e08c 100644 --- a/curriculum/challenges/_meta/quiz-react-basics/meta.json +++ b/curriculum/challenges/_meta/quiz-react-basics/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-react-basics", "order": 297, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1a2009e65c9a40a26d51e", "title": "React Basics Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-react-state-and-hooks/meta.json b/curriculum/challenges/_meta/quiz-react-state-and-hooks/meta.json index a9645c6b1ca..8169aec2b83 100644 --- a/curriculum/challenges/_meta/quiz-react-state-and-hooks/meta.json +++ b/curriculum/challenges/_meta/quiz-react-state-and-hooks/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-react-state-and-hooks", "order": 305, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1a417757b6ca4eecd89d6", "title": "React State and Hooks Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-recursion/meta.json b/curriculum/challenges/_meta/quiz-recursion/meta.json index 0bd4e0bf97d..d3e734d78f1 100644 --- a/curriculum/challenges/_meta/quiz-recursion/meta.json +++ b/curriculum/challenges/_meta/quiz-recursion/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-recursion", "order": 236, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd43cded6bff30944b676", "title": "Recursion Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-relational-database/meta.json b/curriculum/challenges/_meta/quiz-relational-database/meta.json index 8c924a55c9d..ee082434e05 100644 --- a/curriculum/challenges/_meta/quiz-relational-database/meta.json +++ b/curriculum/challenges/_meta/quiz-relational-database/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-relational-database", "order": 339, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1af82732957c895f0b21a", "title": "Relational Database Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-responsive-web-design/meta.json b/curriculum/challenges/_meta/quiz-responsive-web-design/meta.json index 58b5c712ff1..b20163ecb9f 100644 --- a/curriculum/challenges/_meta/quiz-responsive-web-design/meta.json +++ b/curriculum/challenges/_meta/quiz-responsive-web-design/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-responsive-web-design", "order": 107, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed9034f45ce3ece4053ebd", "title": "Responsive Web Design Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-searching-and-sorting-algorithms/meta.json b/curriculum/challenges/_meta/quiz-searching-and-sorting-algorithms/meta.json index c293c0b9583..7428e787d82 100644 --- a/curriculum/challenges/_meta/quiz-searching-and-sorting-algorithms/meta.json +++ b/curriculum/challenges/_meta/quiz-searching-and-sorting-algorithms/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-searching-and-sorting-algorithms", "order": 241, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66edd476078cf3f3bc654271", diff --git a/curriculum/challenges/_meta/quiz-security-and-privacy/meta.json b/curriculum/challenges/_meta/quiz-security-and-privacy/meta.json index 52d96fead09..dcd68abc932 100644 --- a/curriculum/challenges/_meta/quiz-security-and-privacy/meta.json +++ b/curriculum/challenges/_meta/quiz-security-and-privacy/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-security-and-privacy", "order": 367, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1b0a939e913ccd3d4fa18", "title": "Security and Privacy Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-semantic-html/meta.json b/curriculum/challenges/_meta/quiz-semantic-html/meta.json index dc196727b40..ed1c466d625 100644 --- a/curriculum/challenges/_meta/quiz-semantic-html/meta.json +++ b/curriculum/challenges/_meta/quiz-semantic-html/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-semantic-html", "order": 15, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed903cf45ce3ece4053ebe", "title": "Semantic HTML Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-styling-forms/meta.json b/curriculum/challenges/_meta/quiz-styling-forms/meta.json index 2cb53619c9e..43e677d5257 100644 --- a/curriculum/challenges/_meta/quiz-styling-forms/meta.json +++ b/curriculum/challenges/_meta/quiz-styling-forms/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "quiz-styling-forms", "order": 72, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66ed9043f45ce3ece4053ebf", "title": "Styling Forms Quiz" }], "helpCategory": "HTML-CSS" } \ No newline at end of file diff --git a/curriculum/challenges/_meta/quiz-testing/meta.json b/curriculum/challenges/_meta/quiz-testing/meta.json index b3266b579a0..eb18cca3d9a 100644 --- a/curriculum/challenges/_meta/quiz-testing/meta.json +++ b/curriculum/challenges/_meta/quiz-testing/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-testing", "order": 328, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1aeffc5774ac692112a7e", "title": "Testing Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-tooling-and-deployment/meta.json b/curriculum/challenges/_meta/quiz-tooling-and-deployment/meta.json index bc132d8fad1..cff13f70b67 100644 --- a/curriculum/challenges/_meta/quiz-tooling-and-deployment/meta.json +++ b/curriculum/challenges/_meta/quiz-tooling-and-deployment/meta.json @@ -5,7 +5,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-tooling-and-deployment", "order": 383, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "66fd6f0370213be90fed82ec", "title": "Tooling and Deployment Quiz" }], "helpCategory": "JavaScript", "blockType": "quiz" diff --git a/curriculum/challenges/_meta/quiz-typescript/meta.json b/curriculum/challenges/_meta/quiz-typescript/meta.json index 441254d85a7..6c3be2b5795 100644 --- a/curriculum/challenges/_meta/quiz-typescript/meta.json +++ b/curriculum/challenges/_meta/quiz-typescript/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-typescript", "order": 322, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1ae758b77cfc3e4da6151", "title": "TypeScript Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-web-performance/meta.json b/curriculum/challenges/_meta/quiz-web-performance/meta.json index 28761e39103..ae1367c8e52 100644 --- a/curriculum/challenges/_meta/quiz-web-performance/meta.json +++ b/curriculum/challenges/_meta/quiz-web-performance/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-web-performance", "order": 317, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1adcf97e3e4c1bd89ebf5", "title": "Web Performance Quiz" } ], diff --git a/curriculum/challenges/_meta/quiz-web-standards/meta.json b/curriculum/challenges/_meta/quiz-web-standards/meta.json index d0e80f17a0e..4142f0cb715 100644 --- a/curriculum/challenges/_meta/quiz-web-standards/meta.json +++ b/curriculum/challenges/_meta/quiz-web-standards/meta.json @@ -6,7 +6,7 @@ "usesMultifileEditor": true, "dashedName": "quiz-web-standards", "order": 289, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66f1a0fcab4dfe9fcdcb269d", "title": "Web Standards Quiz" } ], diff --git a/curriculum/challenges/_meta/review-basic-css/meta.json b/curriculum/challenges/_meta/review-basic-css/meta.json index 99ed3346531..90805484f25 100644 --- a/curriculum/challenges/_meta/review-basic-css/meta.json +++ b/curriculum/challenges/_meta/review-basic-css/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-basic-css", "order": 40, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a887a7e62c75e9ab1ee4a", "title": "Basic CSS Review" } ], diff --git a/curriculum/challenges/_meta/review-basic-html/meta.json b/curriculum/challenges/_meta/review-basic-html/meta.json index a971a43bf8c..ce9c9fb4044 100644 --- a/curriculum/challenges/_meta/review-basic-html/meta.json +++ b/curriculum/challenges/_meta/review-basic-html/meta.json @@ -4,7 +4,7 @@ "isUpcomingChange": true, "dashedName": "review-basic-html", "order": 9, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "67072fc183c7ca6c588feb4d", "title": "Basic HTML Review" }], "helpCategory": "HTML-CSS", "blockType": "review" diff --git a/curriculum/challenges/_meta/review-computer-basics/meta.json b/curriculum/challenges/_meta/review-computer-basics/meta.json index 3d70318d526..7d966c18c72 100644 --- a/curriculum/challenges/_meta/review-computer-basics/meta.json +++ b/curriculum/challenges/_meta/review-computer-basics/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-computer-basics", "order": 34, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a87e6dcef5b5bd765e5ed", "title": "Computer Basics Review" } ], diff --git a/curriculum/challenges/_meta/review-css-accessibility/meta.json b/curriculum/challenges/_meta/review-css-accessibility/meta.json index dbb92944585..d6e43a73381 100644 --- a/curriculum/challenges/_meta/review-css-accessibility/meta.json +++ b/curriculum/challenges/_meta/review-css-accessibility/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css-accessibility", "order": 90, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a955b74ab5588735800d1", "title": "CSS Accessibility Review" } ], diff --git a/curriculum/challenges/_meta/review-css-animations/meta.json b/curriculum/challenges/_meta/review-css-animations/meta.json index 401e8f1a180..297dbbc8fe3 100644 --- a/curriculum/challenges/_meta/review-css-animations/meta.json +++ b/curriculum/challenges/_meta/review-css-animations/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css-animations", "order": 124, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a999cc77b7f9bceb4caeb", "title": "CSS Amimations Review" } ], diff --git a/curriculum/challenges/_meta/review-css-attribute-selectors/meta.json b/curriculum/challenges/_meta/review-css-attribute-selectors/meta.json index b272e9fd451..b90bc4269b3 100644 --- a/curriculum/challenges/_meta/review-css-attribute-selectors/meta.json +++ b/curriculum/challenges/_meta/review-css-attribute-selectors/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css-attribute-selectors", "order": 95, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a95990b86b68961340adc", diff --git a/curriculum/challenges/_meta/review-css-backgrounds-and-borders/meta.json b/curriculum/challenges/_meta/review-css-backgrounds-and-borders/meta.json index 1b80570e312..a874708065d 100644 --- a/curriculum/challenges/_meta/review-css-backgrounds-and-borders/meta.json +++ b/curriculum/challenges/_meta/review-css-backgrounds-and-borders/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css-backgrounds-and-borders", "order": 46, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a88d636cebc5fbd407b78", diff --git a/curriculum/challenges/_meta/review-css-colors/meta.json b/curriculum/challenges/_meta/review-css-colors/meta.json index 97d4a95a52d..915f719960b 100644 --- a/curriculum/challenges/_meta/review-css-colors/meta.json +++ b/curriculum/challenges/_meta/review-css-colors/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css-colors", "order": 65, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a90c1cf517678b130419e", "title": "CSS Colors Review" } ], diff --git a/curriculum/challenges/_meta/review-css-flexbox/meta.json b/curriculum/challenges/_meta/review-css-flexbox/meta.json index 21b2bf4ec9d..ab411dd653a 100644 --- a/curriculum/challenges/_meta/review-css-flexbox/meta.json +++ b/curriculum/challenges/_meta/review-css-flexbox/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css-flexbox", "order": 80, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a940c69cdee833d4cc312", "title": "CSS Flexbox Review" } ], diff --git a/curriculum/challenges/_meta/review-css-grid/meta.json b/curriculum/challenges/_meta/review-css-grid/meta.json index 996ad184df2..0ed13f0f5bd 100644 --- a/curriculum/challenges/_meta/review-css-grid/meta.json +++ b/curriculum/challenges/_meta/review-css-grid/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css-grid", "order": 117, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a99394bedfb9a5bc687c4", "title": "CSS Grid Review" } ], diff --git a/curriculum/challenges/_meta/review-css-layout-and-effects/meta.json b/curriculum/challenges/_meta/review-css-layout-and-effects/meta.json index 64376ff97c8..6fcb3c4af45 100644 --- a/curriculum/challenges/_meta/review-css-layout-and-effects/meta.json +++ b/curriculum/challenges/_meta/review-css-layout-and-effects/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css-layout-and-effects", "order": 75, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a9311a289ae7fff25d88e", diff --git a/curriculum/challenges/_meta/review-css-positioning/meta.json b/curriculum/challenges/_meta/review-css-positioning/meta.json index 697c3de015d..a5a54630fb8 100644 --- a/curriculum/challenges/_meta/review-css-positioning/meta.json +++ b/curriculum/challenges/_meta/review-css-positioning/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css-positioning", "order": 100, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a967424a00e8c6561b182", "title": "CSS Positioning Review" } ], diff --git a/curriculum/challenges/_meta/review-css-pseudo-classes/meta.json b/curriculum/challenges/_meta/review-css-pseudo-classes/meta.json index c3997355f20..4bb3fca2045 100644 --- a/curriculum/challenges/_meta/review-css-pseudo-classes/meta.json +++ b/curriculum/challenges/_meta/review-css-pseudo-classes/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css-pseudo-classes", "order": 60, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a907bad4538752765f2ff", "title": "CSS Pseudo-classes Review" } ], diff --git a/curriculum/challenges/_meta/review-css-relative-and-absolute-units/meta.json b/curriculum/challenges/_meta/review-css-relative-and-absolute-units/meta.json index 7108992cc74..f6b8c929179 100644 --- a/curriculum/challenges/_meta/review-css-relative-and-absolute-units/meta.json +++ b/curriculum/challenges/_meta/review-css-relative-and-absolute-units/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css-relative-and-absolute-units", "order": 55, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a8f8350c20a7439015c98", diff --git a/curriculum/challenges/_meta/review-css-typography/meta.json b/curriculum/challenges/_meta/review-css-typography/meta.json index 3e48687c859..aee0111d064 100644 --- a/curriculum/challenges/_meta/review-css-typography/meta.json +++ b/curriculum/challenges/_meta/review-css-typography/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css-typography", "order": 85, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a9528fc4f1487cf265444", "title": "CSS Typography Review" } ], diff --git a/curriculum/challenges/_meta/review-css-variables/meta.json b/curriculum/challenges/_meta/review-css-variables/meta.json index 165eac3ae88..dbdf4d9cd2c 100644 --- a/curriculum/challenges/_meta/review-css-variables/meta.json +++ b/curriculum/challenges/_meta/review-css-variables/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css-variables", "order": 110, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a98fbaabfba994e3d9a7c", "title": "CSS Variables Review" } ], diff --git a/curriculum/challenges/_meta/review-css/meta.json b/curriculum/challenges/_meta/review-css/meta.json index 0bb92ca3a87..5bef249e2a8 100644 --- a/curriculum/challenges/_meta/review-css/meta.json +++ b/curriculum/challenges/_meta/review-css/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-css", "order": 126, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a9a0a140c2b9d6a75629f", "title": "CSS Review" } ], diff --git a/curriculum/challenges/_meta/review-design-fundamentals/meta.json b/curriculum/challenges/_meta/review-design-fundamentals/meta.json index a3f065a45b2..ee2b4fb83bf 100644 --- a/curriculum/challenges/_meta/review-design-fundamentals/meta.json +++ b/curriculum/challenges/_meta/review-design-fundamentals/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-design-fundamentals", "order": 51, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a892927fdba60db05edfe", "title": "Design Fundamentals Review" } ], diff --git a/curriculum/challenges/_meta/review-html-accessibility/meta.json b/curriculum/challenges/_meta/review-html-accessibility/meta.json index d81fe1ad3f6..fd3549a23bd 100644 --- a/curriculum/challenges/_meta/review-html-accessibility/meta.json +++ b/curriculum/challenges/_meta/review-html-accessibility/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-html-accessibility", "order": 27, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a87a39b88245a579c2271", "title": "HTML Accessibility Review" } ], diff --git a/curriculum/challenges/_meta/review-html-tables-and-forms/meta.json b/curriculum/challenges/_meta/review-html-tables-and-forms/meta.json index 3d9d24d4788..beab8737263 100644 --- a/curriculum/challenges/_meta/review-html-tables-and-forms/meta.json +++ b/curriculum/challenges/_meta/review-html-tables-and-forms/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-html-tables-and-forms", "order": 23, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a872c17382a582e455c4c", diff --git a/curriculum/challenges/_meta/review-html/meta.json b/curriculum/challenges/_meta/review-html/meta.json index 38f6661bbcd..14a658cf4e8 100644 --- a/curriculum/challenges/_meta/review-html/meta.json +++ b/curriculum/challenges/_meta/review-html/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-html", "order": 29, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a883163d5ab5d47145880", "title": "HTML Review" } ], diff --git a/curriculum/challenges/_meta/review-responsive-web-design/meta.json b/curriculum/challenges/_meta/review-responsive-web-design/meta.json index 1db8b92f95b..bd4bc38f0ae 100644 --- a/curriculum/challenges/_meta/review-responsive-web-design/meta.json +++ b/curriculum/challenges/_meta/review-responsive-web-design/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-responsive-web-design", "order": 105, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a98927af7829722697dc2", diff --git a/curriculum/challenges/_meta/review-semantic-html/meta.json b/curriculum/challenges/_meta/review-semantic-html/meta.json index 59580b88afd..1a4bf677ba3 100644 --- a/curriculum/challenges/_meta/review-semantic-html/meta.json +++ b/curriculum/challenges/_meta/review-semantic-html/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-semantic-html", "order": 14, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a83934b61f64cefe87a61", "title": "Semantic HTML Review" } ], diff --git a/curriculum/challenges/_meta/review-styling-forms/meta.json b/curriculum/challenges/_meta/review-styling-forms/meta.json index 21d1ac2a5fb..55c64a44951 100644 --- a/curriculum/challenges/_meta/review-styling-forms/meta.json +++ b/curriculum/challenges/_meta/review-styling-forms/meta.json @@ -5,7 +5,7 @@ "isUpcomingChange": true, "dashedName": "review-styling-forms", "order": 70, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "671a915858de057ad84c5dbd", "title": "Styling Forms Review" } ], diff --git a/curriculum/challenges/_meta/workshop-accessibility-quiz/meta.json b/curriculum/challenges/_meta/workshop-accessibility-quiz/meta.json index 33482ad594c..8d22fc53e68 100644 --- a/curriculum/challenges/_meta/workshop-accessibility-quiz/meta.json +++ b/curriculum/challenges/_meta/workshop-accessibility-quiz/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-accessibility-quiz", "order": 88, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "614ccc21ea91ef1736b9b578", diff --git a/curriculum/challenges/_meta/workshop-balance-sheet/meta.json b/curriculum/challenges/_meta/workshop-balance-sheet/meta.json index f1ed564ac23..a33cd013471 100644 --- a/curriculum/challenges/_meta/workshop-balance-sheet/meta.json +++ b/curriculum/challenges/_meta/workshop-balance-sheet/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-balance-sheet", "order": 93, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "61fd5a93fd62bb35968adeab", diff --git a/curriculum/challenges/_meta/workshop-bash-boilerplate/meta.json b/curriculum/challenges/_meta/workshop-bash-boilerplate/meta.json index 0e76ea8c2fc..6f1e7bf6dbc 100644 --- a/curriculum/challenges/_meta/workshop-bash-boilerplate/meta.json +++ b/curriculum/challenges/_meta/workshop-bash-boilerplate/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": false, "dashedName": "workshop-bash-boilerplate", "order": 332, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "5ea8adfab628f68d805bfc5e", "title": "Build a Boilerplate" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/workshop-bash-five-programs/meta.json b/curriculum/challenges/_meta/workshop-bash-five-programs/meta.json index 0e5759d26d9..34bd00a6859 100644 --- a/curriculum/challenges/_meta/workshop-bash-five-programs/meta.json +++ b/curriculum/challenges/_meta/workshop-bash-five-programs/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": false, "dashedName": "workshop-bash-five-programs", "order": 342, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "5f5904ac738bc2fa9efecf5a", "title": "Build Five Programs" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/workshop-bike-rental-shop/meta.json b/curriculum/challenges/_meta/workshop-bike-rental-shop/meta.json index c2591a5bb00..b6552c4f704 100644 --- a/curriculum/challenges/_meta/workshop-bike-rental-shop/meta.json +++ b/curriculum/challenges/_meta/workshop-bike-rental-shop/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": false, "dashedName": "workshop-bike-rental-shop", "order": 349, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "5f5b969a05380d2179fe6e18", "title": "Build a Bike Rental Shop" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/workshop-blog-page/meta.json b/curriculum/challenges/_meta/workshop-blog-page/meta.json index 1dcb1b1e446..fa8dd49756f 100644 --- a/curriculum/challenges/_meta/workshop-blog-page/meta.json +++ b/curriculum/challenges/_meta/workshop-blog-page/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-blog-page", "order": 12, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "669aff9f5488f1bea056416d", diff --git a/curriculum/challenges/_meta/workshop-cafe-menu/meta.json b/curriculum/challenges/_meta/workshop-cafe-menu/meta.json index 76b867aabe0..9001b0bfbe7 100644 --- a/curriculum/challenges/_meta/workshop-cafe-menu/meta.json +++ b/curriculum/challenges/_meta/workshop-cafe-menu/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-cafe-menu", "order": 37, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "5f33071498eb2472b87ddee4", diff --git a/curriculum/challenges/_meta/workshop-calculator/meta.json b/curriculum/challenges/_meta/workshop-calculator/meta.json index 62e7f6375d1..4893b56ba20 100644 --- a/curriculum/challenges/_meta/workshop-calculator/meta.json +++ b/curriculum/challenges/_meta/workshop-calculator/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-calculator", "order": 152, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66cc06012e46aa6bc9b8c001", diff --git a/curriculum/challenges/_meta/workshop-castle/meta.json b/curriculum/challenges/_meta/workshop-castle/meta.json index ec9497a2c2d..5c5b9aa236e 100644 --- a/curriculum/challenges/_meta/workshop-castle/meta.json +++ b/curriculum/challenges/_meta/workshop-castle/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": false, "dashedName": "workshop-castle", "order": 354, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "5f32db63eb37f7e17323f459", "title": "Build a Castle" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/workshop-cat-painting/meta.json b/curriculum/challenges/_meta/workshop-cat-painting/meta.json index 181ae62d52b..5824c9567f6 100644 --- a/curriculum/challenges/_meta/workshop-cat-painting/meta.json +++ b/curriculum/challenges/_meta/workshop-cat-painting/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-cat-painting", "order": 98, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "646c48df8674cf2b91020ecc", diff --git a/curriculum/challenges/_meta/workshop-cat-photo-app/meta.json b/curriculum/challenges/_meta/workshop-cat-photo-app/meta.json index d5f5eb18456..926d4a93c40 100644 --- a/curriculum/challenges/_meta/workshop-cat-photo-app/meta.json +++ b/curriculum/challenges/_meta/workshop-cat-photo-app/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-cat-photo-app", "order": 2, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "5dc174fcf86c76b9248c6eb2", diff --git a/curriculum/challenges/_meta/workshop-city-skyline/meta.json b/curriculum/challenges/_meta/workshop-city-skyline/meta.json index 43341bd6cef..d147b990ed2 100644 --- a/curriculum/challenges/_meta/workshop-city-skyline/meta.json +++ b/curriculum/challenges/_meta/workshop-city-skyline/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-city-skyline", "order": 108, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "5d822fd413a79914d39e98cc", diff --git a/curriculum/challenges/_meta/workshop-colored-markers/meta.json b/curriculum/challenges/_meta/workshop-colored-markers/meta.json index c8f47472ca1..4c8d661c0cd 100644 --- a/curriculum/challenges/_meta/workshop-colored-markers/meta.json +++ b/curriculum/challenges/_meta/workshop-colored-markers/meta.json @@ -6,7 +6,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-colored-markers", "order": 63, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "helpCategory": "HTML-CSS", "blockLayout": "challenge-grid", "challengeOrder": [ diff --git a/curriculum/challenges/_meta/workshop-final-exams-table/meta.json b/curriculum/challenges/_meta/workshop-final-exams-table/meta.json index 2836ac55516..0678466c59d 100644 --- a/curriculum/challenges/_meta/workshop-final-exams-table/meta.json +++ b/curriculum/challenges/_meta/workshop-final-exams-table/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-final-exams-table", "order": 20, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66a98f42c7c06903e5f8dd07", diff --git a/curriculum/challenges/_meta/workshop-flappy-penguin/meta.json b/curriculum/challenges/_meta/workshop-flappy-penguin/meta.json index 1d02863426b..cef12bf4b09 100644 --- a/curriculum/challenges/_meta/workshop-flappy-penguin/meta.json +++ b/curriculum/challenges/_meta/workshop-flappy-penguin/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-flappy-penguin", "order": 122, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "619665c9abd72906f3ad30f9", diff --git a/curriculum/challenges/_meta/workshop-flexbox-photo-gallery/meta.json b/curriculum/challenges/_meta/workshop-flexbox-photo-gallery/meta.json index 36b4287cf95..2288bf07d1b 100644 --- a/curriculum/challenges/_meta/workshop-flexbox-photo-gallery/meta.json +++ b/curriculum/challenges/_meta/workshop-flexbox-photo-gallery/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-flexbox-photo-gallery", "order": 78, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "61537bb9b1a29430ac15ad38", diff --git a/curriculum/challenges/_meta/workshop-greeting-bot/meta.json b/curriculum/challenges/_meta/workshop-greeting-bot/meta.json index 28439b7a31a..69befee3195 100644 --- a/curriculum/challenges/_meta/workshop-greeting-bot/meta.json +++ b/curriculum/challenges/_meta/workshop-greeting-bot/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-greeting-bot", "order": 131, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66ad8294a0ad902f1b31b612", diff --git a/curriculum/challenges/_meta/workshop-hotel-feedback-form/meta.json b/curriculum/challenges/_meta/workshop-hotel-feedback-form/meta.json index 4429855896d..fc283cff882 100644 --- a/curriculum/challenges/_meta/workshop-hotel-feedback-form/meta.json +++ b/curriculum/challenges/_meta/workshop-hotel-feedback-form/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-hotel-feedback-form", "order": 17, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66a8290a27c2c625e2355042", diff --git a/curriculum/challenges/_meta/workshop-kitty-ipsum-translator/meta.json b/curriculum/challenges/_meta/workshop-kitty-ipsum-translator/meta.json index 4dbdadbc203..edcdd2f3a4e 100644 --- a/curriculum/challenges/_meta/workshop-kitty-ipsum-translator/meta.json +++ b/curriculum/challenges/_meta/workshop-kitty-ipsum-translator/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": false, "dashedName": "workshop-kitty-ipsum-translator", "order": 348, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "602da0de22201c65d2a019f6", "title": "Build a Kitty Ipsum Translator" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/workshop-loan-qualification-checker/meta.json b/curriculum/challenges/_meta/workshop-loan-qualification-checker/meta.json index a8e012d270f..1834426f180 100644 --- a/curriculum/challenges/_meta/workshop-loan-qualification-checker/meta.json +++ b/curriculum/challenges/_meta/workshop-loan-qualification-checker/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-loan-qualification-checker", "order": 154, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66c8ba41a77db20a93f9d7a1", diff --git a/curriculum/challenges/_meta/workshop-mario-database/meta.json b/curriculum/challenges/_meta/workshop-mario-database/meta.json index 7b54fa52db9..8ca8dc3d059 100644 --- a/curriculum/challenges/_meta/workshop-mario-database/meta.json +++ b/curriculum/challenges/_meta/workshop-mario-database/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": false, "dashedName": "workshop-mario-database", "order": 336, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "5f2c289f164c29556da632fd", "title": "Build a Mario Database" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/workshop-mathbot/meta.json b/curriculum/challenges/_meta/workshop-mathbot/meta.json index 815b66b5e1d..d305a547548 100644 --- a/curriculum/challenges/_meta/workshop-mathbot/meta.json +++ b/curriculum/challenges/_meta/workshop-mathbot/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-mathbot", "order": 142, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66ea7adae8053065a64f9002", diff --git a/curriculum/challenges/_meta/workshop-node-and-express/meta.json b/curriculum/challenges/_meta/workshop-node-and-express/meta.json index 34e223a73e7..b1d4acd7208 100644 --- a/curriculum/challenges/_meta/workshop-node-and-express/meta.json +++ b/curriculum/challenges/_meta/workshop-node-and-express/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": false, "dashedName": "workshop-node-and-express", "order": 372, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "587d7fb0367417b2b2512bed", diff --git a/curriculum/challenges/_meta/workshop-npm-packages/meta.json b/curriculum/challenges/_meta/workshop-npm-packages/meta.json index 401bc625e0a..7d234765cc8 100644 --- a/curriculum/challenges/_meta/workshop-npm-packages/meta.json +++ b/curriculum/challenges/_meta/workshop-npm-packages/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": false, "dashedName": "workshop-npm-packages", "order": 369, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "587d7fb3367417b2b2512bfb", diff --git a/curriculum/challenges/_meta/workshop-nutritional-label/meta.json b/curriculum/challenges/_meta/workshop-nutritional-label/meta.json index 31a0136b7f6..3f8fa95c189 100644 --- a/curriculum/challenges/_meta/workshop-nutritional-label/meta.json +++ b/curriculum/challenges/_meta/workshop-nutritional-label/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-nutritional-label", "order": 83, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "615f2abbe7d18d49a1e0e1c8", diff --git a/curriculum/challenges/_meta/workshop-piano/meta.json b/curriculum/challenges/_meta/workshop-piano/meta.json index 71f7d9c9261..3f7cc94b82c 100644 --- a/curriculum/challenges/_meta/workshop-piano/meta.json +++ b/curriculum/challenges/_meta/workshop-piano/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-piano", "order": 103, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "612e78af05201622d4bab8aa", diff --git a/curriculum/challenges/_meta/workshop-recipe-tracker/meta.json b/curriculum/challenges/_meta/workshop-recipe-tracker/meta.json index 79f671227ec..f6d54d21712 100644 --- a/curriculum/challenges/_meta/workshop-recipe-tracker/meta.json +++ b/curriculum/challenges/_meta/workshop-recipe-tracker/meta.json @@ -6,7 +6,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-recipe-tracker", "order": 165, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66fbcdfed6848e48947dbbc9", diff --git a/curriculum/challenges/_meta/workshop-registration-form/meta.json b/curriculum/challenges/_meta/workshop-registration-form/meta.json index 0ed2fbe4573..ed4c415d001 100644 --- a/curriculum/challenges/_meta/workshop-registration-form/meta.json +++ b/curriculum/challenges/_meta/workshop-registration-form/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-registration-form", "order": 68, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "60f02e7361b68405e27b62a5", diff --git a/curriculum/challenges/_meta/workshop-rothko-painting/meta.json b/curriculum/challenges/_meta/workshop-rothko-painting/meta.json index aa6cfddfe36..7f5e03adc2f 100644 --- a/curriculum/challenges/_meta/workshop-rothko-painting/meta.json +++ b/curriculum/challenges/_meta/workshop-rothko-painting/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-rothko-painting", "order": 73, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "helpCategory": "HTML-CSS", "challengeOrder": [ { diff --git a/curriculum/challenges/_meta/workshop-rps-game/meta.json b/curriculum/challenges/_meta/workshop-rps-game/meta.json index 49559ca5f31..18eeb9f6e89 100644 --- a/curriculum/challenges/_meta/workshop-rps-game/meta.json +++ b/curriculum/challenges/_meta/workshop-rps-game/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-rps-game", "order": 198, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66d8fade439d513e5f77c906", diff --git a/curriculum/challenges/_meta/workshop-sentence-analyzer/meta.json b/curriculum/challenges/_meta/workshop-sentence-analyzer/meta.json index dd71eceb632..c691deb106e 100644 --- a/curriculum/challenges/_meta/workshop-sentence-analyzer/meta.json +++ b/curriculum/challenges/_meta/workshop-sentence-analyzer/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-sentence-analyzer", "order": 170, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66e2d680e129e1423116a541", diff --git a/curriculum/challenges/_meta/workshop-shopping-list/meta.json b/curriculum/challenges/_meta/workshop-shopping-list/meta.json index 906626a6002..4c9a9afada1 100644 --- a/curriculum/challenges/_meta/workshop-shopping-list/meta.json +++ b/curriculum/challenges/_meta/workshop-shopping-list/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-shopping-list", "order": 155, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66c63bfa4685e4e3843fa0dc", diff --git a/curriculum/challenges/_meta/workshop-sql-reference-object/meta.json b/curriculum/challenges/_meta/workshop-sql-reference-object/meta.json index 3458cb2ed4a..5f8e1990a1d 100644 --- a/curriculum/challenges/_meta/workshop-sql-reference-object/meta.json +++ b/curriculum/challenges/_meta/workshop-sql-reference-object/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": false, "dashedName": "workshop-sql-reference-object", "order": 358, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "5fa323cdaf6a73463d590659", "title": "Build an SQL Reference Object" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/workshop-sql-student-database-part-1/meta.json b/curriculum/challenges/_meta/workshop-sql-student-database-part-1/meta.json index 7db5da68cb9..321a6ad611b 100644 --- a/curriculum/challenges/_meta/workshop-sql-student-database-part-1/meta.json +++ b/curriculum/challenges/_meta/workshop-sql-student-database-part-1/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": false, "dashedName": "workshop-sql-student-database-part-1", "order": 345, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "602da0c222201c65d2a019f5", "title": "Build a Student Database: Part 1" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/workshop-sql-student-database-part-2/meta.json b/curriculum/challenges/_meta/workshop-sql-student-database-part-2/meta.json index 0cbdc567268..681d3f1a6e2 100644 --- a/curriculum/challenges/_meta/workshop-sql-student-database-part-2/meta.json +++ b/curriculum/challenges/_meta/workshop-sql-student-database-part-2/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": false, "dashedName": "workshop-sql-student-database-part-2", "order": 346, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [{ "id": "618590adb0730ca724e37672", "title": "Build a Student Database: Part 2" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/_meta/workshop-teacher-chatbot/meta.json b/curriculum/challenges/_meta/workshop-teacher-chatbot/meta.json index 9f4f82d7274..ad145f41430 100644 --- a/curriculum/challenges/_meta/workshop-teacher-chatbot/meta.json +++ b/curriculum/challenges/_meta/workshop-teacher-chatbot/meta.json @@ -7,7 +7,7 @@ "hasEditableBoundaries": true, "dashedName": "workshop-teacher-chatbot", "order": 137, - "superBlock": "front-end-development", + "superBlock": "full-stack-developer", "challengeOrder": [ { "id": "66b102ee0bdbad34a9f85ba0", diff --git a/curriculum/challenges/english/00-certifications/front-end-development-certification/front-end-development.yml b/curriculum/challenges/english/00-certifications/front-end-development-certification/front-end-development.yml deleted file mode 100644 index 9727a6a9b6f..00000000000 --- a/curriculum/challenges/english/00-certifications/front-end-development-certification/front-end-development.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: 64514fda6c245de4d11eb7bb -title: Front End Development Certification -certification: front-end-development -challengeType: 7 -isPrivate: true -tests: - - id: 645147516c245de4d11eb7ba - title: Front End Development Certification Exam diff --git a/curriculum/challenges/english/00-certifications/full-stack-developer/full-stack-developer.yml b/curriculum/challenges/english/00-certifications/full-stack-developer/full-stack-developer.yml new file mode 100644 index 00000000000..3228db92602 --- /dev/null +++ b/curriculum/challenges/english/00-certifications/full-stack-developer/full-stack-developer.yml @@ -0,0 +1,9 @@ +--- +id: 64514fda6c245de4d11eb7bb +title: Certified Full Stack Developer +certification: full-stack-developer +challengeType: 7 +isPrivate: true +tests: + - id: 645147516c245de4d11eb7ba + title: Certified Full Stack Developer Exam diff --git a/curriculum/challenges/english/25-front-end-development/front-end-development-certification-exam/645147516c245de4d11eb7ba.md b/curriculum/challenges/english/25-front-end-development/exam-certified-full-stack-developer/645147516c245de4d11eb7ba.md similarity index 64% rename from curriculum/challenges/english/25-front-end-development/front-end-development-certification-exam/645147516c245de4d11eb7ba.md rename to curriculum/challenges/english/25-front-end-development/exam-certified-full-stack-developer/645147516c245de4d11eb7ba.md index fffd0166651..87d91a27e61 100644 --- a/curriculum/challenges/english/25-front-end-development/front-end-development-certification-exam/645147516c245de4d11eb7ba.md +++ b/curriculum/challenges/english/25-front-end-development/exam-certified-full-stack-developer/645147516c245de4d11eb7ba.md @@ -1,8 +1,8 @@ --- id: 645147516c245de4d11eb7ba -title: Front End Development Certification Exam +title: Certified Full Stack Developer Exam challengeType: 24 -dashedName: front-end-development-certification-exam +dashedName: exam-certified-full-stack-developer --- # --description-- diff --git a/curriculum/schema/challenge-schema.js b/curriculum/schema/challenge-schema.js index 4815b593864..acb518a205a 100644 --- a/curriculum/schema/challenge-schema.js +++ b/curriculum/schema/challenge-schema.js @@ -118,7 +118,7 @@ const schema = Joi.object() block: Joi.string().regex(slugRE).required(), blockId: Joi.objectId(), blockType: Joi.when('superBlock', { - is: [SuperBlocks.FrontEndDevelopment], + is: [SuperBlocks.FullStackDeveloper], then: Joi.valid( 'workshop', 'lab', @@ -130,7 +130,7 @@ const schema = Joi.object() otherwise: Joi.valid(null) }), blockLayout: Joi.when('superBlock', { - is: [SuperBlocks.FrontEndDevelopment], + is: [SuperBlocks.FullStackDeveloper], then: Joi.valid( 'challenge-list', 'challenge-grid', diff --git a/curriculum/utils.js b/curriculum/utils.js index 1d3dface88d..9ec7fe8df81 100644 --- a/curriculum/utils.js +++ b/curriculum/utils.js @@ -86,7 +86,7 @@ const directoryToSuperblock = { '22-rosetta-code': 'rosetta-code', '23-python-for-everybody': 'python-for-everybody', '24-b1-english-for-developers': 'b1-english-for-developers', - '25-front-end-development': 'front-end-development' + '25-front-end-development': 'full-stack-developer' }; function getSuperBlockFromDir(dir) { diff --git a/curriculum/utils.test.ts b/curriculum/utils.test.ts index 44f55110bdc..efaeb43e5da 100644 --- a/curriculum/utils.test.ts +++ b/curriculum/utils.test.ts @@ -28,7 +28,7 @@ const mockSuperBlocks = [ SuperBlocks.RespWebDesign, SuperBlocks.JsAlgoDataStruct, SuperBlocks.TheOdinProject, - SuperBlocks.FrontEndDevelopment + SuperBlocks.FullStackDeveloper ]; const fullSuperOrder = { @@ -50,7 +50,7 @@ const fullSuperOrder = { [SuperBlocks.RespWebDesign]: 15, [SuperBlocks.JsAlgoDataStruct]: 16, [SuperBlocks.TheOdinProject]: 17, - [SuperBlocks.FrontEndDevelopment]: 18 + [SuperBlocks.FullStackDeveloper]: 18 }; describe('createSuperOrder', () => { @@ -125,12 +125,12 @@ describe('getSuperOrder', () => { process.env.SHOW_UPCOMING_CHANGES === 'true' ) { expect(getSuperOrder(SuperBlocks.TheOdinProject)).toBe(17); - expect(getSuperOrder(SuperBlocks.FrontEndDevelopment)).toBe(18); + expect(getSuperOrder(SuperBlocks.FullStackDeveloper)).toBe(18); } else if (process.env.SHOW_NEW_CURRICULUM === 'true') { return; } else if (process.env.SHOW_UPCOMING_CHANGES === 'true') { expect(getSuperOrder(SuperBlocks.TheOdinProject)).toBe(17); - expect(getSuperOrder(SuperBlocks.FrontEndDevelopment)).toBe(18); + expect(getSuperOrder(SuperBlocks.FullStackDeveloper)).toBe(18); } }); }); diff --git a/shared/config/certification-settings.ts b/shared/config/certification-settings.ts index 9cdffe4a626..ef47d829853 100644 --- a/shared/config/certification-settings.ts +++ b/shared/config/certification-settings.ts @@ -26,7 +26,7 @@ export enum Certification { CollegeAlgebraPy = 'college-algebra-with-python-v8', FoundationalCSharp = 'foundational-c-sharp-with-microsoft', // Upcoming certifications - FrontEndDevelopment = 'front-end-development-v9', + FullStackDeveloper = 'full-stack-developer-v9', UpcomingPython = 'upcoming-python-v8', A2English = 'a2-english-for-developers-v8', B1English = 'b1-english-for-developers-v8', @@ -76,7 +76,7 @@ export const legacyFullStackCertification = [ // "Upcoming" certifications are standard certifications that are not live unless // showUpcomingChanges is true. export const upcomingCertifications = [ - Certification.FrontEndDevelopment, + Certification.FullStackDeveloper, Certification.UpcomingPython, Certification.A2English, Certification.B1English @@ -280,7 +280,7 @@ export const linkedInCredentialIds = { [Certification.RelationalDb]: 'rd', [Certification.CollegeAlgebraPy]: 'cawp', [Certification.FoundationalCSharp]: 'fcswm', - [Certification.FrontEndDevelopment]: 'fed', + [Certification.FullStackDeveloper]: 'fsd', [Certification.UpcomingPython]: 'up', [Certification.JsAlgoDataStructNew]: 'jaads', [Certification.A2English]: 'a2efd', diff --git a/shared/config/curriculum.ts b/shared/config/curriculum.ts index c6cbe15eca4..6f565f2ad11 100644 --- a/shared/config/curriculum.ts +++ b/shared/config/curriculum.ts @@ -22,7 +22,7 @@ export enum SuperBlocks { ProjectEuler = 'project-euler', CollegeAlgebraPy = 'college-algebra-with-python', FoundationalCSharp = 'foundational-c-sharp-with-microsoft', - FrontEndDevelopment = 'front-end-development', + FullStackDeveloper = 'full-stack-developer', UpcomingPython = 'upcoming-python', A2English = 'a2-english-for-developers', B1English = 'b1-english-for-developers', @@ -102,7 +102,7 @@ export const superBlockStages: StageMap = { [SuperBlockStage.New]: [], [SuperBlockStage.Upcoming]: [ SuperBlocks.B1English, - SuperBlocks.FrontEndDevelopment, + SuperBlocks.FullStackDeveloper, SuperBlocks.UpcomingPython ] }; @@ -126,7 +126,7 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = { SuperBlocks.ProjectEuler, SuperBlocks.JsAlgoDataStructNew, SuperBlocks.TheOdinProject, - SuperBlocks.FrontEndDevelopment, + SuperBlocks.FullStackDeveloper, SuperBlocks.UpcomingPython, SuperBlocks.A2English, SuperBlocks.B1English, @@ -136,7 +136,7 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = { SuperBlocks.CodingInterviewPrep, SuperBlocks.ProjectEuler, SuperBlocks.TheOdinProject, - SuperBlocks.FrontEndDevelopment, + SuperBlocks.FullStackDeveloper, SuperBlocks.UpcomingPython, SuperBlocks.A2English, SuperBlocks.B1English, @@ -146,7 +146,7 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = { SuperBlocks.CodingInterviewPrep, SuperBlocks.ProjectEuler, SuperBlocks.TheOdinProject, - SuperBlocks.FrontEndDevelopment, + SuperBlocks.FullStackDeveloper, SuperBlocks.UpcomingPython, SuperBlocks.A2English, SuperBlocks.B1English, @@ -156,7 +156,7 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = { SuperBlocks.FoundationalCSharp, SuperBlocks.JsAlgoDataStructNew, SuperBlocks.TheOdinProject, - SuperBlocks.FrontEndDevelopment, + SuperBlocks.FullStackDeveloper, SuperBlocks.UpcomingPython, SuperBlocks.A2English, SuperBlocks.B1English, @@ -164,7 +164,7 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = { ], [Languages.Portuguese]: [ SuperBlocks.JsAlgoDataStructNew, - SuperBlocks.FrontEndDevelopment, + SuperBlocks.FullStackDeveloper, SuperBlocks.UpcomingPython, SuperBlocks.A2English, SuperBlocks.B1English, @@ -172,7 +172,7 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = { ], [Languages.Ukrainian]: [ SuperBlocks.JsAlgoDataStructNew, - SuperBlocks.FrontEndDevelopment, + SuperBlocks.FullStackDeveloper, SuperBlocks.UpcomingPython, SuperBlocks.A2English, SuperBlocks.B1English @@ -180,7 +180,7 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = { [Languages.Japanese]: [ SuperBlocks.JsAlgoDataStructNew, SuperBlocks.TheOdinProject, - SuperBlocks.FrontEndDevelopment, + SuperBlocks.FullStackDeveloper, SuperBlocks.UpcomingPython, SuperBlocks.A2English, SuperBlocks.B1English, @@ -197,7 +197,7 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = { SuperBlocks.ProjectEuler, SuperBlocks.JsAlgoDataStructNew, SuperBlocks.TheOdinProject, - SuperBlocks.FrontEndDevelopment, + SuperBlocks.FullStackDeveloper, SuperBlocks.UpcomingPython, SuperBlocks.A2English, SuperBlocks.B1English, @@ -221,7 +221,7 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = { SuperBlocks.FrontEndDevLibs, SuperBlocks.JsAlgoDataStructNew, SuperBlocks.JsAlgoDataStruct, - SuperBlocks.FrontEndDevelopment, + SuperBlocks.FullStackDeveloper, SuperBlocks.UpcomingPython, SuperBlocks.A2English, SuperBlocks.B1English, @@ -243,7 +243,7 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = { SuperBlocks.TheOdinProject, SuperBlocks.FrontEndDevLibs, SuperBlocks.JsAlgoDataStructNew, - SuperBlocks.FrontEndDevelopment, + SuperBlocks.FullStackDeveloper, SuperBlocks.UpcomingPython, SuperBlocks.A2English, SuperBlocks.B1English, diff --git a/tools/challenge-auditor/index.ts b/tools/challenge-auditor/index.ts index 8faa54f356a..d844e956eef 100644 --- a/tools/challenge-auditor/index.ts +++ b/tools/challenge-auditor/index.ts @@ -55,7 +55,7 @@ const superBlockFolderMap = { 'rosetta-code': '22-rosetta-code', 'python-for-everybody': '23-python-for-everybody', 'b1-english-for-developers': '24-b1-english-for-developers', - 'front-end-development': '25-front-end-development' + 'full-stack-developer': '25-front-end-development' }; // These blocks are in the incorrect superblock. They should be moved but, for diff --git a/tools/challenge-helper-scripts/fs-utils.ts b/tools/challenge-helper-scripts/fs-utils.ts index b1b3e099bbd..bad7decca76 100644 --- a/tools/challenge-helper-scripts/fs-utils.ts +++ b/tools/challenge-helper-scripts/fs-utils.ts @@ -27,7 +27,7 @@ export function getSuperBlockSubPath(superBlock: SuperBlocks): string { [SuperBlocks.RosettaCode]: '22-rosetta-code', [SuperBlocks.PythonForEverybody]: '23-python-for-everybody', [SuperBlocks.B1English]: '24-b1-english-for-developers', - [SuperBlocks.FrontEndDevelopment]: '25-front-end-development' + [SuperBlocks.FullStackDeveloper]: '25-front-end-development' }; return pathMap[superBlock]; } diff --git a/tools/scripts/build/build-external-curricula-data.test.ts b/tools/scripts/build/build-external-curricula-data.test.ts index 4e3efea44b0..5b4fcb947af 100644 --- a/tools/scripts/build/build-external-curricula-data.test.ts +++ b/tools/scripts/build/build-external-curricula-data.test.ts @@ -89,7 +89,7 @@ describe('external curriculum data build', () => { const isUpcoming = [ 'b1-english-for-developers', 'upcoming-python', - 'front-end-development' + 'full-stack-developer' ]; // TODO: this is a hack, we should have a single source of truth for the