diff --git a/client/config/cert-and-project-map.ts b/client/config/cert-and-project-map.ts index d803741a6ca..27c3db65b02 100644 --- a/client/config/cert-and-project-map.ts +++ b/client/config/cert-and-project-map.ts @@ -60,7 +60,7 @@ const legacyInfosecQaInfosecBase = infoSecBase; // from the md/meta.json files for each cert and projects const fullstackCert = { id: '561add10cb82ac38a17213bd', - title: 'Legacy Full Stack', + title: 'Legacy Full-Stack', certSlug: Certification.LegacyFullStack, projects: null // Requirements are other certs and is @@ -145,7 +145,7 @@ const allStandardCerts = [ }, { id: '561acd10cb82ac38a17513bc', - title: 'Front End Development Libraries', + title: 'Frontend Development Libraries', certSlug: Certification.FrontEndDevLibs, projects: [ { @@ -256,7 +256,7 @@ const allStandardCerts = [ }, { id: '561add10cb82ac38a17523bc', - title: 'Back End Development and APIs', + title: 'Backend Development and APIs', certSlug: Certification.BackEndDevApis, projects: [ { @@ -517,7 +517,7 @@ const allStandardCerts = [ // Legacy certifications { id: '561add10cb82ac38a17513be', - title: 'Legacy Front End', + title: 'Legacy Frontend', certSlug: Certification.LegacyFrontEnd, projects: [ { @@ -621,7 +621,7 @@ const allStandardCerts = [ }, { id: '660add10cb82ac38a17513be', - title: 'Legacy Back End', + title: 'Legacy Backend', certSlug: Certification.LegacyBackEnd, projects: [ { @@ -835,12 +835,12 @@ const allStandardCerts = [ }, { id: '68e008aa5f80c6099d47b3a2', - title: 'Front End Development Libraries', + title: 'Frontend Development Libraries', certSlug: Certification.FrontEndDevLibsV9, projects: [ { id: '68e00b355f80c6099d47b3a3', - title: 'Front End Development Libraries Certification Exam', + title: 'Frontend Development Libraries Certification Exam', link: `${frontEndDevLibsV9Base}/exam-front-end-development-libraries-certification/exam-front-end-development-libraries-certification`, certSlug: Certification.FrontEndDevLibsV9 } @@ -874,12 +874,12 @@ const allStandardCerts = [ }, { id: '68e6bd5120effa1586e79857', - title: 'Back End Development and APIs', + title: 'Backend Development and APIs', certSlug: Certification.BackEndDevApisV9, projects: [ { id: '68e6bfa120effa1586e7985a', - title: 'Back End Development and APIs Certification Exam', + title: 'Backend Development and APIs Certification Exam', link: `${backEndDevApisV9Base}/exam-back-end-development-and-apis-certification/exam-back-end-development-and-apis-certification`, certSlug: Certification.BackEndDevApisV9 } @@ -887,12 +887,12 @@ const allStandardCerts = [ }, { id: '64514fda6c245de4d11eb7bb', - title: 'Certified Full Stack Developer', + title: 'Certified Full-Stack Developer', certSlug: Certification.FullStackDeveloperV9, projects: [ { id: '645147516c245de4d11eb7ba', - title: 'Certified Full Stack Developer Exam', + title: 'Certified Full-Stack Developer Exam', link: `${fullStackDeveloperV9Base}/exam-certified-full-stack-developer/exam-certified-full-stack-developer`, certSlug: Certification.FullStackDeveloperV9 } @@ -1030,6 +1030,6 @@ const certsToProjects = allStandardCerts.reduce((acc, curr) => { export type CertTitle = | (typeof liveCerts)[number]['title'] - | 'Legacy Full Stack'; + | 'Legacy Full-Stack'; export { liveCerts, certsToProjects, allCerts }; diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index e1fb12a13fd..ac8581fd080 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -490,10 +490,10 @@ } }, "front-end-development-libraries": { - "title": "Front End Development Libraries V8", + "title": "Frontend Development Libraries V8", "intro": [ - "Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular front end libraries in the industry.", - "In the Front End Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.", + "Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular frontend libraries in the industry.", + "In the Frontend Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.", "Later, you'll build a shopping cart and other applications to learn how to create powerful Single Page Applications (SPAs) with React and Redux." ], "note": "", @@ -501,7 +501,7 @@ "bootstrap": { "title": "Bootstrap", "intro": [ - "Bootstrap is a front end framework used to design responsive web pages and applications. It takes a mobile-first approach to web development, and includes pre-built CSS styles and classes, plus some JavaScript functionality.", + "Bootstrap is a frontend framework used to design responsive web pages and applications. It takes a mobile-first approach to web development, and includes pre-built CSS styles and classes, plus some JavaScript functionality.", "In this course, you'll learn how to build responsive websites with Bootstrap, and use its included classes to style buttons, images, forms, navigation, and other common elements." ] }, @@ -544,10 +544,10 @@ ] }, "front-end-development-libraries-projects": { - "title": "Front End Development Libraries Projects", + "title": "Frontend Development Libraries Projects", "intro": [ - "It's time to put your front end development libraries skills to the test. Use Bootstrap, jQuery, Sass, React, and Redux to build 5 projects that will test everything you've learned up to this point.", - "Complete all 5 projects, and you'll earn the Front End Development Libraries certification." + "It's time to put your frontend development libraries skills to the test. Use Bootstrap, jQuery, Sass, React, and Redux to build 5 projects that will test everything you've learned up to this point.", + "Complete all 5 projects, and you'll earn the Frontend Development Libraries certification." ] } } @@ -696,11 +696,11 @@ } }, "back-end-development-and-apis": { - "title": "Back End Development and APIs V8", + "title": "Backend Development and APIs V8", "intro": [ - "Until this point, you've only used JavaScript on the front end to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the back end, or server, to build entire web applications.", + "Until this point, you've only used JavaScript on the frontend to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the backend, or server, to build entire web applications.", "Today, one of the popular ways to build applications is through microservices, which are small, modular applications that work together to form a larger whole.", - "In the Back End Development and APIs Certification, you'll learn how to write back end apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library." + "In the Backend Development and APIs Certification, you'll learn how to write backend apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library." ], "note": "", "blocks": { @@ -729,10 +729,10 @@ ] }, "back-end-development-and-apis-projects": { - "title": "Back End Development and APIs Projects", + "title": "Backend Development and APIs Projects", "intro": [ "You've worked with APIs before, but now that you know npm, Node, Express, MongoDB, and Mongoose, it's time to build your own. Draw on everything you've learned up to this point to create 5 different microservices, which are smaller applications that are limited in scope.", - "After creating these, you'll have 5 cool microservice APIs you can show off to friends, family, and potential employers. Oh, and you'll have a shiny new Back End Development and APIs Certification, too." + "After creating these, you'll have 5 cool microservice APIs you can show off to friends, family, and potential employers. Oh, and you'll have a shiny new Backend Development and APIs Certification, too." ] } } @@ -759,13 +759,13 @@ "intro": [ "Now it's time to take a deep dive into Node.js and Express.js by building a chat application with a sign-in system.", "To implement the sign-in system safely, you'll need to learn about authentication. This is the act of verifying the identity of a person or process.", - "In this course, you'll learn how to use Passport to manage authentication, Pug to create reusable templates for quickly building the front end, and web sockets for real-time communication between the clients and server." + "In this course, you'll learn how to use Passport to manage authentication, Pug to create reusable templates for quickly building the frontend, and web sockets for real-time communication between the clients and server." ] }, "quality-assurance-projects": { "title": "Quality Assurance Projects", "intro": [ - "Now that you're well versed in both the front end and back end, it's time to apply all the skills and concepts you've learned up to this point. You'll build 5 different web applications, and write tests for each one to make sure they're working and can handle different edge cases.", + "Now that you're well versed in both the frontend and backend, it's time to apply all the skills and concepts you've learned up to this point. You'll build 5 different web applications, and write tests for each one to make sure they're working and can handle different edge cases.", "After completing these Quality Assurance projects, you'll have 5 more projects under your belt, and a new certification to show off on your portfolio." ] } @@ -3321,17 +3321,17 @@ } }, "front-end-development-libraries-v9": { - "title": "Front End Development Libraries Certification", + "title": "Frontend Development Libraries Certification", "note": "This certification is currently in development and will be available soon. We recommend completing the available courses below to prepare for the certification exam once it is released.", "intro": [ "This course teaches you the libraries that developers use to build webpages: React, TypeScript, and more.", - "To earn your Front End Development Libraries Certification:", + "To earn your Frontend Development Libraries Certification:", "- Complete the five required projects to qualify for the certification exam.", - "- Pass the Front End Development Libraries Certification exam." + "- Pass the Frontend Development Libraries Certification exam." ], "chapters": { - "front-end-development-libraries": "Front End Development Libraries", - "front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam" + "front-end-development-libraries": "Frontend Development Libraries", + "front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam" }, "modules": { "react-fundamentals": "React Fundamentals", @@ -3343,8 +3343,8 @@ "css-libraries-and-frameworks": "CSS Libraries and Frameworks", "data-visualization": "Data Visualization and D3", "typescript-fundamentals": "TypeScript Fundamentals", - "review-front-end-libraries": "Front End Libraries Review", - "front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam" + "review-front-end-libraries": "Frontend Libraries Review", + "front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam" }, "module-intros": { "data-visualization": { @@ -3362,7 +3362,7 @@ "front-end-development-libraries-certification-exam": { "note": "Coming 2026", "intro": [ - "Pass this exam to earn your Front End Development Libraries Certification." + "Pass this exam to earn your Frontend Development Libraries Certification." ] } }, @@ -3657,15 +3657,15 @@ "intro": ["Test what you've learned on Typescript with this quiz."] }, "review-front-end-libraries": { - "title": "Front End Libraries Review", + "title": "Frontend Libraries Review", "intro": [ - "Review the Front End Libraries concepts to prepare for the upcoming quiz." + "Review the Frontend Libraries concepts to prepare for the upcoming quiz." ] }, "exam-front-end-development-libraries-certification": { - "title": "Front End Development Libraries Certification Exam", + "title": "Frontend Development Libraries Certification Exam", "intro": [ - "Pass this exam to earn your Front End Development Libraries Certification" + "Pass this exam to earn your Frontend Development Libraries Certification" ] } } @@ -4394,17 +4394,17 @@ } }, "back-end-development-and-apis-v9": { - "title": "Back End Development and APIs Certification", + "title": "Backend Development and APIs Certification", "note": "This certification is currently in development and will be available soon.", "intro": [ - "This course teaches you the fundamentals of back end development and APIs.", - "To earn your Back End Development and APIs Certification:", + "This course teaches you the fundamentals of backend development and APIs.", + "To earn your Backend Development and APIs Certification:", "- Complete the five required projects to qualify for the certification exam.", - "- Pass the Back End Development and APIs Certification exam." + "- Pass the Backend Development and APIs Certification exam." ], "chapters": { - "back-end-development-and-apis": "Back End Development and APIs", - "back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam" + "back-end-development-and-apis": "Backend Development and APIs", + "back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam" }, "modules": { "introduction-to-nodejs": "Introduction to Node.js", @@ -4420,7 +4420,7 @@ "security-and-privacy": "Security and Privacy", "authentication": "Authentication", "tooling-and-deployment": "Tooling and Deployment", - "back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam" + "back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam" }, "module-intros": { "introduction-to-nodejs": { @@ -4498,13 +4498,13 @@ "tooling-and-deployment": { "note": "Coming Late 2026", "intro": [ - "In this module, you will learn about common tools used in the industry for deploying your full stack applications. Then you will take a short quiz to test your knowledge." + "In this module, you will learn about common tools used in the industry for deploying your full-stack applications. Then you will take a short quiz to test your knowledge." ] }, "back-end-development-and-apis-certification-exam": { "note": "Coming Late 2026", "intro": [ - "Pass this exam to earn your Back End Development and APIs Certification." + "Pass this exam to earn your Backend Development and APIs Certification." ] } }, @@ -4562,25 +4562,25 @@ ] }, "exam-back-end-development-and-apis-certification": { - "title": "Back End Development and APIs Certification Exam", + "title": "Backend Development and APIs Certification Exam", "intro": [ - "Pass this exam to earn your Back End Development and APIs Certification" + "Pass this exam to earn your Backend Development and APIs Certification" ] } } }, "full-stack-developer-v9": { - "title": "Certified Full Stack Developer Curriculum", - "note": "If you were previously working through our full stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.", + "title": "Certified Full-Stack Developer Curriculum", + "note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.", "intro": [ - "This certification represents the culmination of your full stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.", - "To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full Stack Developer Certification." + "This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.", + "To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification." ], "chapters": { - "certified-full-stack-developer-exam": "Certified Full Stack Developer Exam" + "certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam" }, "modules": { - "certified-full-stack-developer-exam": "Certified Full Stack Developer Exam" + "certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam" }, "module-intros": { "certified-full-stack-developer-exam": { @@ -4592,8 +4592,8 @@ }, "blocks": { "exam-certified-full-stack-developer": { - "title": "Certified Full Stack Developer Exam", - "intro": ["Pass this exam to become a Certified Full Stack Developer."] + "title": "Certified Full-Stack Developer Exam", + "intro": ["Pass this exam to become a Certified Full-Stack Developer."] } } }, @@ -7365,7 +7365,7 @@ } }, "full-stack-open": { - "title": "Full Stack Open", + "title": "Full-Stack Open", "intro": ["A good intro is to be added here."], "blocks": { "cat-blog-page": { diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index 784b8ac4b2d..07a38c7ce03 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -919,7 +919,7 @@ "document-notfound": "document not found", "slow-load-msg": "Looks like this is taking longer than usual, please try refreshing the page.", "navigation-warning": "If you leave this page, you will lose your progress. Are you sure?", - "fsd-b-description": "This comprehensive course prepares you to become a Certified Full Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.", + "fsd-b-description": "This comprehensive course prepares you to become a Certified Full-Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.", "fsd-b-cta": "Start Learning", "continue-learning": "Continue Learning", "fsd-b-benefit-1-title": "100k+ Students", @@ -1148,7 +1148,7 @@ "quincy-larson-signature": "Quincy Larson's Signature", "julia-liuson-signature": "Julia Liuson's Signature", "project": { - "heading-legacy-full-stack": "As part of this Legacy Full Stack certification, {{user}} completed the following certifications:", + "heading-legacy-full-stack": "As part of this Legacy Full-Stack certification, {{user}} completed the following certifications:", "heading-exam": "As part of this certification, {{user}} passed the following exam: ", "heading": "As part of this certification, {{user}} built the following projects and got all automated test suites to pass:", "solution": "Solution", @@ -1240,14 +1240,14 @@ "javascript-algorithms-and-data-structures-cert": "Legacy JavaScript Algorithms and Data Structures V7 Certification", "javascript-algorithms-and-data-structures-v8": "Legacy JavaScript Algorithms and Data Structures V8", "javascript-algorithms-and-data-structures-v8-cert": "Legacy JavaScript Algorithms and Data Structures V8 Certification", - "front-end-development-libraries": "Front End Development Libraries V8", - "front-end-development-libraries-cert": "Front End Development Libraries V8 Certification", + "front-end-development-libraries": "Frontend Development Libraries V8", + "front-end-development-libraries-cert": "Frontend Development Libraries V8 Certification", "data-visualization": "Data Visualization V8", "data-visualization-cert": "Data Visualization V8 Certification", "relational-database-v8": "Relational Database V8", "relational-database-v8-cert": "Relational Database V8 Certification", - "back-end-development-and-apis": "Back End Development and APIs V8", - "back-end-development-and-apis-cert": "Back End Development and APIs V8 Certification", + "back-end-development-and-apis": "Backend Development and APIs V8", + "back-end-development-and-apis-cert": "Backend Development and APIs V8 Certification", "quality-assurance-v7": "Quality Assurance", "quality-assurance-v7-cert": "Quality Assurance Certification", "scientific-computing-with-python-v7": "Scientific Computing with Python", @@ -1271,16 +1271,16 @@ "responsive-web-design-v9-cert": "Responsive Web Design Certification", "javascript-v9": "JavaScript", "javascript-v9-cert": "JavaScript Certification", - "front-end-development-libraries-v9": "Front End Development Libraries", - "front-end-development-libraries-v9-cert": "Front End Development Libraries Certification", + "front-end-development-libraries-v9": "Frontend Development Libraries", + "front-end-development-libraries-v9-cert": "Frontend Development Libraries Certification", "python-v9": "Python", "python-v9-cert": "Python Certification", "relational-databases-v9": "Relational Database", "relational-databases-v9-cert": "Relational Database Certification", - "back-end-development-and-apis-v9": "Back End Development and APIs", - "back-end-development-and-apis-v9-cert": "Back End Development and APIs Certification", - "full-stack-developer-v9": "Full Stack Developer", - "full-stack-developer-v9-cert": "Full Stack Developer Certification", + "back-end-development-and-apis-v9": "Backend Development and APIs", + "back-end-development-and-apis-v9-cert": "Backend Development and APIs Certification", + "full-stack-developer-v9": "Full-Stack Developer", + "full-stack-developer-v9-cert": "Full-Stack Developer Certification", "a1-professional-spanish": "A1 Professional Spanish", "a1-professional-spanish-cert": "A1 Professional Spanish Certification", "a2-professional-spanish": "A2 Professional Spanish", @@ -1289,16 +1289,16 @@ "a2-professional-chinese-cert": "A2 Professional Chinese Certification", "a1-professional-chinese": "A1 Professional Chinese", "a1-professional-chinese-cert": "A1 Professional Chinese Certification", - "legacy-front-end": "Legacy Front End", - "legacy-front-end-cert": "Legacy Front End Certification", - "legacy-back-end": "Legacy Back End", - "legacy-back-end-cert": "Legacy Back End Certification", + "legacy-front-end": "Legacy Frontend", + "legacy-front-end-cert": "Legacy Frontend Certification", + "legacy-back-end": "Legacy Backend", + "legacy-back-end-cert": "Legacy Backend Certification", "legacy-data-visualization": "Legacy Data Visualization", "legacy-data-visualization-cert": "Legacy Data Visualization Certification", "information-security-and-quality-assurance": "Legacy Information Security and Quality Assurance", "information-security-and-quality-assurance-cert": "Legacy Information Security and Quality Assurance Certification", - "full-stack": "Legacy Full Stack", - "full-stack-cert": "Legacy Full Stack Certification" + "full-stack": "Legacy Full-Stack", + "full-stack-cert": "Legacy Full-Stack Certification" } }, "certification-card": { diff --git a/client/src/components/profile/components/utils/certification.ts b/client/src/components/profile/components/utils/certification.ts index 23d527cc7e3..b127550655d 100644 --- a/client/src/components/profile/components/utils/certification.ts +++ b/client/src/components/profile/components/utils/certification.ts @@ -110,7 +110,7 @@ export const getCertifications = (user: User) => { }, { show: isFrontEndLibsCert, - title: 'Front End Development Libraries V8 Certification', + title: 'Frontend Development Libraries V8 Certification', certSlug: Certification.FrontEndDevLibs }, { @@ -125,7 +125,7 @@ export const getCertifications = (user: User) => { }, { show: isApisMicroservicesCert, - title: 'Back End Development and APIs V8 Certification', + title: 'Backend Development and APIs V8 Certification', certSlug: Certification.BackEndDevApis }, { @@ -160,7 +160,7 @@ export const getCertifications = (user: User) => { }, { show: isFrontEndCert, - title: 'Front End Certification', + title: 'Frontend Certification', certSlug: Certification.LegacyFrontEnd }, { @@ -171,7 +171,7 @@ export const getCertifications = (user: User) => { }, { show: isBackEndCert, - title: 'Back End Certification', + title: 'Backend Certification', certSlug: Certification.LegacyBackEnd }, { @@ -187,7 +187,7 @@ export const getCertifications = (user: User) => { }, { show: isFullStackCert, - title: 'Full Stack Certification', + title: 'Full-Stack Certification', // Keep the current public profile cert slug certSlug: Certification.LegacyFullStack } diff --git a/client/src/pages/learn/back-end-development-and-apis-v9/index.md b/client/src/pages/learn/back-end-development-and-apis-v9/index.md index 4a944c6f8c4..78a83f8d757 100644 --- a/client/src/pages/learn/back-end-development-and-apis-v9/index.md +++ b/client/src/pages/learn/back-end-development-and-apis-v9/index.md @@ -1,9 +1,9 @@ --- -title: Back End Development and APIs +title: Backend Development and APIs superBlock: back-end-development-and-apis-v9 certification: back-end-development-and-apis-v9 --- -## Introduction to Back End Development and APIs +## Introduction to Backend Development and APIs -This is a stub introduction for Back End Development and APIs +This is a stub introduction for Backend Development and APIs diff --git a/client/src/pages/learn/back-end-development-and-apis/index.md b/client/src/pages/learn/back-end-development-and-apis/index.md index 780563043f9..cf5a96fc235 100644 --- a/client/src/pages/learn/back-end-development-and-apis/index.md +++ b/client/src/pages/learn/back-end-development-and-apis/index.md @@ -1,12 +1,12 @@ --- -title: Back End Development and APIs +title: Backend Development and APIs superBlock: back-end-development-and-apis certification: back-end-development-and-apis --- -## Introduction to Back End Development and APIs +## Introduction to Backend Development and APIs -This is a stub introduction for Back End Development and APIs +This is a stub introduction for Backend Development and APIs ## Microservices diff --git a/client/src/pages/learn/front-end-development-libraries-v9/index.md b/client/src/pages/learn/front-end-development-libraries-v9/index.md index 2db8efbfa38..a5ef557a867 100644 --- a/client/src/pages/learn/front-end-development-libraries-v9/index.md +++ b/client/src/pages/learn/front-end-development-libraries-v9/index.md @@ -1,9 +1,9 @@ --- -title: Front End Development Libraries +title: Frontend Development Libraries superBlock: front-end-development-libraries-v9 certification: front-end-development-libraries-v9 --- -## Introduction to Front End Development Libraries +## Introduction to Frontend Development Libraries -This is a stub introduction for Front End Development Libraries +This is a stub introduction for Frontend Development Libraries diff --git a/client/src/pages/learn/front-end-development-libraries/index.md b/client/src/pages/learn/front-end-development-libraries/index.md index ebc9011b4f0..335190a21ef 100644 --- a/client/src/pages/learn/front-end-development-libraries/index.md +++ b/client/src/pages/learn/front-end-development-libraries/index.md @@ -1,9 +1,9 @@ --- -title: Front End Development Libraries +title: Frontend Development Libraries superBlock: front-end-development-libraries certification: front-end-development-libraries --- -## Introduction to Front End Development Libraries +## Introduction to Frontend Development Libraries -This is a stub introduction for Front End Development Libraries +This is a stub introduction for Frontend Development Libraries diff --git a/client/src/pages/learn/full-stack-developer-v9/index.md b/client/src/pages/learn/full-stack-developer-v9/index.md index 467cea8ef4e..4c20f9aa927 100644 --- a/client/src/pages/learn/full-stack-developer-v9/index.md +++ b/client/src/pages/learn/full-stack-developer-v9/index.md @@ -1,9 +1,9 @@ --- -title: Certified Full Stack Developer +title: Certified Full-Stack Developer superBlock: full-stack-developer-v9 certification: full-stack-developer-v9 --- -## Certified Full Stack Developer +## Certified Full-Stack Developer -Learn HTML, CSS, JavaScript, Relational Databases, React, and Node.js to become a 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/full-stack-open/index.md b/client/src/pages/learn/full-stack-open/index.md index 1879f8718fd..834a3801143 100644 --- a/client/src/pages/learn/full-stack-open/index.md +++ b/client/src/pages/learn/full-stack-open/index.md @@ -1,9 +1,9 @@ --- -title: Full Stack Open +title: Full-Stack Open superBlock: full-stack-open certification: full-stack-open --- -## Full Stack Open +## Full-Stack Open -The [Full Stack Open](https://fullstackopen.com/en/) curriculum, created by the University of Helsinki, covers modern web development with JavaScript. The curriculum focuses on building single page applications with ReactJS that use REST APIs built with Node.js. It also covers GraphQL APIs, TypeScript, and testing. +The [Full-Stack Open](https://fullstackopen.com/en/) curriculum, created by the University of Helsinki, covers modern web development with JavaScript. The curriculum focuses on building single page applications with ReactJS that use REST APIs built with Node.js. It also covers GraphQL APIs, TypeScript, and testing. diff --git a/client/src/templates/Challenges/projects/solution-form.tsx b/client/src/templates/Challenges/projects/solution-form.tsx index ab15b8cd38b..8a3c2360970 100644 --- a/client/src/templates/Challenges/projects/solution-form.tsx +++ b/client/src/templates/Challenges/projects/solution-form.tsx @@ -45,7 +45,7 @@ export class SolutionForm extends Component { render(): JSX.Element { const { challengeType, description, t } = this.props; - // back end challenges and front end projects use a single form field + // back end challenges and frontend projects use a single form field const solutionField = [ { name: 'solution', label: t('learn.solution-link') } ]; diff --git a/client/src/templates/Introduction/super-block-intro.test.tsx b/client/src/templates/Introduction/super-block-intro.test.tsx index 577d59283de..129ecd7051a 100644 --- a/client/src/templates/Introduction/super-block-intro.test.tsx +++ b/client/src/templates/Introduction/super-block-intro.test.tsx @@ -65,15 +65,15 @@ vi.mock('./components/super-block-accordion', () => ({ const translationMap: Record = { 'intro:full-stack-developer': { - title: 'Full Stack Developer', - intro: ['Build and deploy full stack apps.'], + title: 'Full-Stack Developer', + intro: ['Build and deploy full-stack apps.'], note: 'Stay curious.' }, 'intro:full-stack-developer-v9': { - title: 'Certified Full Stack Developer Curriculum', + title: 'Certified Full-Stack Developer Curriculum', intro: [ - 'This certification represents the culmination of your full stack developer journey.', - 'Pass the exam to earn your Full Stack Developer Certification.' + 'This certification represents the culmination of your full-stack developer journey.', + 'Pass the exam to earn your Full-Stack Developer Certification.' ], note: 'Coming soon.' }, @@ -328,7 +328,7 @@ type Scenario = { const scenarios: Scenario[] = [ { description: - 'For a non full stack certification with progress it should render the continue button and slug.', + 'For a non full-stack certification with progress it should render the continue button and slug.', superBlock: SuperBlocks.RespWebDesign, completedOrders: [1], expected: { @@ -339,7 +339,7 @@ const scenarios: Scenario[] = [ }, { description: - 'For a non full stack certification without progress it should render the start button and slug.', + 'For a non full-stack certification without progress it should render the start button and slug.', superBlock: SuperBlocks.RespWebDesign, completedOrders: [], expected: { @@ -350,7 +350,7 @@ const scenarios: Scenario[] = [ }, { description: - 'For a non full stack certification with full progress it should not render the button.', + 'For a non full-stack certification with full progress it should not render the button.', superBlock: SuperBlocks.RespWebDesign, completedOrders: [1, 2, 3], expected: { @@ -361,7 +361,7 @@ const scenarios: Scenario[] = [ }, { description: - 'For the full stack certification with progress it should not render the start or continue button.', + 'For the full-stack certification with progress it should not render the start or continue button.', superBlock: SuperBlocks.FullStackDeveloperV9, completedOrders: [1], expected: { @@ -372,7 +372,7 @@ const scenarios: Scenario[] = [ }, { description: - 'For the full stack certification without progress it should not render the start or continue button.', + 'For the full-stack certification without progress it should not render the start or continue button.', superBlock: SuperBlocks.FullStackDeveloperV9, completedOrders: [], expected: { @@ -383,7 +383,7 @@ const scenarios: Scenario[] = [ }, { description: - 'For the full stack certification with full progress it should not render the button.', + 'For the full-stack certification with full progress it should not render the button.', superBlock: SuperBlocks.FullStackDeveloperV9, completedOrders: [1, 2, 3], expected: { diff --git a/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/5a8b073d06fa14fcfde687aa.md b/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/5a8b073d06fa14fcfde687aa.md index b38824455ca..736f37fb104 100644 --- a/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/5a8b073d06fa14fcfde687aa.md +++ b/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/5a8b073d06fa14fcfde687aa.md @@ -8,7 +8,7 @@ dashedName: exercise-tracker # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://exercise-tracker.freecodecamp.rocks. Working on this project will involve you writing your code using one of the following methods: +Build a full-stack JavaScript app that is functionally similar to this: https://exercise-tracker.freecodecamp.rocks. Working on this project will involve you writing your code using one of the following methods: - Clone this GitHub repo and complete your project locally. - Use a site builder of your choice to complete the project. Be sure to incorporate all the files from our GitHub repo. diff --git a/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bd0e.md b/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bd0e.md index 139a4ffffaf..9a344d328d2 100644 --- a/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bd0e.md +++ b/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bd0e.md @@ -8,7 +8,7 @@ dashedName: url-shortener-microservice # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://url-shortener-microservice.freecodecamp.rocks. Working on this project will involve you writing your code using one of the following methods: +Build a full-stack JavaScript app that is functionally similar to this: https://url-shortener-microservice.freecodecamp.rocks. Working on this project will involve you writing your code using one of the following methods: - Clone this GitHub repo and complete your project locally. - Use a site builder of your choice to complete the project. Be sure to incorporate all the files from our GitHub repo. diff --git a/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bd0f.md b/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bd0f.md index 146b27ba80e..20ca5293de1 100644 --- a/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bd0f.md +++ b/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bd0f.md @@ -8,7 +8,7 @@ dashedName: file-metadata-microservice # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://file-metadata-microservice.freecodecamp.rocks. Working on this project will involve you writing your code using one of the following methods: +Build a full-stack JavaScript app that is functionally similar to this: https://file-metadata-microservice.freecodecamp.rocks. Working on this project will involve you writing your code using one of the following methods: - Clone this GitHub repo and complete your project locally. - Use a site builder of your choice to complete the project. Be sure to incorporate all the files from our GitHub repo. diff --git a/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bdef.md b/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bdef.md index 1d4a2d198c0..ac82fd93019 100644 --- a/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bdef.md +++ b/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bdef.md @@ -8,7 +8,7 @@ dashedName: timestamp-microservice # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://timestamp-microservice.freecodecamp.rocks. Working on this project will involve you writing your code using one of the following methods: +Build a full-stack JavaScript app that is functionally similar to this: https://timestamp-microservice.freecodecamp.rocks. Working on this project will involve you writing your code using one of the following methods: - Clone this GitHub repo and complete your project locally. - Use a site builder of your choice to complete the project. Be sure to incorporate all the files from our GitHub repo. diff --git a/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bdff.md b/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bdff.md index b968cb8e322..931e22543c8 100644 --- a/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bdff.md +++ b/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bdff.md @@ -8,7 +8,7 @@ dashedName: request-header-parser-microservice # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://request-header-parser-microservice.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods: +Build a full-stack JavaScript app that is functionally similar to this: https://request-header-parser-microservice.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods: - Clone this GitHub repo and complete your project locally. - Use a site builder of your choice to complete the project. Be sure to incorporate all the files from our GitHub repo. diff --git a/curriculum/challenges/english/blocks/exam-back-end-development-and-apis-certification/68e6bfa120effa1586e7985a.md b/curriculum/challenges/english/blocks/exam-back-end-development-and-apis-certification/68e6bfa120effa1586e7985a.md index cb9a1361f7d..4be08389898 100644 --- a/curriculum/challenges/english/blocks/exam-back-end-development-and-apis-certification/68e6bfa120effa1586e7985a.md +++ b/curriculum/challenges/english/blocks/exam-back-end-development-and-apis-certification/68e6bfa120effa1586e7985a.md @@ -1,6 +1,6 @@ --- id: 68e6bfa120effa1586e7985a -title: Back End Development and APIs Certification Exam +title: Backend Development and APIs Certification Exam challengeType: 30 isExam: true dashedName: exam-back-end-development-and-apis-certification diff --git a/curriculum/challenges/english/blocks/exam-certified-full-stack-developer/645147516c245de4d11eb7ba.md b/curriculum/challenges/english/blocks/exam-certified-full-stack-developer/645147516c245de4d11eb7ba.md index 84f37621300..dd8a03d0533 100644 --- a/curriculum/challenges/english/blocks/exam-certified-full-stack-developer/645147516c245de4d11eb7ba.md +++ b/curriculum/challenges/english/blocks/exam-certified-full-stack-developer/645147516c245de4d11eb7ba.md @@ -1,6 +1,6 @@ --- id: 645147516c245de4d11eb7ba -title: Certified Full Stack Developer Exam +title: Certified Full-Stack Developer Exam challengeType: 30 isExam: true dashedName: exam-certified-full-stack-developer diff --git a/curriculum/challenges/english/blocks/exam-front-end-development-libraries-certification/68e00b355f80c6099d47b3a3.md b/curriculum/challenges/english/blocks/exam-front-end-development-libraries-certification/68e00b355f80c6099d47b3a3.md index 0379e2b298a..25215f9023a 100644 --- a/curriculum/challenges/english/blocks/exam-front-end-development-libraries-certification/68e00b355f80c6099d47b3a3.md +++ b/curriculum/challenges/english/blocks/exam-front-end-development-libraries-certification/68e00b355f80c6099d47b3a3.md @@ -1,6 +1,6 @@ --- id: 68e00b355f80c6099d47b3a3 -title: Front End Development Libraries Certification Exam +title: Frontend Development Libraries Certification Exam challengeType: 30 isExam: true dashedName: exam-front-end-development-libraries-certification diff --git a/curriculum/challenges/english/blocks/information-security-projects/587d824a367417b2b2512c44.md b/curriculum/challenges/english/blocks/information-security-projects/587d824a367417b2b2512c44.md index 2afb4c1cf0c..670911881f0 100644 --- a/curriculum/challenges/english/blocks/information-security-projects/587d824a367417b2b2512c44.md +++ b/curriculum/challenges/english/blocks/information-security-projects/587d824a367417b2b2512c44.md @@ -8,7 +8,7 @@ dashedName: stock-price-checker # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://stock-price-checker.freecodecamp.rocks/. +Build a full-stack JavaScript app that is functionally similar to this: https://stock-price-checker.freecodecamp.rocks/. Since all reliable stock price APIs require an API key, we've built a workaround. Use https://stock-price-checker-proxy.freecodecamp.rocks/ to get up-to-date stock price information without needing to sign up for your own key. diff --git a/curriculum/challenges/english/blocks/information-security-projects/587d824a367417b2b2512c45.md b/curriculum/challenges/english/blocks/information-security-projects/587d824a367417b2b2512c45.md index 1317f73787e..f408ffe21fd 100644 --- a/curriculum/challenges/english/blocks/information-security-projects/587d824a367417b2b2512c45.md +++ b/curriculum/challenges/english/blocks/information-security-projects/587d824a367417b2b2512c45.md @@ -8,7 +8,7 @@ dashedName: anonymous-message-board # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://anonymous-message-board.freecodecamp.rocks/. +Build a full-stack JavaScript app that is functionally similar to this: https://anonymous-message-board.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods: diff --git a/curriculum/challenges/english/blocks/lab-video-compilation-page/669e81368e52b3a5c35a2dc5.md b/curriculum/challenges/english/blocks/lab-video-compilation-page/669e81368e52b3a5c35a2dc5.md index 87ad2a699bc..c13d181e664 100644 --- a/curriculum/challenges/english/blocks/lab-video-compilation-page/669e81368e52b3a5c35a2dc5.md +++ b/curriculum/challenges/english/blocks/lab-video-compilation-page/669e81368e52b3a5c35a2dc5.md @@ -192,9 +192,9 @@ assert.isAbove(document.querySelectorAll('iframe')[2]?.width.length, 0)
-

