diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 0d69eb6782e..64881d711f5 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -956,7 +956,7 @@ "note": "", "blocks": { "tensorflow": { - "title": "Tensorflow", + "title": "TensorFlow", "intro": [ "TensorFlow is an open source framework that makes machine learning and neural networking easier to use.", "The following video course was created by Tim Ruscica, also known as “Tech With Tim”. It will help you to understand TensorFlow and some of its powerful capabilities." @@ -1480,7 +1480,7 @@ "intro": ["", ""] }, "learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects": { - "title": "Learn How to Talk About Updates and Plans for Tasks and Projects", + "title": "Learn How to Talk about Updates and Plans for Tasks and Projects", "intro": ["", ""] }, "learn-how-to-express-agreement-or-disagreement": { diff --git a/curriculum/challenges/_meta/basic-javascript/meta.json b/curriculum/challenges/_meta/basic-javascript/meta.json index cb534a56cb6..e0c36cef252 100644 --- a/curriculum/challenges/_meta/basic-javascript/meta.json +++ b/curriculum/challenges/_meta/basic-javascript/meta.json @@ -183,19 +183,19 @@ }, { "id": "56bbb991ad1ed5201cd392cb", - "title": "Manipulate Arrays With push()" + "title": "Manipulate Arrays With push Method" }, { "id": "56bbb991ad1ed5201cd392cc", - "title": "Manipulate Arrays With pop()" + "title": "Manipulate Arrays With pop Method" }, { "id": "56bbb991ad1ed5201cd392cd", - "title": "Manipulate Arrays With shift()" + "title": "Manipulate Arrays With shift Method" }, { "id": "56bbb991ad1ed5201cd392ce", - "title": "Manipulate Arrays With unshift()" + "title": "Manipulate Arrays With unshift Method" }, { "id": "56533eb9ac21ba0edf2244bc", diff --git a/curriculum/challenges/_meta/build-a-celestial-bodies-database-project/meta.json b/curriculum/challenges/_meta/build-a-celestial-bodies-database-project/meta.json index 2c1929ababc..3d05091329d 100644 --- a/curriculum/challenges/_meta/build-a-celestial-bodies-database-project/meta.json +++ b/curriculum/challenges/_meta/build-a-celestial-bodies-database-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a Celestial Bodies Database Project", + "name": "Celestial Bodies Database", "isUpcomingChange": false, "dashedName": "build-a-celestial-bodies-database-project", "order": 2, diff --git a/curriculum/challenges/_meta/build-a-data-graph-explorer-project/meta.json b/curriculum/challenges/_meta/build-a-data-graph-explorer-project/meta.json index 218ae0a163a..20ad842d6d5 100644 --- a/curriculum/challenges/_meta/build-a-data-graph-explorer-project/meta.json +++ b/curriculum/challenges/_meta/build-a-data-graph-explorer-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a Data Graph Explorer Project", + "name": "Data Graph Explorer", "isUpcomingChange": false, "dashedName": "build-a-data-graph-explorer-project", "order": 19, diff --git a/curriculum/challenges/_meta/build-a-financial-calculator-project/meta.json b/curriculum/challenges/_meta/build-a-financial-calculator-project/meta.json index cc3c771161f..a663fb64340 100644 --- a/curriculum/challenges/_meta/build-a-financial-calculator-project/meta.json +++ b/curriculum/challenges/_meta/build-a-financial-calculator-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a Financial Calculator Project", + "name": "Financial Calculator", "isUpcomingChange": false, "dashedName": "build-a-financial-calculator-project", "order": 17, diff --git a/curriculum/challenges/_meta/build-a-graphing-calculator-project/meta.json b/curriculum/challenges/_meta/build-a-graphing-calculator-project/meta.json index ec1e9603261..1c0ff140470 100644 --- a/curriculum/challenges/_meta/build-a-graphing-calculator-project/meta.json +++ b/curriculum/challenges/_meta/build-a-graphing-calculator-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a Graphing Calculator Project", + "name": "Graphing Calculator", "isUpcomingChange": false, "dashedName": "build-a-graphing-calculator-project", "order": 11, diff --git a/curriculum/challenges/_meta/build-a-multi-function-calculator-project/meta.json b/curriculum/challenges/_meta/build-a-multi-function-calculator-project/meta.json index ce5bb5e346b..5cc5c104446 100644 --- a/curriculum/challenges/_meta/build-a-multi-function-calculator-project/meta.json +++ b/curriculum/challenges/_meta/build-a-multi-function-calculator-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a Multi-Function Calculator Project", + "name": "Multi-Function Calculator", "isUpcomingChange": false, "dashedName": "build-a-multi-function-calculator-project", "order": 6, diff --git a/curriculum/challenges/_meta/build-a-number-guessing-game-project/meta.json b/curriculum/challenges/_meta/build-a-number-guessing-game-project/meta.json index 5beeec2ae92..a9fc5d8d153 100644 --- a/curriculum/challenges/_meta/build-a-number-guessing-game-project/meta.json +++ b/curriculum/challenges/_meta/build-a-number-guessing-game-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a Number Guessing Game Project", + "name": "Number Guessing Game", "isUpcomingChange": false, "dashedName": "build-a-number-guessing-game-project", "order": 13, diff --git a/curriculum/challenges/_meta/build-a-periodic-table-database-project/meta.json b/curriculum/challenges/_meta/build-a-periodic-table-database-project/meta.json index a94dc7db905..09e021ca59b 100644 --- a/curriculum/challenges/_meta/build-a-periodic-table-database-project/meta.json +++ b/curriculum/challenges/_meta/build-a-periodic-table-database-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a Periodic Table Database Project", + "name": "Periodic Table Database", "isUpcomingChange": false, "dashedName": "build-a-periodic-table-database-project", "order": 12, diff --git a/curriculum/challenges/_meta/build-a-personal-portfolio-webpage-project/meta.json b/curriculum/challenges/_meta/build-a-personal-portfolio-webpage-project/meta.json index 561be8d632d..aa6400e1ec3 100644 --- a/curriculum/challenges/_meta/build-a-personal-portfolio-webpage-project/meta.json +++ b/curriculum/challenges/_meta/build-a-personal-portfolio-webpage-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a Personal Portfolio Webpage Project", + "name": "Personal Portfolio Webpage", "isUpcomingChange": false, "dashedName": "build-a-personal-portfolio-webpage-project", "usesMultifileEditor": true, diff --git a/curriculum/challenges/_meta/build-a-product-landing-page-project/meta.json b/curriculum/challenges/_meta/build-a-product-landing-page-project/meta.json index 3f8170b9545..460c07163ff 100644 --- a/curriculum/challenges/_meta/build-a-product-landing-page-project/meta.json +++ b/curriculum/challenges/_meta/build-a-product-landing-page-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a Product Landing Page Project", + "name": "Product Landing Page", "isUpcomingChange": false, "dashedName": "build-a-product-landing-page-project", "usesMultifileEditor": true, diff --git a/curriculum/challenges/_meta/build-a-salon-appointment-scheduler-project/meta.json b/curriculum/challenges/_meta/build-a-salon-appointment-scheduler-project/meta.json index 23d5a2b1fb5..8a34fa1dfd1 100644 --- a/curriculum/challenges/_meta/build-a-salon-appointment-scheduler-project/meta.json +++ b/curriculum/challenges/_meta/build-a-salon-appointment-scheduler-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a Salon Appointment Scheduler Project", + "name": "Salon Appointment Scheduler", "isUpcomingChange": false, "dashedName": "build-a-salon-appointment-scheduler-project", "order": 9, diff --git a/curriculum/challenges/_meta/build-a-survey-form-project/meta.json b/curriculum/challenges/_meta/build-a-survey-form-project/meta.json index 3224d6d612e..156e2265591 100644 --- a/curriculum/challenges/_meta/build-a-survey-form-project/meta.json +++ b/curriculum/challenges/_meta/build-a-survey-form-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a Survey Form Project", + "name": "Survey Form", "isUpcomingChange": false, "dashedName": "build-a-survey-form-project", "usesMultifileEditor": true, diff --git a/curriculum/challenges/_meta/build-a-technical-documentation-page-project/meta.json b/curriculum/challenges/_meta/build-a-technical-documentation-page-project/meta.json index c9c16c493d9..33911de9fa8 100644 --- a/curriculum/challenges/_meta/build-a-technical-documentation-page-project/meta.json +++ b/curriculum/challenges/_meta/build-a-technical-documentation-page-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a Technical Documentation Page Project", + "name": "Technical Documentation Page", "isUpcomingChange": false, "dashedName": "build-a-technical-documentation-page-project", "usesMultifileEditor": true, diff --git a/curriculum/challenges/_meta/build-a-tribute-page-project/meta.json b/curriculum/challenges/_meta/build-a-tribute-page-project/meta.json index a21898264e0..efc344095ef 100644 --- a/curriculum/challenges/_meta/build-a-tribute-page-project/meta.json +++ b/curriculum/challenges/_meta/build-a-tribute-page-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a Tribute Page Project", + "name": "Tribute Page", "isUpcomingChange": false, "dashedName": "build-a-tribute-page-project", "usesMultifileEditor": true, diff --git a/curriculum/challenges/_meta/build-a-world-cup-database-project/meta.json b/curriculum/challenges/_meta/build-a-world-cup-database-project/meta.json index 25d506942c3..f8c7ec3991d 100644 --- a/curriculum/challenges/_meta/build-a-world-cup-database-project/meta.json +++ b/curriculum/challenges/_meta/build-a-world-cup-database-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build a World Cup Database Project", + "name": "World Cup Database", "isUpcomingChange": false, "dashedName": "build-a-world-cup-database-project", "helpCategory": "Backend Development", diff --git a/curriculum/challenges/_meta/build-three-math-games-project/meta.json b/curriculum/challenges/_meta/build-three-math-games-project/meta.json index 2bed2ed0869..e9be05c84b8 100644 --- a/curriculum/challenges/_meta/build-three-math-games-project/meta.json +++ b/curriculum/challenges/_meta/build-three-math-games-project/meta.json @@ -1,5 +1,5 @@ { - "name": "Build Three Math Games Project", + "name": "Three Math Games", "isUpcomingChange": false, "dashedName": "build-three-math-games-project", "helpCategory": "Python", diff --git a/curriculum/challenges/_meta/d3-dashboard/meta.json b/curriculum/challenges/_meta/d3-dashboard/meta.json index 498976c1e9e..c402b48866c 100644 --- a/curriculum/challenges/_meta/d3-dashboard/meta.json +++ b/curriculum/challenges/_meta/d3-dashboard/meta.json @@ -2,7 +2,6 @@ "name": "D3 Dashboard", "isUpcomingChange": true, "usesMultifileEditor": true, - "hasEditableBoundaries": true, "dashedName": "d3-dashboard", "helpCategory": "JavaScript", "order": 3, diff --git a/curriculum/challenges/_meta/data-analysis-with-python-course/meta.json b/curriculum/challenges/_meta/data-analysis-with-python-course/meta.json index 9772ece5a5d..32694cff5ab 100644 --- a/curriculum/challenges/_meta/data-analysis-with-python-course/meta.json +++ b/curriculum/challenges/_meta/data-analysis-with-python-course/meta.json @@ -1,5 +1,5 @@ { - "name": "Data Analysis with Python Course", + "name": "Data Analysis with Python", "isUpcomingChange": false, "dashedName": "data-analysis-with-python-course", "helpCategory": "Python", diff --git a/curriculum/challenges/_meta/es6/meta.json b/curriculum/challenges/_meta/es6/meta.json index f33356b1726..983c863a553 100644 --- a/curriculum/challenges/_meta/es6/meta.json +++ b/curriculum/challenges/_meta/es6/meta.json @@ -59,7 +59,7 @@ }, { "id": "587d7b8a367417b2b2512b4c", - "title": "Use Destructuring Assignment with the Rest Parameter to Reassign Array Elements" + "title": "Destructuring via rest elements" }, { "id": "587d7b8a367417b2b2512b4d", diff --git a/curriculum/challenges/_meta/learn-basic-javascript-by-building-a-role-playing-game/meta.json b/curriculum/challenges/_meta/learn-basic-javascript-by-building-a-role-playing-game/meta.json index d5ba8e34767..af9f45bbebc 100644 --- a/curriculum/challenges/_meta/learn-basic-javascript-by-building-a-role-playing-game/meta.json +++ b/curriculum/challenges/_meta/learn-basic-javascript-by-building-a-role-playing-game/meta.json @@ -1,5 +1,5 @@ { - "name": "Learn Basic JavaScript By Building a Role Playing Game", + "name": "Learn Basic JavaScript by Building a Role Playing Game", "isUpcomingChange": false, "usesMultifileEditor": true, "hasEditableBoundaries": true, diff --git a/curriculum/challenges/_meta/learn-form-validation-by-building-a-calorie-counter/meta.json b/curriculum/challenges/_meta/learn-form-validation-by-building-a-calorie-counter/meta.json index ff5b781684c..f2ead9b484a 100644 --- a/curriculum/challenges/_meta/learn-form-validation-by-building-a-calorie-counter/meta.json +++ b/curriculum/challenges/_meta/learn-form-validation-by-building-a-calorie-counter/meta.json @@ -1,5 +1,5 @@ { - "name": "Learn Form Validation By Building a Calorie Counter", + "name": "Learn Form Validation by Building a Calorie Counter", "isUpcomingChange": false, "usesMultifileEditor": true, "hasEditableBoundaries": true, diff --git a/curriculum/challenges/_meta/learn-how-to-describe-your-current-project/meta.json b/curriculum/challenges/_meta/learn-how-to-describe-your-current-project/meta.json index c9d8aa6cc45..5d9f37104de 100644 --- a/curriculum/challenges/_meta/learn-how-to-describe-your-current-project/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-describe-your-current-project/meta.json @@ -102,7 +102,7 @@ }, { "id": "655c9a549835a8601764bd0b", - "title": "Dialogue 3: Maria And Mark Talk about Their Project" + "title": "Dialogue 3: Maria and Mark Talk about Their Project" }, { "id": "655c9a89818e18606c18ca4b", diff --git a/curriculum/challenges/_meta/learn-how-to-discuss-roles-and-responsibilies/meta.json b/curriculum/challenges/_meta/learn-how-to-discuss-roles-and-responsibilies/meta.json index bd780cfa57b..58213d2cc11 100644 --- a/curriculum/challenges/_meta/learn-how-to-discuss-roles-and-responsibilies/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-discuss-roles-and-responsibilies/meta.json @@ -10,7 +10,7 @@ "challengeOrder": [ { "id": "65b0dd4e70e9dcf7c402eb8e", - "title": "Dialogue 1: Describing other people and what they do" + "title": "Dialogue 1: Describing Other People and What They Do" }, { "id": "65b0dde5120c33f904f47a62", @@ -330,7 +330,7 @@ }, { "id": "65d88b76573df039d43f29bc", - "title": "Dialogue 4: Sophie asks Bob about his responsibilities" + "title": "Dialogue 4: Sophie Asks Bob about His Responsibilities" }, { "id": "65d892ad7262d64a5db56906", diff --git a/curriculum/challenges/_meta/learn-how-to-discuss-your-morning-or-evening-routine/meta.json b/curriculum/challenges/_meta/learn-how-to-discuss-your-morning-or-evening-routine/meta.json index faf37f94297..f1ea68ea1a5 100644 --- a/curriculum/challenges/_meta/learn-how-to-discuss-your-morning-or-evening-routine/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-discuss-your-morning-or-evening-routine/meta.json @@ -10,7 +10,7 @@ "challengeOrder": [ { "id": "655699a46134fa74acaf6204", - "title": "Dialogue 1: Learn How to Discuss Your Morning or Evening Routine" + "title": "Dialogue 1: Learn How to Discuss your Morning or Evening Routine" }, { "id": "65569ebbc9ef9f7b5b99827b", @@ -58,7 +58,7 @@ }, { "id": "65578ed1a4ae65a8fbc341f5", - "title": "task 12" + "title": "Task 12" }, { "id": "655792631f21afaa40c611e1", @@ -262,7 +262,7 @@ }, { "id": "655a591ad34faa18c8338f9b", - "title": "Dialogue 3: Evening Routine With Kids" + "title": "Dialogue 3: Evening Routine with Kids" }, { "id": "655a5bfadf47e1199f9b65eb", @@ -330,7 +330,7 @@ }, { "id": "655a9f8d6d3af8538a178166", - "title": "Dialogue 4: Brian and Maria talk about eventful evenings" + "title": "Dialogue 4: Brian and Maria Talk about Eventful Evenings" }, { "id": "655aa098bb38a05474a3f5b4", @@ -386,7 +386,7 @@ }, { "id": "655b34a4b45a76689cb429c6", - "title": "Dialogue 5: Sophie and Brian Talk About The Weekend" + "title": "Dialogue 5: Sophie and Brian Talk about the Weekend" }, { "id": "655b34e53bf2cb6908042c98", diff --git a/curriculum/challenges/_meta/learn-how-to-have-a-conversation-about-preferences-and-motivations/meta.json b/curriculum/challenges/_meta/learn-how-to-have-a-conversation-about-preferences-and-motivations/meta.json index 51b0b9a1a8f..0f65b99575a 100644 --- a/curriculum/challenges/_meta/learn-how-to-have-a-conversation-about-preferences-and-motivations/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-have-a-conversation-about-preferences-and-motivations/meta.json @@ -286,7 +286,7 @@ }, { "id": "65a351bd69b0b72d7ed24eb5", - "title": "Dialogue 3: Talking About Motivations to Pursue a career" + "title": "Dialogue 3: Talking about Motivations to Pursue a Career" }, { "id": "65a3524b7cfbc82f51667b0a", diff --git a/curriculum/challenges/_meta/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/meta.json b/curriculum/challenges/_meta/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/meta.json index a0eec0b4c05..b525f021547 100644 --- a/curriculum/challenges/_meta/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/meta.json @@ -10,7 +10,7 @@ "challengeOrder": [ { "id": "6613cf7cb0b2704934764852", - "title": "Dialogue 1: Debating Plans for the Next Project" + "title": "Dialogue 1: Discussing Plans for the Next Project" }, { "id": "6613d00727a7a64a5e010243", diff --git a/curriculum/challenges/_meta/learn-intermediate-oop-by-building-a-platformer-game/meta.json b/curriculum/challenges/_meta/learn-intermediate-oop-by-building-a-platformer-game/meta.json index d9dc038fb4b..f5e4076eabd 100644 --- a/curriculum/challenges/_meta/learn-intermediate-oop-by-building-a-platformer-game/meta.json +++ b/curriculum/challenges/_meta/learn-intermediate-oop-by-building-a-platformer-game/meta.json @@ -1,5 +1,5 @@ { - "name": "learn-intermediate-oop-by-building-a-platformer-game", + "name": "Learn Intermediate OOP by Building a Platformer Game", "isUpcomingChange": false, "usesMultifileEditor": true, "hasEditableBoundaries": true, diff --git a/curriculum/challenges/_meta/learn-introductions-in-an-online-team-meeting/meta.json b/curriculum/challenges/_meta/learn-introductions-in-an-online-team-meeting/meta.json index 7b7c3ab0182..793e67b6b9b 100644 --- a/curriculum/challenges/_meta/learn-introductions-in-an-online-team-meeting/meta.json +++ b/curriculum/challenges/_meta/learn-introductions-in-an-online-team-meeting/meta.json @@ -102,7 +102,7 @@ }, { "id": "657c836198f77668f5cfd122", - "title": "Dialogue 2: Introducing The New Junior Developer" + "title": "Dialogue 2: Introducing the New Junior Developer" }, { "id": "657c9900c2df3b6ffdd86129", diff --git a/curriculum/challenges/_meta/learn-python-by-building-a-blackjack-game/meta.json b/curriculum/challenges/_meta/learn-python-by-building-a-blackjack-game/meta.json index dd1094f8b9f..d1af1329fdc 100644 --- a/curriculum/challenges/_meta/learn-python-by-building-a-blackjack-game/meta.json +++ b/curriculum/challenges/_meta/learn-python-by-building-a-blackjack-game/meta.json @@ -1,5 +1,5 @@ { - "name": "Learn Python By Building a Blackjack Game", + "name": "Learn Python by Building a Blackjack Game", "isUpcomingChange": true, "usesMultifileEditor": true, "hasEditableBoundaries": true, diff --git a/curriculum/challenges/_meta/managing-packages-with-npm/meta.json b/curriculum/challenges/_meta/managing-packages-with-npm/meta.json index 621a1d620c8..f95c649e9c6 100644 --- a/curriculum/challenges/_meta/managing-packages-with-npm/meta.json +++ b/curriculum/challenges/_meta/managing-packages-with-npm/meta.json @@ -1,5 +1,5 @@ { - "name": "Managing Packages with npm", + "name": "Managing Packages with NPM", "isUpcomingChange": false, "dashedName": "managing-packages-with-npm", "helpCategory": "JavaScript", diff --git a/curriculum/challenges/_meta/project-euler-problems-1-to-100/meta.json b/curriculum/challenges/_meta/project-euler-problems-1-to-100/meta.json index 0f1e2c4778c..ff7a1caf528 100644 --- a/curriculum/challenges/_meta/project-euler-problems-1-to-100/meta.json +++ b/curriculum/challenges/_meta/project-euler-problems-1-to-100/meta.json @@ -1,5 +1,5 @@ { - "name": "project euler problems 1 to 100", + "name": "Project Euler Problems 1 to 100", "isUpcomingChange": false, "dashedName": "project-euler-problems-1-to-100", "helpCategory": "Euler", diff --git a/curriculum/challenges/_meta/project-euler-problems-101-to-200/meta.json b/curriculum/challenges/_meta/project-euler-problems-101-to-200/meta.json index 23b753a0ca8..363bdb7d9ed 100644 --- a/curriculum/challenges/_meta/project-euler-problems-101-to-200/meta.json +++ b/curriculum/challenges/_meta/project-euler-problems-101-to-200/meta.json @@ -1,5 +1,5 @@ { - "name": "project euler problems 101 to 200", + "name": "Project Euler Problems 101 to 200", "isUpcomingChange": false, "dashedName": "project-euler-problems-101-to-200", "helpCategory": "Euler", diff --git a/curriculum/challenges/_meta/project-euler-problems-201-to-300/meta.json b/curriculum/challenges/_meta/project-euler-problems-201-to-300/meta.json index cf9c81f32b8..2a7efe04119 100644 --- a/curriculum/challenges/_meta/project-euler-problems-201-to-300/meta.json +++ b/curriculum/challenges/_meta/project-euler-problems-201-to-300/meta.json @@ -1,5 +1,5 @@ { - "name": "project euler problems 201 to 300", + "name": "Project Euler Problems 201 to 300", "isUpcomingChange": false, "dashedName": "project-euler-problems-201-to-300", "helpCategory": "Euler", diff --git a/curriculum/challenges/_meta/project-euler-problems-301-to-400/meta.json b/curriculum/challenges/_meta/project-euler-problems-301-to-400/meta.json index f68e788224a..45f29ce5272 100644 --- a/curriculum/challenges/_meta/project-euler-problems-301-to-400/meta.json +++ b/curriculum/challenges/_meta/project-euler-problems-301-to-400/meta.json @@ -1,5 +1,5 @@ { - "name": "project euler problems 301 to 400", + "name": "Project Euler Problems 301 to 400", "isUpcomingChange": false, "dashedName": "project-euler-problems-301-to-400", "helpCategory": "Euler", diff --git a/curriculum/challenges/_meta/project-euler-problems-401-to-480/meta.json b/curriculum/challenges/_meta/project-euler-problems-401-to-480/meta.json index acb4e7371e7..37239304ac2 100644 --- a/curriculum/challenges/_meta/project-euler-problems-401-to-480/meta.json +++ b/curriculum/challenges/_meta/project-euler-problems-401-to-480/meta.json @@ -1,5 +1,5 @@ { - "name": "project euler problems 401 to 480", + "name": "Project Euler Problems 401 to 480", "isUpcomingChange": false, "dashedName": "project-euler-problems-401-to-480", "helpCategory": "Euler", @@ -92,7 +92,7 @@ }, { "id": "5900f5131000cf542c510024", - "title": "Problem 421: Prime factors of n15+1" + "title": "Problem 421: Prime factors of n^15+1" }, { "id": "5900f5131000cf542c510025", diff --git a/curriculum/challenges/_meta/sass/meta.json b/curriculum/challenges/_meta/sass/meta.json index 8de548c1d92..a7e7ba40387 100644 --- a/curriculum/challenges/_meta/sass/meta.json +++ b/curriculum/challenges/_meta/sass/meta.json @@ -1,5 +1,5 @@ { - "name": "Sass", + "name": "SASS", "isUpcomingChange": false, "dashedName": "sass", "helpCategory": "HTML-CSS", diff --git a/curriculum/challenges/_meta/top-basic-function-projects/meta.json b/curriculum/challenges/_meta/top-basic-function-projects/meta.json index 51b530f4f66..f62aa5b240b 100644 --- a/curriculum/challenges/_meta/top-basic-function-projects/meta.json +++ b/curriculum/challenges/_meta/top-basic-function-projects/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP Basic Function Projects", + "name": "Basic Function Projects", "isUpcomingChange": true, "dashedName": "top-basic-function-projects", "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/top-build-a-recipe-project/meta.json b/curriculum/challenges/_meta/top-build-a-recipe-project/meta.json index f620f8c3414..47b46811e9e 100644 --- a/curriculum/challenges/_meta/top-build-a-recipe-project/meta.json +++ b/curriculum/challenges/_meta/top-build-a-recipe-project/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP build a recipe project", + "name": "Learn HTML Foundations by Building a Recipe Page", "isUpcomingChange": false, "dashedName": "top-build-a-recipe-project", "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/top-introduction-to-flexbox/meta.json b/curriculum/challenges/_meta/top-introduction-to-flexbox/meta.json index 13f4cc034e3..c075c36f1ed 100644 --- a/curriculum/challenges/_meta/top-introduction-to-flexbox/meta.json +++ b/curriculum/challenges/_meta/top-introduction-to-flexbox/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP Introudction to Flexbox", + "name": "Introduction to Flexbox", "isUpcomingChange": false, "dashedName": "top-introduction-to-flexbox", "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/top-learn-block-and-inline/meta.json b/curriculum/challenges/_meta/top-learn-block-and-inline/meta.json index c6f4ab20d0c..50dd88d1c00 100644 --- a/curriculum/challenges/_meta/top-learn-block-and-inline/meta.json +++ b/curriculum/challenges/_meta/top-learn-block-and-inline/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP Learn Block and Inline", + "name": "Learn the difference between Block and Inline", "isUpcomingChange": false, "dashedName": "top-learn-block-and-inline", "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/top-learn-css-foundations-projects/meta.json b/curriculum/challenges/_meta/top-learn-css-foundations-projects/meta.json index b19829ca4d8..665d438e2cd 100644 --- a/curriculum/challenges/_meta/top-learn-css-foundations-projects/meta.json +++ b/curriculum/challenges/_meta/top-learn-css-foundations-projects/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP Learn CSS Foundations Projects", + "name": "Learn CSS Foundations Projects", "isUpcomingChange": false, "dashedName": "top-learn-css-foundations-projects", "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/top-learn-css-foundations/meta.json b/curriculum/challenges/_meta/top-learn-css-foundations/meta.json index 2da83b1ee43..45ee283a4c6 100644 --- a/curriculum/challenges/_meta/top-learn-css-foundations/meta.json +++ b/curriculum/challenges/_meta/top-learn-css-foundations/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP Learn CSS Foundations", + "name": "Learn CSS Foundations", "isUpcomingChange": false, "dashedName": "top-learn-css-foundations", "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/top-learn-css-specificity/meta.json b/curriculum/challenges/_meta/top-learn-css-specificity/meta.json index f956e92c306..5b06014d438 100644 --- a/curriculum/challenges/_meta/top-learn-css-specificity/meta.json +++ b/curriculum/challenges/_meta/top-learn-css-specificity/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP Learn CSS Specificity", + "name": "Learn CSS Specificity", "dashedName": "top-learn-css-specificity", "isUpcomingChange": false, "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/top-learn-data-types-and-conditionals/meta.json b/curriculum/challenges/_meta/top-learn-data-types-and-conditionals/meta.json index b63c038db4f..8e9272aa361 100644 --- a/curriculum/challenges/_meta/top-learn-data-types-and-conditionals/meta.json +++ b/curriculum/challenges/_meta/top-learn-data-types-and-conditionals/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP Learn Data Types and Conditionals", + "name": "Learn Data Types and Conditionals", "isUpcomingChange": true, "dashedName": "top-learn-data-types-and-conditionals", "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/top-learn-function-basics/meta.json b/curriculum/challenges/_meta/top-learn-function-basics/meta.json index 233e2aa542e..e971ed4d35f 100644 --- a/curriculum/challenges/_meta/top-learn-function-basics/meta.json +++ b/curriculum/challenges/_meta/top-learn-function-basics/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP Learn function basics", + "name": "Learn Function Basics", "isUpcomingChange": true, "dashedName": "top-learn-function-basics", "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/top-learn-html-foundations/meta.json b/curriculum/challenges/_meta/top-learn-html-foundations/meta.json index f0f44e8c12f..3ae1141a7c7 100644 --- a/curriculum/challenges/_meta/top-learn-html-foundations/meta.json +++ b/curriculum/challenges/_meta/top-learn-html-foundations/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP Learn HTML Foundations", + "name": "Learn HTML Foundations", "isUpcomingChange": false, "dashedName": "top-learn-html-foundations", "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/top-learn-variables-and-operators/meta.json b/curriculum/challenges/_meta/top-learn-variables-and-operators/meta.json index 7034cd11a6a..46e2464f667 100644 --- a/curriculum/challenges/_meta/top-learn-variables-and-operators/meta.json +++ b/curriculum/challenges/_meta/top-learn-variables-and-operators/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP Learn Variables and Operators", + "name": "Learn Variables and Operators", "isUpcomingChange": true, "dashedName": "top-learn-variables-and-operators", "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/top-links-and-images/meta.json b/curriculum/challenges/_meta/top-links-and-images/meta.json index fc79d4512fd..243952cc4f2 100644 --- a/curriculum/challenges/_meta/top-links-and-images/meta.json +++ b/curriculum/challenges/_meta/top-links-and-images/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP Links and Images", + "name": "Links and Images", "isUpcomingChange": false, "dashedName": "top-links-and-images", "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/top-the-box-model/meta.json b/curriculum/challenges/_meta/top-the-box-model/meta.json index e9795836676..9a2b6172731 100644 --- a/curriculum/challenges/_meta/top-the-box-model/meta.json +++ b/curriculum/challenges/_meta/top-the-box-model/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP Learn Box Model", + "name": "Learn the Box Model", "isUpcomingChange": false, "dashedName": "top-the-box-model", "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/top-working-with-text/meta.json b/curriculum/challenges/_meta/top-working-with-text/meta.json index 683c1fbcedc..b0935446b21 100644 --- a/curriculum/challenges/_meta/top-working-with-text/meta.json +++ b/curriculum/challenges/_meta/top-working-with-text/meta.json @@ -1,5 +1,5 @@ { - "name": "TOP Working with Text", + "name": "Working with Text", "isUpcomingChange": false, "dashedName": "top-working-with-text", "helpCategory": "Odin", diff --git a/curriculum/challenges/_meta/upcoming-python-project/meta.json b/curriculum/challenges/_meta/upcoming-python-project/meta.json index 3dcf4721824..9f3013146bb 100644 --- a/curriculum/challenges/_meta/upcoming-python-project/meta.json +++ b/curriculum/challenges/_meta/upcoming-python-project/meta.json @@ -2,6 +2,7 @@ "name": "Upcoming Python Project", "isUpcomingChange": true, "dashedName": "upcoming-python-project", + "hasEditableBoundaries": true, "helpCategory": "Python", "order": 1, "time": "2 hours", diff --git a/curriculum/challenges/english/16-the-odin-project/top-working-with-text/working-with-text-question-h.md b/curriculum/challenges/english/16-the-odin-project/top-working-with-text/working-with-text-question-h.md index 698d3e75aa6..af9d33c51e7 100644 --- a/curriculum/challenges/english/16-the-odin-project/top-working-with-text/working-with-text-question-h.md +++ b/curriculum/challenges/english/16-the-odin-project/top-working-with-text/working-with-text-question-h.md @@ -1,7 +1,7 @@ --- id: 637f4e3e72c65bc8e73dfe24 videoId: kcHKFZBVtf4 -title: Working with Text Question H +title: Working With Text Question H challengeType: 15 dashedName: working-with-text-question-h --- diff --git a/curriculum/challenges/english/16-the-odin-project/top-working-with-text/working-with-text-question-i.md b/curriculum/challenges/english/16-the-odin-project/top-working-with-text/working-with-text-question-i.md index 2b1f283f084..6bb92ccc795 100644 --- a/curriculum/challenges/english/16-the-odin-project/top-working-with-text/working-with-text-question-i.md +++ b/curriculum/challenges/english/16-the-odin-project/top-working-with-text/working-with-text-question-i.md @@ -1,6 +1,6 @@ --- id: 637f4e4672c65bc8e73dfe25 -title: Working with Text Question I +title: Working With Text Question I challengeType: 15 dashedName: working-with-text-question-i --- diff --git a/curriculum/challenges/english/16-the-odin-project/top-working-with-text/working-with-text-question-j.md b/curriculum/challenges/english/16-the-odin-project/top-working-with-text/working-with-text-question-j.md index 533cede4940..ef64cf2a0ea 100644 --- a/curriculum/challenges/english/16-the-odin-project/top-working-with-text/working-with-text-question-j.md +++ b/curriculum/challenges/english/16-the-odin-project/top-working-with-text/working-with-text-question-j.md @@ -1,6 +1,6 @@ --- id: 637f4e5172c65bc8e73dfe26 -title: Working with Text Question J +title: Working With Text Question J challengeType: 15 dashedName: working-with-text-question-j --- diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-greetings-in-your-first-day-at-the-office/656a2a7b05241026c429e3f0.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-greetings-in-your-first-day-at-the-office/656a2a7b05241026c429e3f0.md index 3fcdcc4105c..74aaa2353f6 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-greetings-in-your-first-day-at-the-office/656a2a7b05241026c429e3f0.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-greetings-in-your-first-day-at-the-office/656a2a7b05241026c429e3f0.md @@ -1,6 +1,6 @@ --- id: 656a2a7b05241026c429e3f0 -title: "Dialogue 2: Tom Meets the Coworker Next To Him" +title: "Dialogue 2: Tom Meets the Coworker Next to Him" challengeType: 21 dashedName: dialogue-2-tom-meets-the-coworker-next-to-him --- diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-describe-your-current-project/655c9a549835a8601764bd0b.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-describe-your-current-project/655c9a549835a8601764bd0b.md index 15a7e2d974a..bc57860a94a 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-describe-your-current-project/655c9a549835a8601764bd0b.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-describe-your-current-project/655c9a549835a8601764bd0b.md @@ -1,6 +1,6 @@ --- id: 655c9a549835a8601764bd0b -title: "Dialogue 3: Maria And Mark Talk about Their Projects" +title: "Dialogue 3: Maria and Mark Talk about Their Projects" challengeType: 21 dashedName: dialogue-maria-and-mark-talk-about-their-projects --- diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-roles-and-responsibilies/65b0dd4e70e9dcf7c402eb8e.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-roles-and-responsibilies/65b0dd4e70e9dcf7c402eb8e.md index 7d3c1bf3ab8..7f272358313 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-roles-and-responsibilies/65b0dd4e70e9dcf7c402eb8e.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-roles-and-responsibilies/65b0dd4e70e9dcf7c402eb8e.md @@ -1,6 +1,6 @@ --- id: 65b0dd4e70e9dcf7c402eb8e -title: "Dialogue 1: Describing Other People And What They Do" +title: "Dialogue 1: Describing Other People and What They Do" challengeType: 21 dashedName: dialogue-1-describing-other-people-and-what-they-do --- diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-your-morning-or-evening-routine/655699a46134fa74acaf6204.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-your-morning-or-evening-routine/655699a46134fa74acaf6204.md index 08a8c6eb76c..52838f37f84 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-your-morning-or-evening-routine/655699a46134fa74acaf6204.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-your-morning-or-evening-routine/655699a46134fa74acaf6204.md @@ -1,6 +1,6 @@ --- id: 655699a46134fa74acaf6204 -title: "Dialogue 1: Learn How to Discuss Your Morning or Evening Routine" +title: "Dialogue 1: Learn How to Discuss your Morning or Evening Routine" challengeType: 21 dashedName: learn-how-to-discuss-your-morning-or-evening-routine --- diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-your-morning-or-evening-routine/655a9f8d6d3af8538a178166.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-your-morning-or-evening-routine/655a9f8d6d3af8538a178166.md index 5fae9003a8f..0d6bab0a18e 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-your-morning-or-evening-routine/655a9f8d6d3af8538a178166.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-your-morning-or-evening-routine/655a9f8d6d3af8538a178166.md @@ -1,6 +1,6 @@ --- id: 655a9f8d6d3af8538a178166 -title: "Dialogue 4: Brian and Maria Talk About Eventful Evenings" +title: "Dialogue 4: Brian and Maria Talk about Eventful Evenings" challengeType: 21 dashedName: dialogue-brian-and-maria-talk-about-eventful-evenings --- diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-your-morning-or-evening-routine/655b34a4b45a76689cb429c6.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-your-morning-or-evening-routine/655b34a4b45a76689cb429c6.md index 82ca13e64a4..6672cad0a72 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-your-morning-or-evening-routine/655b34a4b45a76689cb429c6.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-discuss-your-morning-or-evening-routine/655b34a4b45a76689cb429c6.md @@ -1,6 +1,6 @@ --- id: 655b34a4b45a76689cb429c6 -title: "Dialogue 5: Sophie and Brian Talk About the Weekend" +title: "Dialogue 5: Sophie and Brian Talk about the Weekend" challengeType: 21 dashedName: dialogue-sophie-and-brian-talk-about-the-weekend --- diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a351bd69b0b72d7ed24eb5.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a351bd69b0b72d7ed24eb5.md index fb7e5ccda2d..c2978af6438 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a351bd69b0b72d7ed24eb5.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a351bd69b0b72d7ed24eb5.md @@ -1,6 +1,6 @@ --- id: 65a351bd69b0b72d7ed24eb5 -title: "Dialogue 3: Talking About Motivations to Pursue a Career" +title: "Dialogue 3: Talking about Motivations to Pursue a Career" challengeType: 21 dashedName: dialogue-3-talking-about-motivations-to-pursue-a-career --- diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6614abad2657585c6229fb4a.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6614abad2657585c6229fb4a.md index d085c3b2cab..b016ec1e094 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6614abad2657585c6229fb4a.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6614abad2657585c6229fb4a.md @@ -1,6 +1,6 @@ --- id: 6614abad2657585c6229fb4a -title: "Dialogue 2: Discussing Strategies for the Release of A Product at a Conference Call" +title: "Dialogue 2: Discussing Strategies for the Release of a Product at a Conference Call" challengeType: 21 dashedName: dialogue-2-discussing-strategies-for-the-release-of-a-product-at-a-conference-call ---