diff --git a/challenges/08-coding-interview-preparation/coding-interview-training.json b/challenges/08-coding-interview-preparation/coding-interview-training.json deleted file mode 100644 index 9461ab0377..0000000000 --- a/challenges/08-coding-interview-preparation/coding-interview-training.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "Coding Interview Training", - "order": 23, - "time": "70 Hours", - "isLocked": true, - "message": "To qualify for the coding interview preparation, you must first earn your Full Stack Developer Certificate by contributing to open source.", - "challenges": [ - { - "title": "Soft Skill Training" - }, - { - "title": "Critical Thinking Training" - }, - { - "title": "Whiteboard Coding Training" - } - ] -} diff --git a/challenges/08-coding-interview-preparation/mock-interview-training.json b/challenges/08-coding-interview-preparation/mock-interview-training.json deleted file mode 100644 index b51a184fe7..0000000000 --- a/challenges/08-coding-interview-preparation/mock-interview-training.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "Mock Interviews", - "order": 24, - "time": "10 Hours", - "isLocked": true, - "message": "To qualify for Mock Interviews, you must first earn your Full Stack Developer Certificate by contributing to open source, then complete our Coding Interview Training.", - "challenges": [ - { - "title": "Mock Interview #1" - }, - { - "title": "Mock Interview #2" - }, - { - "title": "Mock Interview #3" - } - ] -} diff --git a/challenges/09-extra-practice-projects-and-challenges/advanced-algorithm-scripting.json b/challenges/08-coding-interview-questions-and-take-home-assignments/coding-interview-algorithm-questions.json similarity index 99% rename from challenges/09-extra-practice-projects-and-challenges/advanced-algorithm-scripting.json rename to challenges/08-coding-interview-questions-and-take-home-assignments/coding-interview-algorithm-questions.json index 18e58005c6..6d3bc463e2 100644 --- a/challenges/09-extra-practice-projects-and-challenges/advanced-algorithm-scripting.json +++ b/challenges/08-coding-interview-questions-and-take-home-assignments/coding-interview-algorithm-questions.json @@ -1,5 +1,5 @@ { - "name": "Advanced Algorithm Scripting", + "name": "Coding Interview Algorithm Questions", "order": 10, "time": "50 hours", "helpRoom": "HelpJavaScript", diff --git a/challenges/09-extra-practice-projects-and-challenges/advanced-data-structures.json b/challenges/08-coding-interview-questions-and-take-home-assignments/coding-interview-data-structure-questions.json similarity index 99% rename from challenges/09-extra-practice-projects-and-challenges/advanced-data-structures.json rename to challenges/08-coding-interview-questions-and-take-home-assignments/coding-interview-data-structure-questions.json index b95a2562e4..593ed766ee 100644 --- a/challenges/09-extra-practice-projects-and-challenges/advanced-data-structures.json +++ b/challenges/08-coding-interview-questions-and-take-home-assignments/coding-interview-data-structure-questions.json @@ -1,5 +1,5 @@ { - "name": "Advanced Data Structures", + "name": "Coding Interview Data Structure Questions", "order": 9, "time": "50 hours", "helpRoom": "Help", diff --git a/challenges/09-extra-practice-projects-and-challenges/extra-practice-projects.json b/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json similarity index 99% rename from challenges/09-extra-practice-projects-and-challenges/extra-practice-projects.json rename to challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json index 467f2112d2..1cf2a46201 100644 --- a/challenges/09-extra-practice-projects-and-challenges/extra-practice-projects.json +++ b/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json @@ -1,5 +1,5 @@ { - "name": "Extra Practice Projects", + "name": "Coding Interview Take-home Projects", "order": 1, "time": "500 hours", "helpRoom": "HelpFrontEnd",