Front End Web Development

-

Front End Web Development involves designing and building user interfaces of websites using HTML, CSS, and - JavaScript. It focuses on creating visually appealing, interactive, and user-friendly websites. Front End +

Frontend Web Development

+

Frontend Web Development involves designing and building user interfaces of websites using HTML, CSS, and + JavaScript. It focuses on creating visually appealing, interactive, and user-friendly websites. Frontend developers ensure accessibility, performance optimization, and adherence to web standards, blending creativity with technical expertise.

diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143b9e1f5035c6e5f2a8231.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143b9e1f5035c6e5f2a8231.md index 92f06d6ab16..80295bb0399 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143b9e1f5035c6e5f2a8231.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143b9e1f5035c6e5f2a8231.md @@ -14,8 +14,8 @@ Then give the `h4` and `p` elements the following text content, in order, with e - `V1 - 2014`: `We launched freeCodeCamp with a simple list of 15 resources, including Harvard's CS50 and Stanford's Database Class.` - `V2 - 2015`: `We added interactive algorithm challenges.` - `V3 - 2015`: `We added our own HTML+CSS challenges (before we'd been relying on General Assembly's Dash course for these).` -- `V4 - 2016`: `We expanded the curriculum to 3 certifications, including Front End, Back End, and Data Visualization. They each had 10 required projects, but only the Front End section had its own challenges. For the other certs, we were still using external resources like Node School.` -- `V5 - 2017`: `We added the back end and data visualization challenges.` +- `V4 - 2016`: `We expanded the curriculum to 3 certifications, including Frontend, Backend, and Data Visualization. They each had 10 required projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.` +- `V5 - 2017`: `We added the backend and data visualization challenges.` - `V6 - 2018`: `We launched 6 new certifications to replace our old ones. This was the biggest curriculum improvement to date.` # --hints-- @@ -75,10 +75,10 @@ Your fourth `h4` should have the text `V4 - 2016`. assert(document.querySelectorAll('.lists li h4')?.[3]?.innerText === 'V4 - 2016'); ``` -Your fourth `p` should have the text `We expanded the curriculum to 3 certifications, including Front End, Back End, and Data Visualization. They each had 10 required projects, but only the Front End section had its own challenges. For the other certs, we were still using external resources like Node School.` +Your fourth `p` should have the text `We expanded the curriculum to 3 certifications, including Frontend, Backend, and Data Visualization. They each had 10 required projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.` ```js -assert(document.querySelectorAll('.lists li p')?.[3]?.innerText === 'We expanded the curriculum to 3 certifications, including Front End, Back End, and Data Visualization. They each had 10 required projects, but only the Front End section had its own challenges. For the other certs, we were still using external resources like Node School.'); +assert(document.querySelectorAll('.lists li p')?.[3]?.innerText === 'We expanded the curriculum to 3 certifications, including Frontend, Backend, and Data Visualization. They each had 10 required projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.'); ``` Your fifth `h4` should have the text `V5 - 2017`. @@ -87,10 +87,10 @@ Your fifth `h4` should have the text `V5 - 2017`. assert(document.querySelectorAll('.lists li h4')?.[4]?.innerText === 'V5 - 2017'); ``` -Your fifth `p` should have the text `We added the back end and data visualization challenges.` +Your fifth `p` should have the text `We added the backend and data visualization challenges.` ```js -assert(document.querySelectorAll('.lists li p')?.[4]?.innerText === 'We added the back end and data visualization challenges.'); +assert(document.querySelectorAll('.lists li p')?.[4]?.innerText === 'We added the backend and data visualization challenges.'); ``` Your sixth `h4` should have the text `V6 - 2018`. diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143bb50e8e48c6f5ef9d8d5.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143bb50e8e48c6f5ef9d8d5.md index 06fb3da6c3c..3644bfbf495 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143bb50e8e48c6f5ef9d8d5.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143bb50e8e48c6f5ef9d8d5.md @@ -159,16 +159,16 @@ assert(children?.[3]?.localName === 'img');
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143c2a363865c715f1a3f72.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143c2a363865c715f1a3f72.md index 2a6bd8dc4cb..0071e591bc0 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143c2a363865c715f1a3f72.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143c2a363865c715f1a3f72.md @@ -167,16 +167,16 @@ assert(document.querySelectorAll('.image-wrapper img')?.[0]?.getAttribute('heigh
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143cd08fe927072ca3a371d.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143cd08fe927072ca3a371d.md index 66fe0f88a1d..d15b8e04ae2 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143cd08fe927072ca3a371d.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143cd08fe927072ca3a371d.md @@ -167,16 +167,16 @@ assert(document.querySelectorAll('.image-wrapper img')?.[1]?.getAttribute('heigh
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143cdf48b634a747de42104.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143cdf48b634a747de42104.md index e68a89181f4..5dc84b6ea1d 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143cdf48b634a747de42104.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143cdf48b634a747de42104.md @@ -167,16 +167,16 @@ assert(document.querySelectorAll('.image-wrapper img')?.[2]?.getAttribute('heigh
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143d003ad9e9d76766293ec.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143d003ad9e9d76766293ec.md index 4014ac8d11d..aa64ecfc636 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143d003ad9e9d76766293ec.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143d003ad9e9d76766293ec.md @@ -164,16 +164,16 @@ assert(document.querySelector('.image-quote p')?.innerText === 'The millions of
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143d2842b497779bad947de.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143d2842b497779bad947de.md index fbff2524af8..deb6a436c10 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143d2842b497779bad947de.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6143d2842b497779bad947de.md @@ -157,16 +157,16 @@ assert(new __helpers.CSSHelp(document).getStyle('*, ::before, ::after')?.boxSizi
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144d66a5358db0c80628757.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144d66a5358db0c80628757.md index 4d0d59c5d2b..e34848a7f53 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144d66a5358db0c80628757.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144d66a5358db0c80628757.md @@ -145,16 +145,16 @@ assert(new __helpers.CSSHelp(document).getStyle('html')?.fontSize === '62.5%');
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144d7dbdd3e580da730ff45.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144d7dbdd3e580da730ff45.md index e61bb8104a9..4e8e82c0cb3 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144d7dbdd3e580da730ff45.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144d7dbdd3e580da730ff45.md @@ -156,16 +156,16 @@ assert(new __helpers.CSSHelp(document).getStyle('body')?.backgroundColor === 'rg
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144de308591ec10e27d5383.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144de308591ec10e27d5383.md index d05b2a598e4..1ec077dde14 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144de308591ec10e27d5383.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144de308591ec10e27d5383.md @@ -144,16 +144,16 @@ assert(fontFamily === 'Anton, sans-serif' || fontFamily === `"Anton", sans-serif
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144e1ba93e435127a7f516d.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144e1ba93e435127a7f516d.md index e82412e6ee2..8b8ad2b5630 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144e1ba93e435127a7f516d.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144e1ba93e435127a7f516d.md @@ -144,16 +144,16 @@ assert(fontFamily === 'Raleway, sans-serif' || fontFamily === `"Raleway", sans-s
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144ee46a9d6e614c598cc05.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144ee46a9d6e614c598cc05.md index 7281e5790cb..dbc80737fe1 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144ee46a9d6e614c598cc05.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144ee46a9d6e614c598cc05.md @@ -149,16 +149,16 @@ assert(new __helpers.CSSHelp(document).getStyle('a')?.color === 'linen');
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144ee790af79815ad15a832.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144ee790af79815ad15a832.md index 59eaf00b28d..54ad26d4936 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144ee790af79815ad15a832.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144ee790af79815ad15a832.md @@ -145,16 +145,16 @@ assert(new __helpers.CSSHelp(document).getStyle('main')?.display === 'grid');
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f1410990ea17187a722b.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f1410990ea17187a722b.md index 03e2b2add94..49f7dd8549a 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f1410990ea17187a722b.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f1410990ea17187a722b.md @@ -139,16 +139,16 @@ assert(new __helpers.CSSHelp(document).getStyle('main')?.gridTemplateColumns ===
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f3818bfbc51844152e36.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f3818bfbc51844152e36.md index 1e8f61e3fa2..40f35c8bd5d 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f3818bfbc51844152e36.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f3818bfbc51844152e36.md @@ -139,16 +139,16 @@ assert(new __helpers.CSSHelp(document).getStyle('main')?.gridTemplateColumns ===
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f42204c8c8195f1f3345.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f42204c8c8195f1f3345.md index baa51ed32c2..e4faf1ef79a 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f42204c8c8195f1f3345.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f42204c8c8195f1f3345.md @@ -137,16 +137,16 @@ assert(new __helpers.CSSHelp(document).getStyle('main')?.rowGap === '3rem');
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f47b7c631e1a6f304dd5.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f47b7c631e1a6f304dd5.md index 937c3410e1b..ece84584c50 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f47b7c631e1a6f304dd5.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6144f47b7c631e1a6f304dd5.md @@ -147,16 +147,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.heading')?.gridColumn === '2 /
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b07081759c2c691166a9.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b07081759c2c691166a9.md index f12a2d7328c..d72dfee6af4 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b07081759c2c691166a9.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b07081759c2c691166a9.md @@ -143,16 +143,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.text')?.gridColumn === '2 / 3'
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b0d764e4192e5712ed92.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b0d764e4192e5712ed92.md index 26a4f729102..2a6cf881932 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b0d764e4192e5712ed92.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b0d764e4192e5712ed92.md @@ -139,16 +139,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.heading')?.display === 'grid')
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b185ef37522f688316b0.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b185ef37522f688316b0.md index c073379c6a4..93c007333eb 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b185ef37522f688316b0.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b185ef37522f688316b0.md @@ -141,16 +141,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.heading')?.gridTemplateColumns
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b30464daf630848c21d4.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b30464daf630848c21d4.md index 47d7045cb14..741f022341e 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b30464daf630848c21d4.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b30464daf630848c21d4.md @@ -137,16 +137,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.heading')?.rowGap === '1.5rem'
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b4b150434734143db6f2.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b4b150434734143db6f2.md index d9fc1dc81e6..3e329d72263 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b4b150434734143db6f2.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b4b150434734143db6f2.md @@ -145,16 +145,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.hero')?.gridColumn === '1 / -1
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b5623efa8f369f2c3643.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b5623efa8f369f2c3643.md index fb8622fda71..446e9368870 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b5623efa8f369f2c3643.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b5623efa8f369f2c3643.md @@ -137,16 +137,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.hero')?.position === 'relative
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b59ef318e03875f35c4a.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b59ef318e03875f35c4a.md index 0a9202eaaaf..fa81f88387b 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b59ef318e03875f35c4a.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148b59ef318e03875f35c4a.md @@ -150,16 +150,16 @@ assert(new __helpers.CSSHelp(document).getStyle('img')?.objectFit === 'cover');
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148bd62bbb8c83a5f1fc1b3.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148bd62bbb8c83a5f1fc1b3.md index d6fea6961ba..c8303c119d2 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148bd62bbb8c83a5f1fc1b3.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148bd62bbb8c83a5f1fc1b3.md @@ -154,16 +154,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.hero-title')?.fontSize === '8r
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148be3d605d6b3ca9425d11.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148be3d605d6b3ca9425d11.md index 9c871e3f05a..b37b34c2f25 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148be3d605d6b3ca9425d11.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148be3d605d6b3ca9425d11.md @@ -154,16 +154,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.hero-subtitle')?.textAlign ===
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148be82ca63c63daa8cca49.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148be82ca63c63daa8cca49.md index 3a333cb3e85..538a7f46e12 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148be82ca63c63daa8cca49.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148be82ca63c63daa8cca49.md @@ -149,16 +149,16 @@ assert(fontFamily === 'Raleway, sans-serif' || fontFamily === `"Raleway", sans-s
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148bf49fcc7913f05dbf9b7.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148bf49fcc7913f05dbf9b7.md index 566bdf9d59e..437a06a0c30 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148bf49fcc7913f05dbf9b7.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148bf49fcc7913f05dbf9b7.md @@ -144,16 +144,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.author-name a:hover')?.backgro
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148bfc43df3bc40fe0e6405.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148bfc43df3bc40fe0e6405.md index 1d8853994da..d6342edf7db 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148bfc43df3bc40fe0e6405.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148bfc43df3bc40fe0e6405.md @@ -142,16 +142,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.publish-date')?.color === 'rgb
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c004ffc8434252940dc3.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c004ffc8434252940dc3.md index 42325b1493b..e54f5243572 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c004ffc8434252940dc3.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c004ffc8434252940dc3.md @@ -148,16 +148,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.social-icons')?.fontSize === '
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c224ecb157439bc5247c.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c224ecb157439bc5247c.md index 289db07d938..40a10e54e16 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c224ecb157439bc5247c.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c224ecb157439bc5247c.md @@ -136,16 +136,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.social-icons')?.gridTemplateCo
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c434bd731d45617a76c6.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c434bd731d45617a76c6.md index 70e6e717064..3b7c3287042 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c434bd731d45617a76c6.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c434bd731d45617a76c6.md @@ -140,16 +140,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.social-icons')?.gridAutoFlow =
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c5036ddad94692a66230.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c5036ddad94692a66230.md index e2a1baaf2f7..5c5a76795bf 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c5036ddad94692a66230.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c5036ddad94692a66230.md @@ -138,16 +138,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.social-icons')?.gridAutoColumn
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c58bace368497fb11bcf.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c58bace368497fb11bcf.md index 61db12985f8..9bcd3dd4326 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c58bace368497fb11bcf.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c58bace368497fb11bcf.md @@ -138,16 +138,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.social-icons')?.alignItems ===
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c6aa9981d74af202125e.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c6aa9981d74af202125e.md index 1ea7628383c..6a5269f4011 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c6aa9981d74af202125e.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c6aa9981d74af202125e.md @@ -142,16 +142,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.text')?.letterSpacing === '0.6
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c721e74ecd4c619ae51c.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c721e74ecd4c619ae51c.md index 7da80be27ec..d55f73b5cac 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c721e74ecd4c619ae51c.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148c721e74ecd4c619ae51c.md @@ -138,16 +138,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.text')?.columnWidth === '25rem
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148ceaf5d897d4d8b3554b3.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148ceaf5d897d4d8b3554b3.md index 85b3036c29a..2f455eed0f9 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148ceaf5d897d4d8b3554b3.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148ceaf5d897d4d8b3554b3.md @@ -138,16 +138,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.text')?.textAlign === 'justify
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148cf094b3f2b4e8a032c63.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148cf094b3f2b4e8a032c63.md index f1c8190f7d8..f068a0f9e69 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148cf094b3f2b4e8a032c63.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148cf094b3f2b4e8a032c63.md @@ -150,16 +150,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.first-paragraph::first-letter'
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d0b863d10d50544ace0e.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d0b863d10d50544ace0e.md index 3b3757ead36..e2daabcf9a7 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d0b863d10d50544ace0e.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d0b863d10d50544ace0e.md @@ -142,16 +142,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.first-paragraph::first-letter'
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d1bdf39c5b5186f5974b.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d1bdf39c5b5186f5974b.md index e6fcc4cbfda..7aa1e542cd5 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d1bdf39c5b5186f5974b.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d1bdf39c5b5186f5974b.md @@ -142,16 +142,16 @@ assert(new __helpers.CSSHelp(document).getStyle('hr')?.margin === '1.5rem 0px');
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d1f9eb63c252e1f8acc4.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d1f9eb63c252e1f8acc4.md index 0b2f75a39d9..489c4ee89ab 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d1f9eb63c252e1f8acc4.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d1f9eb63c252e1f8acc4.md @@ -138,16 +138,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('hr')?.borderColor, 'rgba(
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d2444d01ab541e64a1e4.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d2444d01ab541e64a1e4.md index d5aa5abecf5..f6fc9ed4960 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d2444d01ab541e64a1e4.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d2444d01ab541e64a1e4.md @@ -154,16 +154,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.quote')?.textAlign === 'center
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d33e31fccf558696c745.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d33e31fccf558696c745.md index a32141160f7..5e494ef9352 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d33e31fccf558696c745.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d33e31fccf558696c745.md @@ -137,16 +137,16 @@ assert(fontFamily === 'Raleway, sans-serif' || fontFamily === `"Raleway", sans-s
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d3fff5186b57123d97e2.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d3fff5186b57123d97e2.md index f0ecd9f51da..748f347d6ac 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d3fff5186b57123d97e2.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d3fff5186b57123d97e2.md @@ -158,16 +158,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.quote::after')?.content?.match
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d4d57b965358c9fa38bf.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d4d57b965358c9fa38bf.md index 1e93848ed2a..a8093a23dfb 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d4d57b965358c9fa38bf.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d4d57b965358c9fa38bf.md @@ -144,16 +144,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.text-with-images')?.display ==
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d7720f0db36775db868a.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d7720f0db36775db868a.md index 08fdba40483..9ec5343ed38 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d7720f0db36775db868a.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d7720f0db36775db868a.md @@ -142,16 +142,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.text-with-images')?.columnGap
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d94fdf6a5d6899f8ff15.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d94fdf6a5d6899f8ff15.md index 5344cdbce79..8393e8bb186 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d94fdf6a5d6899f8ff15.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d94fdf6a5d6899f8ff15.md @@ -136,16 +136,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.text-with-images')?.marginBott
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d9825b50a3698aeee644.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d9825b50a3698aeee644.md index 029dca3c54b..dae82c6147c 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d9825b50a3698aeee644.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148d9825b50a3698aeee644.md @@ -142,16 +142,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.lists')?.listStyleType === 'no
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e162e255676ae0da6a76.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e162e255676ae0da6a76.md index 905396cfb55..dcf333d4546 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e162e255676ae0da6a76.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e162e255676ae0da6a76.md @@ -136,16 +136,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.lists')?.marginTop === '2rem')
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e19c3e26436be0155690.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e19c3e26436be0155690.md index bb86e7bd6db..1a62d4709e4 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e19c3e26436be0155690.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e19c3e26436be0155690.md @@ -142,16 +142,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.lists li')?.marginBottom === '
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e246146b646cf4255f0c.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e246146b646cf4255f0c.md index 49fe801bd91..aba2dbfaa18 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e246146b646cf4255f0c.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e246146b646cf4255f0c.md @@ -142,16 +142,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.list-title, .list-subtitle')?.
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e2dcdd60306dd77d41cc.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e2dcdd60306dd77d41cc.md index 75df1cb2cda..e3686173960 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e2dcdd60306dd77d41cc.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e2dcdd60306dd77d41cc.md @@ -144,16 +144,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.image-wrapper')?.display === '
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e4d6861a486f60681f36.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e4d6861a486f60681f36.md index 3edc2ad8532..c4e7608cf38 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e4d6861a486f60681f36.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e4d6861a486f60681f36.md @@ -144,16 +144,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.image-wrapper')?.gridTemplateR
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e5a204d99e70343a63e4.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e5a204d99e70343a63e4.md index 9f4a308b6e7..c5195b9d31f 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e5a204d99e70343a63e4.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e5a204d99e70343a63e4.md @@ -138,16 +138,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.image-wrapper')?.gap === '2rem
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e62a6f768f71c4f04828.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e62a6f768f71c4f04828.md index 67bae89ff29..28b8c799274 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e62a6f768f71c4f04828.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e62a6f768f71c4f04828.md @@ -138,16 +138,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.image-wrapper')?.placeItems ==
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e789329dc9736ce59b85.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e789329dc9736ce59b85.md index 7d51a64cc71..3a67b67b235 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e789329dc9736ce59b85.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148e789329dc9736ce59b85.md @@ -142,16 +142,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.image-1, .image-3')?.gridColum
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f34ebedc2274bceeb99c.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f34ebedc2274bceeb99c.md index 751ec6ffe1b..011d0927073 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f34ebedc2274bceeb99c.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f34ebedc2274bceeb99c.md @@ -152,16 +152,16 @@ assert(new __helpers.CSSHelp(document).getCSSRules('media')?.[0]?.cssRules?.[0]?
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f600cde42b7670c2611f.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f600cde42b7670c2611f.md index 00edb0ea89b..db10b824ae4 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f600cde42b7670c2611f.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f600cde42b7670c2611f.md @@ -150,16 +150,16 @@ assert(new __helpers.CSSHelp(document).getCSSRules('media')?.[1]?.cssRules?.[0]?
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f693e0728f77c87f3020.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f693e0728f77c87f3020.md index 6a2882a789a..33ca2ea1e28 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f693e0728f77c87f3020.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f693e0728f77c87f3020.md @@ -169,16 +169,16 @@ assert(new __helpers.CSSHelp(document).getCSSRules('media')?.[2]?.cssRules?.[3]?
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f6f7d8914c78e93136ca.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f6f7d8914c78e93136ca.md index 869b75b9f75..73679f0c610 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f6f7d8914c78e93136ca.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/6148f6f7d8914c78e93136ca.md @@ -150,16 +150,16 @@ assert(new __helpers.CSSHelp(document).getCSSRules('media')?.[3]?.cssRules?.[0]?
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    @@ -522,16 +522,16 @@ hr {
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/614e0e503b110f76d3ac2ff6.md b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/614e0e503b110f76d3ac2ff6.md index 7f40f57be5e..5382b2bc7b3 100644 --- a/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/614e0e503b110f76d3ac2ff6.md +++ b/curriculum/challenges/english/blocks/learn-css-grid-by-building-a-magazine/614e0e503b110f76d3ac2ff6.md @@ -139,16 +139,16 @@ assert.isNull(document.querySelector('.hero-img')?.getAttribute('width'));
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655ca0a6639d6b67683ebbcd.md b/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655ca0a6639d6b67683ebbcd.md index 03dccda08f0..d26491b92de 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655ca0a6639d6b67683ebbcd.md +++ b/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655ca0a6639d6b67683ebbcd.md @@ -70,7 +70,7 @@ Watch the video. "startTime": 6.8, "finishTime": 9.5, "dialogue": { - "text": "I'm taking a short break to learn more about front end.", + "text": "I'm taking a short break to learn more about frontend.", "align": "left" } }, diff --git a/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656918c77e73780c34392e17.md b/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656918c77e73780c34392e17.md index 92abc2f6128..a2151dfebb4 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656918c77e73780c34392e17.md +++ b/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656918c77e73780c34392e17.md @@ -6,7 +6,7 @@ dashedName: task-33 lang: en-US --- - + # --description-- @@ -46,7 +46,7 @@ This word describes the length of Brian's break as not very long. --- -`front end` +`frontend` ### --feedback-- @@ -100,7 +100,7 @@ Brian uses this verb to say that he's improving or updating his abilities. "startTime": 3.82, "finishTime": 6.5, "dialogue": { - "text": "I'm taking a short break to learn more about front end.", + "text": "I'm taking a short break to learn more about frontend.", "align": "center" } }, diff --git a/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656a2fa76e9c4636f6ac7a49.md b/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656a2fa76e9c4636f6ac7a49.md index 5047146716c..61bbfd770d7 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656a2fa76e9c4636f6ac7a49.md +++ b/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656a2fa76e9c4636f6ac7a49.md @@ -6,7 +6,7 @@ dashedName: task-34 lang: en-US --- - + # --description-- @@ -81,7 +81,7 @@ Brian mentions a specific plan. "startTime": 1, "finishTime": 6.58, "dialogue": { - "text": "I'm taking a short break to learn more about front end. It's good to stop a bit and refresh my skills.", + "text": "I'm taking a short break to learn more about frontend. It's good to stop a bit and refresh my skills.", "align": "center" } }, diff --git a/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/67ca0bc1529fd24101862db1.md b/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/67ca0bc1529fd24101862db1.md index 0fd870e04b3..8eaf8a2d7f1 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/67ca0bc1529fd24101862db1.md +++ b/curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/67ca0bc1529fd24101862db1.md @@ -24,7 +24,7 @@ Write the following words or phrases in the correct spot: `Amy: Hi, Brian. What's happening with your project?` -`Brian: Hey, Amy. I'm not working on anything big at the moment. I'm taking a BLANK to learn more about front end. It's good to stop a bit and refresh my skills. How about you?` +`Brian: Hey, Amy. I'm not working on anything big at the moment. I'm taking a BLANK to learn more about frontend. It's good to stop a bit and refresh my skills. How about you?` `Amy: That sounds like a good idea, Brian. I'm currently working on a BLANK blog posts about tech trends. It's exciting. I'm interviewing some experts and I'm getting BLANK for the articles. It's keeping me busy, but I enjoy it.` diff --git a/curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a7541415cd08e8c9a707e9.md b/curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a7541415cd08e8c9a707e9.md index ea44e6e1ebb..17e4b65bcd8 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a7541415cd08e8c9a707e9.md +++ b/curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a7541415cd08e8c9a707e9.md @@ -44,7 +44,7 @@ Bob does not mention a client or approval process. --- -Work with developers to build the front end. +Work with developers to build the frontend. ## --video-solution-- @@ -58,7 +58,7 @@ Listen for key words that indicate the next step. `Start collaborating with the developers` – This shows that the next step involves working with developers. -`Implement the front-end design` – This confirms that the focus is on building the front end. +`Implement the front-end design` – This confirms that the focus is on building the frontend. # --scene-- diff --git a/curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a760baf99c22f2daba304e.md b/curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a760baf99c22f2daba304e.md index 8d6d1cd34f3..801419f8589 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a760baf99c22f2daba304e.md +++ b/curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a760baf99c22f2daba304e.md @@ -18,7 +18,7 @@ Which sentence uses `by the way` correctly? ## --answers-- -`We are focusing on the front end, by the way, the back end will be handled separately.` +`We are focusing on the frontend, by the way, the backend will be handled separately.` ### --feedback-- diff --git a/curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678c7dc5b2ec2924684304e3.md b/curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678c7dc5b2ec2924684304e3.md index fe17321161a..09296859d92 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678c7dc5b2ec2924684304e3.md +++ b/curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678c7dc5b2ec2924684304e3.md @@ -52,7 +52,7 @@ This word is a general term used to refer to things or activities without being `Stuff` alone is a general word used to refer to things, tasks, or activities. For example: -`We need to fix the back-end stuff before the site can go live.` - This means the technical work related to the back end must be completed first. +`We need to fix the back-end stuff before the site can go live.` - This means the technical work related to the backend must be completed first. # --scene-- diff --git a/curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678c8933633414289d454294.md b/curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678c8933633414289d454294.md index e161968aa98..e599a43f862 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678c8933633414289d454294.md +++ b/curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678c8933633414289d454294.md @@ -14,35 +14,35 @@ This task doesn't have audio. Read the question below and select the correct ans ## --text-- -Which option correctly describes `front end` or `back end`? +Which option correctly describes `frontend` or `backend`? ## --answers-- -Layout and design of a website are front end. +Layout and design of a website are frontend. --- -Data storage and server-side operations are front end. +Data storage and server-side operations are frontend. ### --feedback-- -The front end deals with what users see and interact with, not data storage or server-side tasks. +The frontend deals with what users see and interact with, not data storage or server-side tasks. --- -User-facing features like buttons, forms, and navigation menus are back end. +User-facing features like buttons, forms, and navigation menus are backend. ### --feedback-- -The back end handles data and server processes, not user-facing features like buttons and forms. +The backend handles data and server processes, not user-facing features like buttons and forms. --- -Databases, APIs, and server maintenance are front end. +Databases, APIs, and server maintenance are frontend. ### --feedback-- -The front end is focused on the visual and interactive aspects of a website, not databases or server maintenance. +The frontend is focused on the visual and interactive aspects of a website, not databases or server maintenance. ## --video-solution-- @@ -50,4 +50,4 @@ The front end is focused on the visual and interactive aspects of a website, not # --explanation-- -The `front end` is everything that users interact with on a website, such as layout, design, and buttons. The `back end` manages server-side tasks like data storage, APIs, and server maintenance. +The `frontend` is everything that users interact with on a website, such as layout, design, and buttons. The `backend` manages server-side tasks like data storage, APIs, and server maintenance. diff --git a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684800844d920d46cb3a8b82.md b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684800844d920d46cb3a8b82.md index 5189ddc08a7..c45d9b56864 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684800844d920d46cb3a8b82.md +++ b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684800844d920d46cb3a8b82.md @@ -36,7 +36,7 @@ This word describes how easily a system can grow or handle more work as demand i # --explanation-- -`Back end` refers to the server-side part of software — the part that manages data, logic, and processes behind the scenes. In the dialogue, it acts as a compound adjective and uses `-`. Another example: +`Backend` refers to the server-side part of software — the part that manages data, logic, and processes behind the scenes. In the dialogue, it acts as a compound adjective and uses `-`. Another example: `She's working on the back-end code today.` — She is writing or fixing the part of the code that runs behind the scenes. @@ -44,7 +44,7 @@ This word describes how easily a system can grow or handle more work as demand i `They tested the system's scalability under high traffic.` — They checked if the system works well when many people use it. -In the sentence, Alice is explaining that back end is essential to support growth, which is why it's a key budget area. +In the sentence, Alice is explaining that backend is essential to support growth, which is why it's a key budget area. # --scene-- diff --git a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68480659b395c848fa84f519.md b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68480659b395c848fa84f519.md index 51f96ded214..5ff0b95c828 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68480659b395c848fa84f519.md +++ b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68480659b395c848fa84f519.md @@ -36,7 +36,7 @@ This word refers to the visual style and user experience of a product or screen. # --explanation-- -The `front end` is the user-facing part of software — everything the user sees and interacts with (like buttons, menus, layout). In the dialogue, it acts as a compound adjective and uses `-`. Another example: +The `frontend` is the user-facing part of software — everything the user sees and interacts with (like buttons, menus, layout). In the dialogue, it acts as a compound adjective and uses `-`. Another example: `The front-end team built the new homepage interface.` — The team that works on what users see made the new design for the main page. diff --git a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684807ddeaf6ff49dbfe16b8.md b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684807ddeaf6ff49dbfe16b8.md index d3932de6d85..2897c5d09dd 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684807ddeaf6ff49dbfe16b8.md +++ b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684807ddeaf6ff49dbfe16b8.md @@ -38,7 +38,7 @@ This doesn't fit the prompt as Alice already knows the percentage. # --explanation-- -David asks about the front end and design. A correct answer should mention how much of the budget is used. +David asks about the frontend and design. A correct answer should mention how much of the budget is used. The response `They together consume about 27% of the overall budget` directly answers the question with a clear figure, showing Alice has the data ready. diff --git a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68480b0b5360804bf28ac425.md b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68480b0b5360804bf28ac425.md index 3917e93e53e..8187f890cbf 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68480b0b5360804bf28ac425.md +++ b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68480b0b5360804bf28ac425.md @@ -44,7 +44,7 @@ The back-end work is done. ### --feedback-- -This sentence is about user experience, not back end. +This sentence is about user experience, not backend. ## --video-solution-- @@ -52,7 +52,7 @@ This sentence is about user experience, not back end. # --explanation-- -`Half of that` means 50% of the 27% already allocated to front end and UI. +`Half of that` means 50% of the 27% already allocated to frontend and UI. This is how fractions are used in project planning — to show how resources are divided within a category. diff --git a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684846bf40d3f06891e58ffa.md b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684846bf40d3f06891e58ffa.md index 31399570c0a..1bec8523321 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684846bf40d3f06891e58ffa.md +++ b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684846bf40d3f06891e58ffa.md @@ -24,7 +24,7 @@ After meeting with David, Alice shared the budget breakdown with the rest of the - `Development Phase: 45% of the total budget is for development. One-fourth of that goes to back-end development to support our scalability goals.` -- `Front End & Design: 27% is for front end and user interface design. Half of this amount is focused on improving user experience so the app is smooth and easy to use.` +- `Frontend & Design: 27% is for frontend and user interface design. Half of this amount is focused on improving user experience so the app is smooth and easy to use.` - `Testing: 13% of the budget is for testing, from unit tests to final quality checks. This helps us avoid bugs and ensure a stable launch.` diff --git a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484946b7c8536a0e11f0ef.md b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484946b7c8536a0e11f0ef.md index 886eeec2246..ceedf9cc04e 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484946b7c8536a0e11f0ef.md +++ b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484946b7c8536a0e11f0ef.md @@ -24,7 +24,7 @@ After meeting with David, Alice shared the budget breakdown with the rest of the - `Development Phase: 45% of the total budget is for development. One-fourth of that goes to back-end development to support our scalability goals.` -- `Front End & Design: 27% is for front end and user interface design. Half of this amount is focused on improving user experience so the app is smooth and easy to use.` +- `Frontend & Design: 27% is for frontend and user interface design. Half of this amount is focused on improving user experience so the app is smooth and easy to use.` - `Testing: 13% of the budget is for testing, from unit tests to final quality checks. This helps us avoid bugs and ensure a stable launch.` diff --git a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484a406e0f726ad5d1d330.md b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484a406e0f726ad5d1d330.md index 5268a7296be..2faa899f21c 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484a406e0f726ad5d1d330.md +++ b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484a406e0f726ad5d1d330.md @@ -24,7 +24,7 @@ After meeting with David, Alice shared the budget breakdown with the rest of the - `Development Phase: 45% of the total budget is for development. One-fourth of that goes to back-end development to support our scalability goals.` -- `Front End & Design: 27% is for front end and user interface design. Half of this amount is focused on improving user experience so the app is smooth and easy to use.` +- `Frontend & Design: 27% is for frontend and user interface design. Half of this amount is focused on improving user experience so the app is smooth and easy to use.` - `Testing: 13% of the budget is for testing, from unit tests to final quality checks. This helps us avoid bugs and ensure a stable launch.` @@ -44,7 +44,7 @@ Which phase uses the most of the total budget? --- -`Front End and Design` +`Frontend and Design` ### --feedback-- diff --git a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484b5100af0b6bdd343021.md b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484b5100af0b6bdd343021.md index 53e55a14c94..6a9446c846d 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484b5100af0b6bdd343021.md +++ b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484b5100af0b6bdd343021.md @@ -24,7 +24,7 @@ After meeting with David, Alice shared the budget breakdown with the rest of the - `Development Phase: 45% of the total budget is for development. One-fourth of that goes to back-end development to support our scalability goals.` -- `Front End & Design: 27% is for front end and user interface design. Half of this amount is focused on improving user experience so the app is smooth and easy to use.` +- `Frontend & Design: 27% is for frontend and user interface design. Half of this amount is focused on improving user experience so the app is smooth and easy to use.` - `Testing: 13% of the budget is for testing, from unit tests to final quality checks. This helps us avoid bugs and ensure a stable launch.` diff --git a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484c2ac2fb7f6cac906439.md b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484c2ac2fb7f6cac906439.md index 8fd2ac15f64..a60db5e689e 100644 --- a/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484c2ac2fb7f6cac906439.md +++ b/curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68484c2ac2fb7f6cac906439.md @@ -24,7 +24,7 @@ After meeting with David, Alice shared the budget breakdown with the rest of the - `Development Phase: 45% of the total budget is for development. One-fourth of that goes to back-end development to support our scalability goals.` -- `Front End & Design: 27% is for front end and user interface design. Half of this amount is focused on improving user experience so the app is smooth and easy to use.` +- `Frontend & Design: 27% is for frontend and user interface design. Half of this amount is focused on improving user experience so the app is smooth and easy to use.` - `Testing: 13% of the budget is for testing, from unit tests to final quality checks. This helps us avoid bugs and ensure a stable launch.` diff --git a/curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ce7ed5eb7171156711c77.md b/curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ce7ed5eb7171156711c77.md index 76e6f6d7db2..576ea4ee133 100644 --- a/curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ce7ed5eb7171156711c77.md +++ b/curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ce7ed5eb7171156711c77.md @@ -37,7 +37,7 @@ This word is used to express curiosity or a liking for something. It ends in `-e ### --feedback-- -This noun refers to the process of developing something, in this case, in the field of front end. +This noun refers to the process of developing something, in this case, in the field of frontend. --- diff --git a/curriculum/challenges/english/blocks/lecture-routing-react-frameworks-and-dependency-management-tools/67d311d256c58ef01e0d62ec.md b/curriculum/challenges/english/blocks/lecture-routing-react-frameworks-and-dependency-management-tools/67d311d256c58ef01e0d62ec.md index 2ee047a9a19..11348b799f8 100644 --- a/curriculum/challenges/english/blocks/lecture-routing-react-frameworks-and-dependency-management-tools/67d311d256c58ef01e0d62ec.md +++ b/curriculum/challenges/english/blocks/lecture-routing-react-frameworks-and-dependency-management-tools/67d311d256c58ef01e0d62ec.md @@ -9,7 +9,7 @@ dashedName: what-are-react-frameworks-and-why-are-they-commonly-used-in-the-indu Up until this point, you have been using React to build out user interfaces. If you needed additional features like routing, then you had to import a third party library like React Router to be able to switch between the different views. -But what happens when you need to build out a full stack web application? Well you could use React for the frontend and use Node and Express for the backend logic if you just want to stick with JavaScript. Or you could use other languages like Go, Python, or Java for your backend. +But what happens when you need to build out a full-stack web application? Well you could use React for the frontend and use Node and Express for the backend logic if you just want to stick with JavaScript. Or you could use other languages like Go, Python, or Java for your backend. While all of these are viable options, there are times where you might want to use a React framework instead. React frameworks provide features like routing, image optimizations, data fetching, authentication and more. This means that you might not need to set up separate frontend and backend applications for certain use cases. @@ -44,7 +44,7 @@ export default function Page() { The `Image` component extends the native HTML `img` element and allows for faster page loads and size optimizations. This means that images will only load when they enter the viewport and the `Image` component will automatically serve correctly sized images for each device. -While those are just a few features of Next.js, there are many more features that you can use to build robust full stack web applications. There are also other React frameworks like Remix that will provide the same ability to build out modern full stack web applications. +While those are just a few features of Next.js, there are many more features that you can use to build robust full-stack web applications. There are also other React frameworks like Remix that will provide the same ability to build out modern full-stack web applications. Even though the JavaScript library and framework landscape is constantly changing, it is important to be aware of the available options to you and learn about each framework's pros and cons. diff --git a/curriculum/challenges/english/blocks/lecture-understanding-the-different-types-of-testing/67db3180830cf02eb662ecaf.md b/curriculum/challenges/english/blocks/lecture-understanding-the-different-types-of-testing/67db3180830cf02eb662ecaf.md index 4aa475fa2aa..9ef9f1936d4 100644 --- a/curriculum/challenges/english/blocks/lecture-understanding-the-different-types-of-testing/67db3180830cf02eb662ecaf.md +++ b/curriculum/challenges/english/blocks/lecture-understanding-the-different-types-of-testing/67db3180830cf02eb662ecaf.md @@ -13,7 +13,7 @@ In this lesson, we are going to take a closer look at assertions in unit tests a A commonly used assertion library is Chai. This is the same library used inside of the freeCodeCamp codebase. Whenever you go through a workshop or lab, there is an automated test suite that runs against your code to ensure that your code is behaving the way it is supposed to. -Let's take a look at a few examples that are from the Full Stack Developer Curriculum. +Let's take a look at a few examples that are from the Full-Stack Developer Curriculum. In Build a Calculator workshop, Step 1 is testing for a function called `addTwoAndSeven`: diff --git a/curriculum/challenges/english/blocks/quality-assurance-projects/587d8249367417b2b2512c41.md b/curriculum/challenges/english/blocks/quality-assurance-projects/587d8249367417b2b2512c41.md index 681c33ef9d2..aff60d0dace 100644 --- a/curriculum/challenges/english/blocks/quality-assurance-projects/587d8249367417b2b2512c41.md +++ b/curriculum/challenges/english/blocks/quality-assurance-projects/587d8249367417b2b2512c41.md @@ -8,7 +8,7 @@ dashedName: metric-imperial-converter # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://metric-imperial-converter.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods: +Build a full-stack JavaScript app that is functionally similar to this: https://metric-imperial-converter.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods: - Clone this GitHub repo and complete your project locally. - Use a site builder of your choice to complete the project. Be sure to incorporate all the files from our GitHub repo. diff --git a/curriculum/challenges/english/blocks/quality-assurance-projects/587d8249367417b2b2512c42.md b/curriculum/challenges/english/blocks/quality-assurance-projects/587d8249367417b2b2512c42.md index 7868b97b29a..d6ac4e3512f 100644 --- a/curriculum/challenges/english/blocks/quality-assurance-projects/587d8249367417b2b2512c42.md +++ b/curriculum/challenges/english/blocks/quality-assurance-projects/587d8249367417b2b2512c42.md @@ -8,7 +8,7 @@ dashedName: issue-tracker # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://issue-tracker.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods: +Build a full-stack JavaScript app that is functionally similar to this: https://issue-tracker.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods: - Clone this GitHub repo and complete your project locally. - Use a site builder of your choice to complete the project. Be sure to incorporate all the files from our GitHub repo. diff --git a/curriculum/challenges/english/blocks/quality-assurance-projects/587d824a367417b2b2512c43.md b/curriculum/challenges/english/blocks/quality-assurance-projects/587d824a367417b2b2512c43.md index 68b3d349fc1..aee9875ad7a 100644 --- a/curriculum/challenges/english/blocks/quality-assurance-projects/587d824a367417b2b2512c43.md +++ b/curriculum/challenges/english/blocks/quality-assurance-projects/587d824a367417b2b2512c43.md @@ -8,7 +8,7 @@ dashedName: personal-library # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://personal-library.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods: +Build a full-stack JavaScript app that is functionally similar to this: https://personal-library.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods: - Clone this GitHub repo and complete your project locally. - Use a site builder of your choice to complete the project. Be sure to incorporate all the files from our GitHub repo. diff --git a/curriculum/challenges/english/blocks/quality-assurance-projects/5e601bf95ac9d0ecd8b94afd.md b/curriculum/challenges/english/blocks/quality-assurance-projects/5e601bf95ac9d0ecd8b94afd.md index a0eba8d86f1..045ce517042 100644 --- a/curriculum/challenges/english/blocks/quality-assurance-projects/5e601bf95ac9d0ecd8b94afd.md +++ b/curriculum/challenges/english/blocks/quality-assurance-projects/5e601bf95ac9d0ecd8b94afd.md @@ -8,7 +8,7 @@ dashedName: sudoku-solver # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://sudoku-solver.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods: +Build a full-stack JavaScript app that is functionally similar to this: https://sudoku-solver.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods: - Clone this GitHub repo and complete your project locally. - Use a site builder of your choice to complete the project. Be sure to incorporate all the files from our GitHub repo. diff --git a/curriculum/challenges/english/blocks/quality-assurance-projects/5e601c0d5ac9d0ecd8b94afe.md b/curriculum/challenges/english/blocks/quality-assurance-projects/5e601c0d5ac9d0ecd8b94afe.md index 0537c2c2d59..04ba141ac4f 100644 --- a/curriculum/challenges/english/blocks/quality-assurance-projects/5e601c0d5ac9d0ecd8b94afe.md +++ b/curriculum/challenges/english/blocks/quality-assurance-projects/5e601c0d5ac9d0ecd8b94afe.md @@ -8,7 +8,7 @@ dashedName: american-british-translator # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://american-british-translator.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods: +Build a full-stack JavaScript app that is functionally similar to this: https://american-british-translator.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods: - Clone this GitHub repo and complete your project locally. - Use a site builder of your choice to complete the project. Be sure to incorporate all the files from our GitHub repo. diff --git a/curriculum/challenges/english/blocks/quiz-react-state-and-hooks/66f1a417757b6ca4eecd89d6.md b/curriculum/challenges/english/blocks/quiz-react-state-and-hooks/66f1a417757b6ca4eecd89d6.md index 29234a25460..735772a5760 100644 --- a/curriculum/challenges/english/blocks/quiz-react-state-and-hooks/66f1a417757b6ca4eecd89d6.md +++ b/curriculum/challenges/english/blocks/quiz-react-state-and-hooks/66f1a417757b6ca4eecd89d6.md @@ -174,25 +174,25 @@ const [certificates, setCertificates] = useState([]); #### --distractors-- ```js -setCertificates(previousItems => previousItems, "Front End"); +setCertificates(previousItems => previousItems, "Frontend"); ``` --- ```js -setCertificates.push("Front End"); +setCertificates.push("Frontend"); ``` --- ```js -setCertificates().append("Front End"); +setCertificates().append("Frontend"); ``` #### --answer-- ```js -setCertificates(previousItems => [...previousItems, "Front End"]); +setCertificates(previousItems => [...previousItems, "Frontend"]); ``` ### --question-- diff --git a/curriculum/challenges/english/blocks/react/5a24c314108439a4d403618b.md b/curriculum/challenges/english/blocks/react/5a24c314108439a4d403618b.md index 23751b823b7..6a12222d015 100644 --- a/curriculum/challenges/english/blocks/react/5a24c314108439a4d403618b.md +++ b/curriculum/challenges/english/blocks/react/5a24c314108439a4d403618b.md @@ -14,7 +14,7 @@ The last challenge showed how the `map` method is used to dynamically render a n # --instructions-- -The code editor has an array with some front end frameworks and a stateless functional component named `Frameworks()`. `Frameworks()` needs to map the array to an unordered list, much like in the last challenge. Finish writing the `map` callback to return an `li` element for each framework in the `frontEndFrameworks` array. This time, make sure to give each `li` a `key` attribute, set to a unique value. The `li` elements should also contain text from `frontEndFrameworks`. +The code editor has an array with some frontend frameworks and a stateless functional component named `Frameworks()`. `Frameworks()` needs to map the array to an unordered list, much like in the last challenge. Finish writing the `map` callback to return an `li` element for each framework in the `frontEndFrameworks` array. This time, make sure to give each `li` a `key` attribute, set to a unique value. The `li` elements should also contain text from `frontEndFrameworks`. Normally, you want to make the key something that uniquely identifies the element being rendered. As a last resort the array index may be used, but typically you should try to use a unique identification. @@ -112,7 +112,7 @@ function Frameworks() { const renderFrameworks = null; // Change this line return (
    -

    Popular Front End JavaScript Frameworks

    +

    Popular Frontend JavaScript Frameworks

      {renderFrameworks}
    @@ -137,7 +137,7 @@ function Frameworks() { const renderFrameworks = frontEndFrameworks.map((fw, i) =>
  • {fw}
  • ); return (
    -

    Popular Front End JavaScript Frameworks

    +

    Popular Frontend JavaScript Frameworks

      {renderFrameworks}
    diff --git a/curriculum/challenges/english/blocks/review-front-end-libraries/6724e2dbf723fe1c8883cc69.md b/curriculum/challenges/english/blocks/review-front-end-libraries/6724e2dbf723fe1c8883cc69.md index 22fe311fc2d..518e7954d71 100644 --- a/curriculum/challenges/english/blocks/review-front-end-libraries/6724e2dbf723fe1c8883cc69.md +++ b/curriculum/challenges/english/blocks/review-front-end-libraries/6724e2dbf723fe1c8883cc69.md @@ -1,6 +1,6 @@ --- id: 6724e2dbf723fe1c8883cc69 -title: Front End Libraries Review +title: Frontend Libraries Review challengeType: 31 dashedName: review-front-end-libraries --- @@ -1753,4 +1753,4 @@ Here are descriptions of the compiler options used in the example above: # --assignment-- -Review the Front End Libraries topics and concepts. +Review the Frontend Libraries topics and concepts. diff --git a/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443eddfaeb5bd0e.md b/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443eddfaeb5bd0e.md index c43de0dbaef..a117ee9a974 100644 --- a/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443eddfaeb5bd0e.md +++ b/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443eddfaeb5bd0e.md @@ -8,7 +8,7 @@ dashedName: chart-the-stock-market # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://chart-the-stock-market.freecodecamp.rocks/. Use a site builder of your choice to complete the project. +Build a full-stack JavaScript app that is functionally similar to this: https://chart-the-stock-market.freecodecamp.rocks/. Use a site builder of your choice to complete the project. Here are the specific user stories you should implement for this project: diff --git a/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443eddfaeb5bdef.md b/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443eddfaeb5bdef.md index e70b3566764..d08375f077c 100644 --- a/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443eddfaeb5bdef.md +++ b/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443eddfaeb5bdef.md @@ -8,7 +8,7 @@ dashedName: build-a-voting-app # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://voting-app.freecodecamp.rocks/. Use a site builder of your choice to complete the project. +Build a full-stack JavaScript app that is functionally similar to this: https://voting-app.freecodecamp.rocks/. Use a site builder of your choice to complete the project. Here are the specific user stories you should implement for this project: diff --git a/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443eddfaeb5bdff.md b/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443eddfaeb5bdff.md index c75478c71af..1084d3c76d1 100644 --- a/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443eddfaeb5bdff.md +++ b/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443eddfaeb5bdff.md @@ -8,7 +8,7 @@ dashedName: build-a-nightlife-coordination-app # --description-- -Build a full stack JavaScript app that is functionally similar to this: https://yoyo44.herokuapp.com/. Use a site builder of your choice to complete the project. +Build a full-stack JavaScript app that is functionally similar to this: https://yoyo44.herokuapp.com/. Use a site builder of your choice to complete the project. Here are the specific user stories you should implement for this project: diff --git a/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443edefaeb5bdee.md b/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443edefaeb5bdee.md index 4c4540d7fce..047c8eae594 100644 --- a/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443edefaeb5bdee.md +++ b/curriculum/challenges/english/blocks/take-home-projects/bd7158d8c443edefaeb5bdee.md @@ -8,7 +8,7 @@ dashedName: build-an-image-search-abstraction-layer # --description-- -Build a full stack JavaScript app that allows you to search for images like this: https://image-search-abstraction-layer.freecodecamp.rocks/query/lolcats%20funny?page=10 and browse recent search queries like this: https://image-search-abstraction-layer.freecodecamp.rocks/recent/. Use a site builder of your choice to complete the project. +Build a full-stack JavaScript app that allows you to search for images like this: https://image-search-abstraction-layer.freecodecamp.rocks/query/lolcats%20funny?page=10 and browse recent search queries like this: https://image-search-abstraction-layer.freecodecamp.rocks/recent/. Use a site builder of your choice to complete the project. Here are the specific user stories you should implement for this project: diff --git a/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823c1a0bcada44f32bf0bdc.md b/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823c1a0bcada44f32bf0bdc.md index 00734571c38..88a723e4042 100644 --- a/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823c1a0bcada44f32bf0bdc.md +++ b/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823c1a0bcada44f32bf0bdc.md @@ -13,7 +13,7 @@ An `h1` element is the main heading of a webpage and you should only use one per

    This is a subheading.

    ``` -Turn the `Full Stack Curriculum` text into an `h2` element by surrounding it with opening and closing `h2` tags. +Turn the `Full-Stack Curriculum` text into an `h2` element by surrounding it with opening and closing `h2` tags. # --hints-- @@ -29,12 +29,12 @@ Your `h2` element should have a closing `` tag. assert.match(code, /<\/h2\s*\>/); ``` -Your `h2` element should look like this: `

    Full Stack Curriculum

    `. +Your `h2` element should look like this: `

    Full-Stack Curriculum

    `. ```js // purposefully removing friction for early users to help improve retention in early lessons // this if very forgiving of spaces and casing -assert.match(code, /\\s*Full\s*Stack\s*Curriculum\s*\<\/h2\s*\>/i); +assert.match(code, /\\s*Full-Stack\s*Curriculum\s*\<\/h2\s*\>/i); ``` # --seed-- @@ -44,6 +44,6 @@ assert.match(code, /\\s*Full\s*Stack\s*Curriculum\s*\<\/h2\s*\>/i); ```html

    Welcome to freeCodeCamp

    --fcc-editable-region-- -Full Stack Curriculum +Full-Stack Curriculum --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823d6244511f252c8300eed.md b/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823d6244511f252c8300eed.md index f47a8e91d02..5544b0d2328 100644 --- a/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823d6244511f252c8300eed.md +++ b/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823d6244511f252c8300eed.md @@ -13,7 +13,7 @@ When you need to add a paragraph to a webpage, you can use the `p` element like

    This is a paragraph element.

    ``` -Turn `Learn the skills to become a full stack developer` into a paragraph element. +Turn `Learn the skills to become a full-stack developer` into a paragraph element. # --hints-- @@ -29,12 +29,12 @@ Your `p` element should have a closing tag. Closing tags have this syntax: `/); ``` -Your `p` element's text should be `Learn the skills to become a full stack developer`. +Your `p` element's text should be `Learn the skills to become a full-stack developer`. ```js // purposefully removing friction for early users to help improve retention in early lessons // this if very forgiving of spaces and casing -assert.match(code, /\\s*Learn\s*the\s*skills\s*to\s*become\s*a\s*full\s*stack\s*developer\s*\<\/p\s*\>/i); +assert.match(code, /\\s*Learn\s*the\s*skills\s*to\s*become\s*a\s*full-stack\s*developer\s*\<\/p\s*\>/i); ``` Your `p` element should be below your `h2` element. @@ -49,8 +49,8 @@ assert.exists(document.querySelector("h2 + p")); ```html

    Welcome to freeCodeCamp

    -

    Full Stack Curriculum

    +

    Full-Stack Curriculum

    --fcc-editable-region-- -Learn the skills to become a full stack developer +Learn the skills to become a full-stack developer --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823d9ac8bdc3853df65a1ff.md b/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823d9ac8bdc3853df65a1ff.md index 83d1ef37579..967ceaea86a 100644 --- a/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823d9ac8bdc3853df65a1ff.md +++ b/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823d9ac8bdc3853df65a1ff.md @@ -43,8 +43,8 @@ assert.match(code, /\\s*Introduction\s*to\s*HTML\s*\<\/h3\s*\>/i); ```html

    Welcome to freeCodeCamp

    -

    Full Stack Curriculum

    -

    Learn the skills to become a full stack developer

    +

    Full-Stack Curriculum

    +

    Learn the skills to become a full-stack developer

    --fcc-editable-region-- diff --git a/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823e036ea4b71553558c01b.md b/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823e036ea4b71553558c01b.md index ec936d0e994..fb0b82b3041 100644 --- a/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823e036ea4b71553558c01b.md +++ b/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823e036ea4b71553558c01b.md @@ -37,8 +37,8 @@ assert.match(code, /\\s*HTML\s*represents\s*the\s*content\s*and\s*structu ```html

    Welcome to freeCodeCamp

    -

    Full Stack Curriculum

    -

    Learn the skills to become a full stack developer

    +

    Full-Stack Curriculum

    +

    Learn the skills to become a full-stack developer

    Introduction to HTML

    --fcc-editable-region-- diff --git a/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823e169fda14755fbf00445.md b/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823e169fda14755fbf00445.md index 96281273be2..46a70565ed1 100644 --- a/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823e169fda14755fbf00445.md +++ b/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823e169fda14755fbf00445.md @@ -35,8 +35,8 @@ assert.match(code, /\\s*Introduction\s*to\s*CSS\s*\<\/h3\s*\>/i); ```html

    Welcome to freeCodeCamp

    -

    Full Stack Curriculum

    -

    Learn the skills to become a full stack developer

    +

    Full-Stack Curriculum

    +

    Learn the skills to become a full-stack developer

    Introduction to HTML

    HTML represents the content and structure of a webpage

    diff --git a/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823e637c1c0ed56f781b4fc.md b/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823e637c1c0ed56f781b4fc.md index 26a88e3e2d0..f60fc02677a 100644 --- a/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823e637c1c0ed56f781b4fc.md +++ b/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823e637c1c0ed56f781b4fc.md @@ -59,8 +59,8 @@ assert.match(code, /\\s*JavaScript\s*adds\s*interactivity\s*to\s*a\s*web\ ```html

    Welcome to freeCodeCamp

    -

    Full Stack Curriculum

    -

    Learn the skills to become a full stack developer

    +

    Full-Stack Curriculum

    +

    Learn the skills to become a full-stack developer

    Introduction to HTML

    HTML represents the content and structure of a webpage

    @@ -77,8 +77,8 @@ assert.match(code, /\\s*JavaScript\s*adds\s*interactivity\s*to\s*a\s*web\ ```html

    Welcome to freeCodeCamp

    -

    Full Stack Curriculum

    -

    Learn the skills to become a full stack developer

    +

    Full-Stack Curriculum

    +

    Learn the skills to become a full-stack developer

    Introduction to HTML

    HTML represents the content and structure of a webpage

    diff --git a/curriculum/challenges/english/blocks/workshop-curriculum-outline/682cd206883fc7b25eb539c5.md b/curriculum/challenges/english/blocks/workshop-curriculum-outline/682cd206883fc7b25eb539c5.md index 9c329a43d33..a2b1ef4ebfb 100644 --- a/curriculum/challenges/english/blocks/workshop-curriculum-outline/682cd206883fc7b25eb539c5.md +++ b/curriculum/challenges/english/blocks/workshop-curriculum-outline/682cd206883fc7b25eb539c5.md @@ -12,17 +12,17 @@ Notice that the HTML you write in the editor shows up in the preview. In this wo Below your `h1` element, type the following on the empty line: ```md -Full Stack Curriculum +Full-Stack Curriculum ``` # --hints-- -You should have the text `Full Stack Curriculum` in your editor. Double-check for spelling. +You should have the text `Full-Stack Curriculum` in your editor. Double-check for spelling. ```js // purposefully providing forgiveness in spacing and casing to remove some friction and // keep camper retention this early on. -assert.match(code, /full\s*stack\s*curriculum/i) +assert.match(code, /full-stack\s*curriculum/i) ``` # --seed-- diff --git a/curriculum/challenges/english/blocks/workshop-curriculum-outline/682cd20b883fc7b25eb539c6.md b/curriculum/challenges/english/blocks/workshop-curriculum-outline/682cd20b883fc7b25eb539c6.md index c0fa7490a10..b429119b30b 100644 --- a/curriculum/challenges/english/blocks/workshop-curriculum-outline/682cd20b883fc7b25eb539c6.md +++ b/curriculum/challenges/english/blocks/workshop-curriculum-outline/682cd20b883fc7b25eb539c6.md @@ -10,17 +10,17 @@ dashedName: step-5 Below the other two lines of text, add: ```md -Learn the skills to become a full stack developer +Learn the skills to become a full-stack developer ``` # --hints-- -You should have the text `Learn the skills to become a full stack developer` in your editor. Double-check for spelling. +You should have the text `Learn the skills to become a full-stack developer` in your editor. Double-check for spelling. ```js // purposefully providing forgiveness in spacing and casing to remove some friction and // keep camper retention this early on. -assert.match(code, /learn\s*the\s*skills\s*to\s*become\s*a\s*full\s*stack\s*developer/i) +assert.match(code, /learn\s*the\s*skills\s*to\s*become\s*a\s*full-stack\s*developer/i) ``` # --seed-- @@ -29,7 +29,7 @@ assert.match(code, /learn\s*the\s*skills\s*to\s*become\s*a\s*full\s*stack\s*deve ```html

    Welcome to freeCodeCamp

    -

    Full Stack Curriculum

    +

    Full-Stack Curriculum

    --fcc-editable-region-- --fcc-editable-region-- diff --git a/curriculum/challenges/english/blocks/workshop-curriculum-outline/683921c4769fd23dbadec2fe.md b/curriculum/challenges/english/blocks/workshop-curriculum-outline/683921c4769fd23dbadec2fe.md index 2d50ae3efee..049661a43dd 100644 --- a/curriculum/challenges/english/blocks/workshop-curriculum-outline/683921c4769fd23dbadec2fe.md +++ b/curriculum/challenges/english/blocks/workshop-curriculum-outline/683921c4769fd23dbadec2fe.md @@ -51,8 +51,8 @@ assert.match(code, /\\s*CSS\s*is\s*used\s*to\s*style\s*a\s*webpage\s*\<\/ ```html

    Welcome to freeCodeCamp

    -

    Full Stack Curriculum

    -

    Learn the skills to become a full stack developer

    +

    Full-Stack Curriculum

    +

    Learn the skills to become a full-stack developer

    Introduction to HTML

    HTML represents the content and structure of a webpage

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6143b9e1f5035c6e5f2a8231.md b/curriculum/challenges/english/blocks/workshop-magazine/6143b9e1f5035c6e5f2a8231.md index 38f7291ded4..b29a07d0512 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6143b9e1f5035c6e5f2a8231.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6143b9e1f5035c6e5f2a8231.md @@ -14,8 +14,8 @@ Then give the `h4` and `p` elements the following text content, in order, with e - `V1 - 2014`: `We launched freeCodeCamp with a simple list of 15 resources, including Harvard's CS50 and Stanford's Database Class.` - `V2 - 2015`: `We added interactive algorithm challenges.` - `V3 - 2015`: `We added our own HTML+CSS challenges (before we'd been relying on General Assembly's Dash course for these).` -- `V4 - 2016`: `We expanded the curriculum to 3 certifications, including Front End, Back End, and Data Visualization. They each had 10 required projects, but only the Front End section had its own challenges. For the other certs, we were still using external resources like Node School.` -- `V5 - 2017`: `We added the back end and data visualization challenges.` +- `V4 - 2016`: `We expanded the curriculum to 3 certifications, including Frontend, Backend, and Data Visualization. They each had 10 required projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.` +- `V5 - 2017`: `We added the backend and data visualization challenges.` - `V6 - 2018`: `We launched 6 new certifications to replace our old ones. This was the biggest curriculum improvement to date.` # --hints-- @@ -79,10 +79,10 @@ Your fourth `h4` should have the text `V4 - 2016`. assert.equal(document.querySelectorAll('.lists li h4')?.[3]?.innerText, 'V4 - 2016'); ``` -Your fourth `p` should have the text `We expanded the curriculum to 3 certifications, including Front End, Back End, and Data Visualization. They each had 10 required projects, but only the Front End section had its own challenges. For the other certs, we were still using external resources like Node School.` +Your fourth `p` should have the text `We expanded the curriculum to 3 certifications, including Frontend, Backend, and Data Visualization. They each had 10 required projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.` ```js -assert.equal(document.querySelectorAll('.lists li p')?.[3]?.innerText, 'We expanded the curriculum to 3 certifications, including Front End, Back End, and Data Visualization. They each had 10 required projects, but only the Front End section had its own challenges. For the other certs, we were still using external resources like Node School.'); +assert.equal(document.querySelectorAll('.lists li p')?.[3]?.innerText, 'We expanded the curriculum to 3 certifications, including Frontend, Backend, and Data Visualization. They each had 10 required projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.'); ``` Your fifth `h4` should have the text `V5 - 2017`. @@ -91,10 +91,10 @@ Your fifth `h4` should have the text `V5 - 2017`. assert.equal(document.querySelectorAll('.lists li h4')?.[4]?.innerText, 'V5 - 2017'); ``` -Your fifth `p` should have the text `We added the back end and data visualization challenges.` +Your fifth `p` should have the text `We added the backend and data visualization challenges.` ```js -assert.equal(document.querySelectorAll('.lists li p')?.[4]?.innerText, 'We added the back end and data visualization challenges.'); +assert.equal(document.querySelectorAll('.lists li p')?.[4]?.innerText, 'We added the backend and data visualization challenges.'); ``` Your sixth `h4` should have the text `V6 - 2018`. diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6143bb50e8e48c6f5ef9d8d5.md b/curriculum/challenges/english/blocks/workshop-magazine/6143bb50e8e48c6f5ef9d8d5.md index b456b645fd2..f5bbe9bf4f5 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6143bb50e8e48c6f5ef9d8d5.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6143bb50e8e48c6f5ef9d8d5.md @@ -159,16 +159,16 @@ assert.equal(children?.[3]?.localName, 'img');
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6143c2a363865c715f1a3f72.md b/curriculum/challenges/english/blocks/workshop-magazine/6143c2a363865c715f1a3f72.md index 6030b320692..11037a93a07 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6143c2a363865c715f1a3f72.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6143c2a363865c715f1a3f72.md @@ -167,16 +167,16 @@ assert.equal(document.querySelectorAll('.image-wrapper img')?.[0]?.getAttribute(
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6143cd08fe927072ca3a371d.md b/curriculum/challenges/english/blocks/workshop-magazine/6143cd08fe927072ca3a371d.md index 3399fedf138..645bb8e97a7 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6143cd08fe927072ca3a371d.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6143cd08fe927072ca3a371d.md @@ -184,16 +184,16 @@ Your second `img` element should have a `height` set to `400`.
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6143cdf48b634a747de42104.md b/curriculum/challenges/english/blocks/workshop-magazine/6143cdf48b634a747de42104.md index 7a15a5cad8d..3df26383965 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6143cdf48b634a747de42104.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6143cdf48b634a747de42104.md @@ -184,16 +184,16 @@ assert.equal(
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6143d003ad9e9d76766293ec.md b/curriculum/challenges/english/blocks/workshop-magazine/6143d003ad9e9d76766293ec.md index 9f22819ae86..97c70e6b386 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6143d003ad9e9d76766293ec.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6143d003ad9e9d76766293ec.md @@ -164,16 +164,16 @@ assert.equal(document.querySelector('.image-quote p')?.innerText, 'The millions
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6143d2842b497779bad947de.md b/curriculum/challenges/english/blocks/workshop-magazine/6143d2842b497779bad947de.md index bff07724218..da43ef70409 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6143d2842b497779bad947de.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6143d2842b497779bad947de.md @@ -157,16 +157,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('*, ::before, ::after')?.b
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6144d66a5358db0c80628757.md b/curriculum/challenges/english/blocks/workshop-magazine/6144d66a5358db0c80628757.md index 077661f703d..a920469ff3f 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6144d66a5358db0c80628757.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6144d66a5358db0c80628757.md @@ -145,16 +145,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('html')?.fontSize, '62.5%'
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6144d7dbdd3e580da730ff45.md b/curriculum/challenges/english/blocks/workshop-magazine/6144d7dbdd3e580da730ff45.md index 2cf7b7d1caa..6be201a9426 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6144d7dbdd3e580da730ff45.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6144d7dbdd3e580da730ff45.md @@ -156,16 +156,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('body')?.backgroundColor,
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6144de308591ec10e27d5383.md b/curriculum/challenges/english/blocks/workshop-magazine/6144de308591ec10e27d5383.md index 7cd17103155..b513dcec803 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6144de308591ec10e27d5383.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6144de308591ec10e27d5383.md @@ -144,16 +144,16 @@ assert.oneOf(fontFamily, ['Anton, sans-serif', `"Anton", sans-serif`]);
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6144e1ba93e435127a7f516d.md b/curriculum/challenges/english/blocks/workshop-magazine/6144e1ba93e435127a7f516d.md index 288982d18c6..2ef02087e4c 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6144e1ba93e435127a7f516d.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6144e1ba93e435127a7f516d.md @@ -144,16 +144,16 @@ assert.oneOf(fontFamily, ['Raleway, sans-serif', `"Raleway", sans-serif`]);
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6144ee46a9d6e614c598cc05.md b/curriculum/challenges/english/blocks/workshop-magazine/6144ee46a9d6e614c598cc05.md index 16f89516470..1c04a25a1b1 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6144ee46a9d6e614c598cc05.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6144ee46a9d6e614c598cc05.md @@ -149,16 +149,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('a')?.color, 'linen');
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6144ee790af79815ad15a832.md b/curriculum/challenges/english/blocks/workshop-magazine/6144ee790af79815ad15a832.md index c7d671df108..3d9badec147 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6144ee790af79815ad15a832.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6144ee790af79815ad15a832.md @@ -145,16 +145,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('main')?.display, 'grid');
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6144f1410990ea17187a722b.md b/curriculum/challenges/english/blocks/workshop-magazine/6144f1410990ea17187a722b.md index 1c57257ef29..ea4e2dc945b 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6144f1410990ea17187a722b.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6144f1410990ea17187a722b.md @@ -139,16 +139,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('main')?.gridTemplateColum
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6144f3818bfbc51844152e36.md b/curriculum/challenges/english/blocks/workshop-magazine/6144f3818bfbc51844152e36.md index 6c8d0f8cfc4..8567a3fcf4b 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6144f3818bfbc51844152e36.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6144f3818bfbc51844152e36.md @@ -139,16 +139,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('main')?.gridTemplateColum
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6144f42204c8c8195f1f3345.md b/curriculum/challenges/english/blocks/workshop-magazine/6144f42204c8c8195f1f3345.md index 73b07e900e6..b706afd91ab 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6144f42204c8c8195f1f3345.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6144f42204c8c8195f1f3345.md @@ -137,16 +137,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('main')?.rowGap, '3rem');
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6144f47b7c631e1a6f304dd5.md b/curriculum/challenges/english/blocks/workshop-magazine/6144f47b7c631e1a6f304dd5.md index 8e61ec4cdda..fc8c2852039 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6144f47b7c631e1a6f304dd5.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6144f47b7c631e1a6f304dd5.md @@ -147,16 +147,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.heading')?.gridColumn, '
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148b07081759c2c691166a9.md b/curriculum/challenges/english/blocks/workshop-magazine/6148b07081759c2c691166a9.md index d664e523bb4..77abef9c566 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148b07081759c2c691166a9.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148b07081759c2c691166a9.md @@ -143,16 +143,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.text')?.gridColumn, '2 /
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148b0d764e4192e5712ed92.md b/curriculum/challenges/english/blocks/workshop-magazine/6148b0d764e4192e5712ed92.md index d8bb2676687..52c0c1ff9f9 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148b0d764e4192e5712ed92.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148b0d764e4192e5712ed92.md @@ -139,16 +139,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.heading')?.display, 'gri
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148b185ef37522f688316b0.md b/curriculum/challenges/english/blocks/workshop-magazine/6148b185ef37522f688316b0.md index 13f2858279e..2e0a857eaa1 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148b185ef37522f688316b0.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148b185ef37522f688316b0.md @@ -141,16 +141,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.heading')?.gridTemplateC
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148b30464daf630848c21d4.md b/curriculum/challenges/english/blocks/workshop-magazine/6148b30464daf630848c21d4.md index 82b9875f711..ff7fc0816b0 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148b30464daf630848c21d4.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148b30464daf630848c21d4.md @@ -137,16 +137,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.heading')?.rowGap, '1.5r
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148b4b150434734143db6f2.md b/curriculum/challenges/english/blocks/workshop-magazine/6148b4b150434734143db6f2.md index d075f641919..17122aef4e5 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148b4b150434734143db6f2.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148b4b150434734143db6f2.md @@ -145,16 +145,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.hero')?.gridColumn, '1 /
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148b5623efa8f369f2c3643.md b/curriculum/challenges/english/blocks/workshop-magazine/6148b5623efa8f369f2c3643.md index 90c01cc7d6f..b2405ddb55b 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148b5623efa8f369f2c3643.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148b5623efa8f369f2c3643.md @@ -137,16 +137,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.hero')?.position, 'relat
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148b59ef318e03875f35c4a.md b/curriculum/challenges/english/blocks/workshop-magazine/6148b59ef318e03875f35c4a.md index c6b50ae59a2..767dcd06e19 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148b59ef318e03875f35c4a.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148b59ef318e03875f35c4a.md @@ -150,16 +150,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('img')?.objectFit, 'cover'
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148bd62bbb8c83a5f1fc1b3.md b/curriculum/challenges/english/blocks/workshop-magazine/6148bd62bbb8c83a5f1fc1b3.md index f5a006268ae..df948fc511d 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148bd62bbb8c83a5f1fc1b3.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148bd62bbb8c83a5f1fc1b3.md @@ -154,16 +154,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.hero-title')?.fontSize,
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148be3d605d6b3ca9425d11.md b/curriculum/challenges/english/blocks/workshop-magazine/6148be3d605d6b3ca9425d11.md index 7de0b26b41c..deb5d516b71 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148be3d605d6b3ca9425d11.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148be3d605d6b3ca9425d11.md @@ -154,16 +154,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.hero-subtitle')?.textAli
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148be82ca63c63daa8cca49.md b/curriculum/challenges/english/blocks/workshop-magazine/6148be82ca63c63daa8cca49.md index 87d3000e814..8ef5645445a 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148be82ca63c63daa8cca49.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148be82ca63c63daa8cca49.md @@ -149,16 +149,16 @@ assert.oneOf(fontFamily, ['Raleway, sans-serif', `"Raleway", sans-serif`]);
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148bf49fcc7913f05dbf9b7.md b/curriculum/challenges/english/blocks/workshop-magazine/6148bf49fcc7913f05dbf9b7.md index 15ea726a8d4..a32fa2bfd9c 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148bf49fcc7913f05dbf9b7.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148bf49fcc7913f05dbf9b7.md @@ -144,16 +144,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.author-name a:hover')?.b
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148bfc43df3bc40fe0e6405.md b/curriculum/challenges/english/blocks/workshop-magazine/6148bfc43df3bc40fe0e6405.md index 4a41cf5b89c..c36774bdb29 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148bfc43df3bc40fe0e6405.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148bfc43df3bc40fe0e6405.md @@ -142,16 +142,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.publish-date')?.color, '
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148c004ffc8434252940dc3.md b/curriculum/challenges/english/blocks/workshop-magazine/6148c004ffc8434252940dc3.md index 78118c9613a..13f8fa654f1 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148c004ffc8434252940dc3.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148c004ffc8434252940dc3.md @@ -148,16 +148,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.social-icons')?.fontSize
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148c224ecb157439bc5247c.md b/curriculum/challenges/english/blocks/workshop-magazine/6148c224ecb157439bc5247c.md index b79eb88d997..2d06ea51db5 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148c224ecb157439bc5247c.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148c224ecb157439bc5247c.md @@ -136,16 +136,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.social-icons')?.gridTemplateCo
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148c434bd731d45617a76c6.md b/curriculum/challenges/english/blocks/workshop-magazine/6148c434bd731d45617a76c6.md index d10eb6a623f..8f2ef799fdb 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148c434bd731d45617a76c6.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148c434bd731d45617a76c6.md @@ -140,16 +140,16 @@ assert(new __helpers.CSSHelp(document).getStyle('.social-icons')?.gridAutoFlow =
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148c5036ddad94692a66230.md b/curriculum/challenges/english/blocks/workshop-magazine/6148c5036ddad94692a66230.md index f313084aceb..7d9785ba1a1 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148c5036ddad94692a66230.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148c5036ddad94692a66230.md @@ -138,16 +138,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.social-icons')?.gridAuto
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148c58bace368497fb11bcf.md b/curriculum/challenges/english/blocks/workshop-magazine/6148c58bace368497fb11bcf.md index e52f62d89f9..a3423abe8cd 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148c58bace368497fb11bcf.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148c58bace368497fb11bcf.md @@ -138,16 +138,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.social-icons')?.alignIte
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148c6aa9981d74af202125e.md b/curriculum/challenges/english/blocks/workshop-magazine/6148c6aa9981d74af202125e.md index a40ff7bd6e5..4ca57b2d83e 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148c6aa9981d74af202125e.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148c6aa9981d74af202125e.md @@ -142,16 +142,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.text')?.letterSpacing, '
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148c721e74ecd4c619ae51c.md b/curriculum/challenges/english/blocks/workshop-magazine/6148c721e74ecd4c619ae51c.md index e862cb20e1a..e80b248f2a9 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148c721e74ecd4c619ae51c.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148c721e74ecd4c619ae51c.md @@ -138,16 +138,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.text')?.columnWidth, '25
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148ceaf5d897d4d8b3554b3.md b/curriculum/challenges/english/blocks/workshop-magazine/6148ceaf5d897d4d8b3554b3.md index a83eb508413..01f9b01c6af 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148ceaf5d897d4d8b3554b3.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148ceaf5d897d4d8b3554b3.md @@ -138,16 +138,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.text')?.textAlign, 'just
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148cf094b3f2b4e8a032c63.md b/curriculum/challenges/english/blocks/workshop-magazine/6148cf094b3f2b4e8a032c63.md index bce2bd2bed5..4e6f3537a77 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148cf094b3f2b4e8a032c63.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148cf094b3f2b4e8a032c63.md @@ -150,16 +150,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.first-paragraph::first-l
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148d0b863d10d50544ace0e.md b/curriculum/challenges/english/blocks/workshop-magazine/6148d0b863d10d50544ace0e.md index bfb99b687a8..4cb3875704b 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148d0b863d10d50544ace0e.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148d0b863d10d50544ace0e.md @@ -142,16 +142,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.first-paragraph::first-l
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148d1bdf39c5b5186f5974b.md b/curriculum/challenges/english/blocks/workshop-magazine/6148d1bdf39c5b5186f5974b.md index 8fddf342742..a76d86e54e3 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148d1bdf39c5b5186f5974b.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148d1bdf39c5b5186f5974b.md @@ -142,16 +142,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('hr')?.margin, '1.5rem 0px
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148d1f9eb63c252e1f8acc4.md b/curriculum/challenges/english/blocks/workshop-magazine/6148d1f9eb63c252e1f8acc4.md index ae180c3d625..d4847ac7772 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148d1f9eb63c252e1f8acc4.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148d1f9eb63c252e1f8acc4.md @@ -138,16 +138,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('hr')?.borderColor, 'rgba(
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148d2444d01ab541e64a1e4.md b/curriculum/challenges/english/blocks/workshop-magazine/6148d2444d01ab541e64a1e4.md index 2d5642e452c..26489aa0042 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148d2444d01ab541e64a1e4.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148d2444d01ab541e64a1e4.md @@ -154,16 +154,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.quote')?.textAlign, 'cen
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148d33e31fccf558696c745.md b/curriculum/challenges/english/blocks/workshop-magazine/6148d33e31fccf558696c745.md index 29255806b2b..fba13c93c4a 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148d33e31fccf558696c745.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148d33e31fccf558696c745.md @@ -137,16 +137,16 @@ assert.oneOf(fontFamily, ['Raleway, sans-serif', `"Raleway", sans-serif`]);
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148d3fff5186b57123d97e2.md b/curriculum/challenges/english/blocks/workshop-magazine/6148d3fff5186b57123d97e2.md index 1c656b50909..3288770c4ba 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148d3fff5186b57123d97e2.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148d3fff5186b57123d97e2.md @@ -158,16 +158,16 @@ assert.match(new __helpers.CSSHelp(document).getStyle('.quote::after')?.content,
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148d4d57b965358c9fa38bf.md b/curriculum/challenges/english/blocks/workshop-magazine/6148d4d57b965358c9fa38bf.md index 3fa438c2397..86b639720b5 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148d4d57b965358c9fa38bf.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148d4d57b965358c9fa38bf.md @@ -144,16 +144,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.text-with-images')?.disp
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148d7720f0db36775db868a.md b/curriculum/challenges/english/blocks/workshop-magazine/6148d7720f0db36775db868a.md index 5c3aacd153e..c24f690ca06 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148d7720f0db36775db868a.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148d7720f0db36775db868a.md @@ -142,16 +142,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.text-with-images')?.colu
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148d94fdf6a5d6899f8ff15.md b/curriculum/challenges/english/blocks/workshop-magazine/6148d94fdf6a5d6899f8ff15.md index a85ff184bf4..c84bba6407f 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148d94fdf6a5d6899f8ff15.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148d94fdf6a5d6899f8ff15.md @@ -136,16 +136,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.text-with-images')?.marg
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148d9825b50a3698aeee644.md b/curriculum/challenges/english/blocks/workshop-magazine/6148d9825b50a3698aeee644.md index 4a0a2cd9c0f..906446b3fde 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148d9825b50a3698aeee644.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148d9825b50a3698aeee644.md @@ -142,16 +142,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.lists')?.listStyleType,
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148e162e255676ae0da6a76.md b/curriculum/challenges/english/blocks/workshop-magazine/6148e162e255676ae0da6a76.md index afe3ec20f4b..d0245c6130b 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148e162e255676ae0da6a76.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148e162e255676ae0da6a76.md @@ -136,16 +136,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.lists')?.marginTop, '2re
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148e19c3e26436be0155690.md b/curriculum/challenges/english/blocks/workshop-magazine/6148e19c3e26436be0155690.md index 027f434e0b1..182ee8b3609 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148e19c3e26436be0155690.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148e19c3e26436be0155690.md @@ -142,16 +142,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.lists li')?.marginBottom
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148e246146b646cf4255f0c.md b/curriculum/challenges/english/blocks/workshop-magazine/6148e246146b646cf4255f0c.md index 9b3b6c07f29..9129d15a8f3 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148e246146b646cf4255f0c.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148e246146b646cf4255f0c.md @@ -142,16 +142,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.list-title, .list-subtit
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148e2dcdd60306dd77d41cc.md b/curriculum/challenges/english/blocks/workshop-magazine/6148e2dcdd60306dd77d41cc.md index 402605e84f6..ddedeb81607 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148e2dcdd60306dd77d41cc.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148e2dcdd60306dd77d41cc.md @@ -144,16 +144,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.image-wrapper')?.display
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148e4d6861a486f60681f36.md b/curriculum/challenges/english/blocks/workshop-magazine/6148e4d6861a486f60681f36.md index 2654a368d00..ec6b017ed98 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148e4d6861a486f60681f36.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148e4d6861a486f60681f36.md @@ -144,16 +144,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.image-wrapper')?.gridTem
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148e5a204d99e70343a63e4.md b/curriculum/challenges/english/blocks/workshop-magazine/6148e5a204d99e70343a63e4.md index 4cf837f2684..278876396f2 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148e5a204d99e70343a63e4.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148e5a204d99e70343a63e4.md @@ -138,16 +138,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.image-wrapper')?.gap, '2
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148e62a6f768f71c4f04828.md b/curriculum/challenges/english/blocks/workshop-magazine/6148e62a6f768f71c4f04828.md index 4c93d2117b0..4902262454e 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148e62a6f768f71c4f04828.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148e62a6f768f71c4f04828.md @@ -138,16 +138,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.image-wrapper')?.placeIt
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148e789329dc9736ce59b85.md b/curriculum/challenges/english/blocks/workshop-magazine/6148e789329dc9736ce59b85.md index 32733f4cdcc..1d1821f9fc6 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148e789329dc9736ce59b85.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148e789329dc9736ce59b85.md @@ -142,16 +142,16 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.image-1, .image-3')?.gri
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148f34ebedc2274bceeb99c.md b/curriculum/challenges/english/blocks/workshop-magazine/6148f34ebedc2274bceeb99c.md index 76ec3c42a88..9541d192314 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148f34ebedc2274bceeb99c.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148f34ebedc2274bceeb99c.md @@ -152,16 +152,16 @@ assert.equal(new __helpers.CSSHelp(document).getCSSRules('media')?.[0]?.cssRules
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148f600cde42b7670c2611f.md b/curriculum/challenges/english/blocks/workshop-magazine/6148f600cde42b7670c2611f.md index 825aabcf904..4ab1a21dbab 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148f600cde42b7670c2611f.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148f600cde42b7670c2611f.md @@ -150,16 +150,16 @@ assert.equal(new __helpers.CSSHelp(document).getCSSRules('media')?.[1]?.cssRules
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148f693e0728f77c87f3020.md b/curriculum/challenges/english/blocks/workshop-magazine/6148f693e0728f77c87f3020.md index 3024def01e0..fb5f1ac999a 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148f693e0728f77c87f3020.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148f693e0728f77c87f3020.md @@ -169,16 +169,16 @@ assert.equal(new __helpers.CSSHelp(document).getCSSRules('media')?.[2]?.cssRules
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/6148f6f7d8914c78e93136ca.md b/curriculum/challenges/english/blocks/workshop-magazine/6148f6f7d8914c78e93136ca.md index c5e5b2619ec..91aa9bc555b 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/6148f6f7d8914c78e93136ca.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/6148f6f7d8914c78e93136ca.md @@ -150,16 +150,16 @@ assert.equal(new __helpers.CSSHelp(document).getCSSRules('media')?.[3]?.cssRules
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    @@ -522,16 +522,16 @@ hr {
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/blocks/workshop-magazine/614e0e503b110f76d3ac2ff6.md b/curriculum/challenges/english/blocks/workshop-magazine/614e0e503b110f76d3ac2ff6.md index 21674e725db..7b633996056 100644 --- a/curriculum/challenges/english/blocks/workshop-magazine/614e0e503b110f76d3ac2ff6.md +++ b/curriculum/challenges/english/blocks/workshop-magazine/614e0e503b110f76d3ac2ff6.md @@ -139,16 +139,16 @@ assert.isNull(document.querySelector('.hero-img')?.getAttribute('width'));
  • V4 - 2016

    - We expanded the curriculum to 3 certifications, including Front - End, Back End, and Data Visualization. They each had 10 required - projects, but only the Front End section had its own challenges. + We expanded the curriculum to 3 certifications, including Frontend, + Backend, and Data Visualization. They each had 10 required + projects, but only the Frontend section had its own challenges. For the other certs, we were still using external resources like Node School.

  • V5 - 2017

    -

    We added the back end and data visualization challenges.

    +

    We added the backend and data visualization challenges.

  • V6 - 2018

    diff --git a/curriculum/challenges/english/certifications/back-end-development-and-apis-v9.yml b/curriculum/challenges/english/certifications/back-end-development-and-apis-v9.yml index e1f6adf0017..7f54e46e406 100644 --- a/curriculum/challenges/english/certifications/back-end-development-and-apis-v9.yml +++ b/curriculum/challenges/english/certifications/back-end-development-and-apis-v9.yml @@ -1,7 +1,7 @@ id: 68e6bd5120effa1586e79857 -title: Back End Development and APIs Certification +title: Backend Development and APIs Certification certification: back-end-development-and-apis-v9 challengeType: 7 tests: - id: 68e6bfa120effa1586e7985a - title: Back End Development and APIs Certification Exam + title: Backend Development and APIs Certification Exam diff --git a/curriculum/challenges/english/certifications/back-end-development-and-apis.yml b/curriculum/challenges/english/certifications/back-end-development-and-apis.yml index 27fd7636000..17b4387389d 100644 --- a/curriculum/challenges/english/certifications/back-end-development-and-apis.yml +++ b/curriculum/challenges/english/certifications/back-end-development-and-apis.yml @@ -1,6 +1,6 @@ --- id: 561add10cb82ac38a17523bc -title: Back End Development and APIs Certification +title: Backend Development and APIs Certification certification: back-end-development-and-apis challengeType: 7 tests: diff --git a/curriculum/challenges/english/certifications/front-end-development-libraries-v9.yml b/curriculum/challenges/english/certifications/front-end-development-libraries-v9.yml index c1461d56c79..dd42e742aa6 100644 --- a/curriculum/challenges/english/certifications/front-end-development-libraries-v9.yml +++ b/curriculum/challenges/english/certifications/front-end-development-libraries-v9.yml @@ -1,7 +1,7 @@ id: 68e008aa5f80c6099d47b3a2 -title: Front End Development Libraries Certification +title: Frontend Development Libraries Certification certification: front-end-development-libraries-v9 challengeType: 7 tests: - id: 68e00b355f80c6099d47b3a3 - title: Front End Development Libraries Certification Exam + title: Frontend Development Libraries Certification Exam diff --git a/curriculum/challenges/english/certifications/front-end-development-libraries.yml b/curriculum/challenges/english/certifications/front-end-development-libraries.yml index 21915a79ac4..6034b0cc6d0 100644 --- a/curriculum/challenges/english/certifications/front-end-development-libraries.yml +++ b/curriculum/challenges/english/certifications/front-end-development-libraries.yml @@ -1,6 +1,6 @@ --- id: 561acd10cb82ac38a17513bc -title: Front End Development Libraries Certification +title: Frontend Development Libraries Certification certification: front-end-development-libraries challengeType: 7 tests: diff --git a/curriculum/challenges/english/certifications/full-stack-developer-v9.yml b/curriculum/challenges/english/certifications/full-stack-developer-v9.yml index 3eb9e965c21..3371178dd7d 100644 --- a/curriculum/challenges/english/certifications/full-stack-developer-v9.yml +++ b/curriculum/challenges/english/certifications/full-stack-developer-v9.yml @@ -1,8 +1,8 @@ --- id: 64514fda6c245de4d11eb7bb -title: Certified Full Stack Developer +title: Certified Full-Stack Developer certification: full-stack-developer-v9 challengeType: 7 tests: - id: 645147516c245de4d11eb7ba - title: Certified Full Stack Developer Exam + title: Certified Full-Stack Developer Exam diff --git a/curriculum/challenges/english/certifications/legacy-back-end.yml b/curriculum/challenges/english/certifications/legacy-back-end.yml index 51d62c28292..77c5a12a3c9 100644 --- a/curriculum/challenges/english/certifications/legacy-back-end.yml +++ b/curriculum/challenges/english/certifications/legacy-back-end.yml @@ -1,5 +1,5 @@ id: 660add10cb82ac38a17513be -title: Legacy Back End Certification +title: Legacy Backend Certification certification: legacy-back-end challengeType: 7 tests: diff --git a/curriculum/challenges/english/certifications/legacy-front-end.yml b/curriculum/challenges/english/certifications/legacy-front-end.yml index 678464df793..4982aafc9eb 100644 --- a/curriculum/challenges/english/certifications/legacy-front-end.yml +++ b/curriculum/challenges/english/certifications/legacy-front-end.yml @@ -1,5 +1,5 @@ id: 561add10cb82ac38a17513be -title: Legacy Front End Certification +title: Legacy Frontend Certification certification: legacy-front-end challengeType: 7 tests: diff --git a/curriculum/challenges/english/certifications/legacy-full-stack.yml b/curriculum/challenges/english/certifications/legacy-full-stack.yml index 9d6b3a28e26..2f8234f5535 100644 --- a/curriculum/challenges/english/certifications/legacy-full-stack.yml +++ b/curriculum/challenges/english/certifications/legacy-full-stack.yml @@ -1,5 +1,5 @@ id: 561add10cb82ac38a17213bd -title: Legacy Full Stack Certification +title: Legacy Full-Stack Certification certification: legacy-full-stack challengeType: 7 tests: @@ -8,7 +8,7 @@ tests: - id: 561abd10cb81ac38a17513bc title: JavaScript Algorithms and Data Structures Certification - id: 561acd10cb82ac38a17513bc - title: Front End Libraries Certification + title: Frontend Libraries Certification - id: 5a553ca864b52e1d8bceea14 title: Data Visualization Certification - id: 561add10cb82ac38a17523bc diff --git a/curriculum/structure/blocks/back-end-development-and-apis-projects.json b/curriculum/structure/blocks/back-end-development-and-apis-projects.json index 562529cab5c..26ee64abb08 100644 --- a/curriculum/structure/blocks/back-end-development-and-apis-projects.json +++ b/curriculum/structure/blocks/back-end-development-and-apis-projects.json @@ -1,5 +1,5 @@ { - "name": "Back End Development and APIs Projects", + "name": "Backend Development and APIs Projects", "isUpcomingChange": false, "dashedName": "back-end-development-and-apis-projects", "helpCategory": "JavaScript", diff --git a/curriculum/structure/blocks/exam-back-end-development-and-apis-certification.json b/curriculum/structure/blocks/exam-back-end-development-and-apis-certification.json index 56bfe7660de..eed89d16be0 100644 --- a/curriculum/structure/blocks/exam-back-end-development-and-apis-certification.json +++ b/curriculum/structure/blocks/exam-back-end-development-and-apis-certification.json @@ -1,5 +1,5 @@ { - "name": "Back End Development and APIs Certification Exam", + "name": "Backend Development and APIs Certification Exam", "blockLabel": "exam", "blockLayout": "link", "isUpcomingChange": true, @@ -8,7 +8,7 @@ "challengeOrder": [ { "id": "68e6bfa120effa1586e7985a", - "title": "Back End Development and APIs Certification Exam" + "title": "Backend Development and APIs Certification Exam" } ] } diff --git a/curriculum/structure/blocks/exam-certified-full-stack-developer.json b/curriculum/structure/blocks/exam-certified-full-stack-developer.json index b640cf46a77..1e35793ac15 100644 --- a/curriculum/structure/blocks/exam-certified-full-stack-developer.json +++ b/curriculum/structure/blocks/exam-certified-full-stack-developer.json @@ -1,5 +1,5 @@ { - "name": "Certified Full Stack Developer Exam", + "name": "Certified Full-Stack Developer Exam", "blockLabel": "exam", "blockLayout": "link", "isUpcomingChange": true, @@ -8,7 +8,7 @@ "challengeOrder": [ { "id": "645147516c245de4d11eb7ba", - "title": "Certified Full Stack Developer Exam" + "title": "Certified Full-Stack Developer Exam" } ] } diff --git a/curriculum/structure/blocks/exam-front-end-development-libraries-certification.json b/curriculum/structure/blocks/exam-front-end-development-libraries-certification.json index 84bc66234cb..f96812994d5 100644 --- a/curriculum/structure/blocks/exam-front-end-development-libraries-certification.json +++ b/curriculum/structure/blocks/exam-front-end-development-libraries-certification.json @@ -1,5 +1,5 @@ { - "name": "Front End Development Libraries Certification Exam", + "name": "Frontend Development Libraries Certification Exam", "blockLabel": "exam", "blockLayout": "link", "isUpcomingChange": true, @@ -8,7 +8,7 @@ "challengeOrder": [ { "id": "68e00b355f80c6099d47b3a3", - "title": "Front End Development Libraries Certification Exam" + "title": "Frontend Development Libraries Certification Exam" } ] } diff --git a/curriculum/structure/blocks/front-end-development-libraries-projects.json b/curriculum/structure/blocks/front-end-development-libraries-projects.json index 8cd2cb510b7..1edd2484546 100644 --- a/curriculum/structure/blocks/front-end-development-libraries-projects.json +++ b/curriculum/structure/blocks/front-end-development-libraries-projects.json @@ -1,5 +1,5 @@ { - "name": "Front End Development Libraries Projects", + "name": "Frontend Development Libraries Projects", "isUpcomingChange": false, "dashedName": "front-end-development-libraries-projects", "helpCategory": "JavaScript", diff --git a/curriculum/structure/blocks/review-front-end-libraries.json b/curriculum/structure/blocks/review-front-end-libraries.json index b8bc6087904..48f6107c13b 100644 --- a/curriculum/structure/blocks/review-front-end-libraries.json +++ b/curriculum/structure/blocks/review-front-end-libraries.json @@ -1,11 +1,11 @@ { - "name": "Front End Libraries Review", + "name": "Frontend Libraries Review", "blockLabel": "review", "blockLayout": "link", "isUpcomingChange": true, "dashedName": "review-front-end-libraries", "challengeOrder": [ - { "id": "6724e2dbf723fe1c8883cc69", "title": "Front End Libraries Review" } + { "id": "6724e2dbf723fe1c8883cc69", "title": "Frontend Libraries Review" } ], "helpCategory": "HTML-CSS" } diff --git a/e2e/donation-modal.spec.ts b/e2e/donation-modal.spec.ts index 094c000aba1..038ceb682d5 100644 --- a/e2e/donation-modal.spec.ts +++ b/e2e/donation-modal.spec.ts @@ -306,7 +306,7 @@ test.describe('Donation modal appearance logic - Certified user claiming a new b // Use `slowExpect` as we need to wait 20s for this part to show up. await slowExpect( donationModal.getByText( - 'Nicely done. You just completed Front End Development Libraries Projects.' + 'Nicely done. You just completed Frontend Development Libraries Projects.' ) ).toBeVisible(); await donationModal.getByRole('button', { name: 'Ask me later' }).click(); diff --git a/e2e/full-stack-page.spec.ts b/e2e/full-stack-page.spec.ts index 7bdeff2eea1..ec4139fae79 100644 --- a/e2e/full-stack-page.spec.ts +++ b/e2e/full-stack-page.spec.ts @@ -10,7 +10,7 @@ const requiredCerts = [ slug: '/learn/javascript-v9/' }, { - text: 'Front End Development Libraries Certification', + text: 'Frontend Development Libraries Certification', slug: '/learn/front-end-development-libraries-v9/' }, { @@ -22,12 +22,12 @@ const requiredCerts = [ slug: '/learn/relational-databases-v9/' }, { - text: 'Back End Development and APIs Certification', + text: 'Backend Development and APIs Certification', slug: '/learn/back-end-development-and-apis-v9/' } ]; -test.describe('Full Stack Developer V9 superBlock page', () => { +test.describe('Full-Stack Developer V9 superBlock page', () => { test('lists and links to requirements', async ({ page }) => { await page.goto('/learn/full-stack-developer-v9/'); @@ -49,7 +49,7 @@ test.describe('Full Stack Developer V9 superBlock page', () => { test('shows the exam', async ({ page }) => { await page.goto('/learn/full-stack-developer-v9/'); const examChapterButton = page.locator('.chapter .chapter-button', { - hasText: /certified full stack developer exam/i + hasText: /certified full-stack developer exam/i }); await expect(examChapterButton).toBeVisible(); @@ -62,12 +62,12 @@ test.describe('Full Stack Developer V9 superBlock page', () => { test('shows the exam module and coming soon text', async ({ page }) => { await page.goto('/learn/full-stack-developer-v9/'); const examChapterButton = page.locator('.chapter .chapter-button', { - hasText: /certified full stack developer exam/i + hasText: /certified full-stack developer exam/i }); await expect(examChapterButton).toBeVisible(); const examModuleButton = page.locator('.module-button', { - hasText: /certified full stack developer exam/i + hasText: /certified full-stack developer exam/i }); await examModuleButton.click(); diff --git a/e2e/map.spec.ts b/e2e/map.spec.ts index 464544b39ab..affec89c756 100644 --- a/e2e/map.spec.ts +++ b/e2e/map.spec.ts @@ -16,7 +16,7 @@ const LANDING_PAGE_LINKS = [ }, { slug: 'front-end-development-libraries-v9', - name: 'Front End Development Libraries Certification' + name: 'Frontend Development Libraries Certification' }, { slug: 'python-v9', @@ -28,11 +28,11 @@ const LANDING_PAGE_LINKS = [ }, { slug: 'back-end-development-and-apis-v9', - name: 'Back End Development and APIs Certification' + name: 'Backend Development and APIs Certification' }, { slug: 'full-stack-developer-v9', - name: 'Certified Full Stack Developer Curriculum' + name: 'Certified Full-Stack Developer Curriculum' }, { slug: 'a2-english-for-developers', diff --git a/e2e/profile.spec.ts b/e2e/profile.spec.ts index f4d552e3c2b..d0d34bfd826 100644 --- a/e2e/profile.spec.ts +++ b/e2e/profile.spec.ts @@ -19,7 +19,7 @@ const legacyCerts = [ url: '/certification/certifieduser/javascript-algorithms-and-data-structures-v8' }, { - name: 'Front End Development Libraries V8', + name: 'Frontend Development Libraries V8', url: '/certification/certifieduser/front-end-development-libraries' }, { @@ -31,7 +31,7 @@ const legacyCerts = [ url: '/certification/certifieduser/relational-database-v8' }, { - name: 'Back End Development and APIs V8', + name: 'Backend Development and APIs V8', url: '/certification/certifieduser/back-end-development-and-apis' }, { @@ -59,7 +59,7 @@ const legacyCerts = [ url: '/certification/certifieduser/college-algebra-with-python-v8' }, { - name: 'Legacy Front End', + name: 'Legacy Frontend', url: '/certification/certifieduser/legacy-front-end' }, { @@ -67,7 +67,7 @@ const legacyCerts = [ url: '/certification/certifieduser/javascript-algorithms-and-data-structures' }, { - name: 'Legacy Back End', + name: 'Legacy Backend', url: '/certification/certifieduser/legacy-back-end' }, { @@ -79,7 +79,7 @@ const legacyCerts = [ url: '/certification/certifieduser/information-security-and-quality-assurance' }, { - name: 'Legacy Full Stack', + name: 'Legacy Full-Stack', url: '/certification/certifieduser/full-stack' } ]; diff --git a/e2e/settings.spec.ts b/e2e/settings.spec.ts index bea9d6e6e05..aeafc7bc389 100644 --- a/e2e/settings.spec.ts +++ b/e2e/settings.spec.ts @@ -259,10 +259,10 @@ test.describe('Settings - Certified User', () => { }); }); -// In order to claim the Full Stack cert, the user needs to complete 6 certs. +// In order to claim the Full-Stack cert, the user needs to complete 6 certs. // Instead of simulating 6 cert claim flows, -// we use the data of Certified User but remove the Full Stack cert. -test.describe('Settings - Certified User without Full Stack Certification', () => { +// we use the data of Certified User but remove the Full-Stack cert. +test.describe('Settings - Certified User without Full-Stack Certification', () => { test.beforeEach(async ({ page }) => { execSync( 'node ../tools/scripts/seed/seed-demo-user --certified-user --set-false isFullStackCert' @@ -274,14 +274,14 @@ test.describe('Settings - Certified User without Full Stack Certification', () = execSync('node ../tools/scripts/seed/seed-demo-user --certified-user'); }); - test('should allow claiming Full Stack cert if the user has completed all requirements', async ({ + test('should allow claiming Full-Stack cert if the user has completed all requirements', async ({ page }) => { const claimButton = page.getByRole('button', { - name: 'Claim Certification Legacy Full Stack' + name: 'Claim Certification Legacy Full-Stack' }); const showButton = page.getByRole('link', { - name: 'Show Certification Legacy Full Stack' + name: 'Show Certification Legacy Full-Stack' }); await expect(claimButton).toBeVisible(); @@ -290,7 +290,7 @@ test.describe('Settings - Certified User without Full Stack Certification', () = await alertToBeVisible( page, - '@certifieduser, you have successfully claimed the Legacy Full Stack Certification! Congratulations on behalf of the freeCodeCamp.org team!' + '@certifieduser, you have successfully claimed the Legacy Full-Stack Certification! Congratulations on behalf of the freeCodeCamp.org team!' ); await expect(claimButton).toBeHidden(); await expect(showButton).toBeVisible(); @@ -313,11 +313,11 @@ test.describe('Settings - New User', () => { execSync('node ../tools/scripts/seed/seed-demo-user --certified-user'); }); - test('should not allow claiming Full Stack cert if the user has not completed all the required certs', async ({ + test('should not allow claiming Full-Stack cert if the user has not completed all the required certs', async ({ page }) => { const claimFullStackCertButton = page.getByRole('button', { - name: 'Claim Certification Legacy Full Stack' + name: 'Claim Certification Legacy Full-Stack' }); const claimRwdCertButton = page.getByRole('button', { @@ -328,7 +328,7 @@ test.describe('Settings - New User', () => { await expect(claimRwdCertButton).toBeVisible(); await expect(claimRwdCertButton).toBeEnabled(); - // Button for full stack cert is disabled if the user hasn't claimed the required certs + // Button for full-stack cert is disabled if the user hasn't claimed the required certs await expect(claimFullStackCertButton).toBeVisible(); await expect(claimFullStackCertButton).toBeDisabled(); }); diff --git a/packages/shared/src/config/certification-settings.ts b/packages/shared/src/config/certification-settings.ts index ae6bab197a0..84aec79ed17 100644 --- a/packages/shared/src/config/certification-settings.ts +++ b/packages/shared/src/config/certification-settings.ts @@ -262,22 +262,22 @@ export function isCertified( // TODO: use i18n keys instead of hardcoded titles export const certToTitleMap: Record = { // Legacy certifications - [Certification.LegacyFrontEnd]: 'Legacy Front End', + [Certification.LegacyFrontEnd]: 'Legacy Frontend', [Certification.JsAlgoDataStruct]: 'Legacy JavaScript Algorithms and Data Structures V7', - [Certification.LegacyBackEnd]: 'Legacy Back End', + [Certification.LegacyBackEnd]: 'Legacy Backend', [Certification.LegacyDataVis]: 'Legacy Data Visualization', [Certification.LegacyInfoSecQa]: 'Legacy Information Security and Quality Assurance', - [Certification.LegacyFullStack]: 'Legacy Full Stack', + [Certification.LegacyFullStack]: 'Legacy Full-Stack', // Current certifications [Certification.RespWebDesign]: 'Legacy Responsive Web Design V8', [Certification.JsAlgoDataStructNew]: 'Legacy JavaScript Algorithms and Data Structures V8', - [Certification.FrontEndDevLibs]: 'Front End Development Libraries V8', + [Certification.FrontEndDevLibs]: 'Frontend Development Libraries V8', [Certification.DataVis]: 'Data Visualization V8', - [Certification.BackEndDevApis]: 'Back End Development and APIs V8', + [Certification.BackEndDevApis]: 'Backend Development and APIs V8', [Certification.QualityAssurance]: 'Quality Assurance', [Certification.InfoSec]: 'Information Security', [Certification.SciCompPy]: 'Scientific Computing with Python', @@ -291,11 +291,11 @@ export const certToTitleMap: Record = { // Upcoming certifications [Certification.RespWebDesignV9]: 'Responsive Web Design', [Certification.JsV9]: 'JavaScript', - [Certification.FrontEndDevLibsV9]: 'Front End Development Libraries', + [Certification.FrontEndDevLibsV9]: 'Frontend Development Libraries', [Certification.PythonV9]: 'Python', [Certification.RelationalDbV9]: 'Relational Database', - [Certification.BackEndDevApisV9]: 'Back End Development and APIs', - [Certification.FullStackDeveloperV9]: 'Full Stack Developer', + [Certification.BackEndDevApisV9]: 'Backend Development and APIs', + [Certification.FullStackDeveloperV9]: 'Full-Stack Developer', [Certification.B1English]: 'B1 English for Developers', [Certification.A2Spanish]: 'A2 Professional Spanish', [Certification.A2Chinese]: 'A2 Professional Chinese',