diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 80aabe58fa9..3fce0ffe427 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -3801,7 +3801,10 @@ }, "review-python-basics": { "title": "Python Basics Review", - "intro": ["Learn about Python Basics Review in these lectures."] + "intro": [ + "Before you're quizzed on Python basics, you should review what you've learned about it.", + "[Add more details]" + ] }, "quiz-python-basics": { "title": "Python Basics Quiz", @@ -3823,7 +3826,10 @@ }, "review-loops-and-sequences": { "title": "Loops and Sequences Review", - "intro": [""] + "intro": [ + "Before you're quizzed on loops and sequences, you should review what you've learned about them.", + "[Add more details]" + ] }, "quiz-loops-and-sequences": { "title": "Loops and Sequences Quiz", @@ -3848,8 +3854,11 @@ "intro": [""] }, "review-dictionaries-and-sets": { - "title": "Dictionaries and Sets Review", - "intro": [""] + "title": "Dictionaries and Sets review", + "intro": [ + "Before you're quizzed on dictionaries and sets, you should review what you've learned about them.", + "[Add more details]" + ] }, "quiz-dictionaries-and-sets": { "title": "Dictionaries and Sets Quiz", @@ -3867,7 +3876,10 @@ }, "review-error-handling": { "title": "Error Handling Review", - "intro": [""] + "intro": [ + "Before you're quizzed on error handling, you should review what you've learned about it.", + "[Add more details]" + ] }, "quiz-error-handling": { "title": "Error Handling Quiz", @@ -3886,7 +3898,10 @@ "lab-budget-app": { "title": "Build a Budget App", "intro": [""] }, "review-classes-and-objects": { "title": "Classes and Objects Review", - "intro": [""] + "intro": [ + "Before you're quizzed on classes and objects, you should review what you've learned about them.", + "[Add more details]" + ] }, "quiz-classes-and-objects": { "title": "Classes and Objects Quiz", @@ -3929,7 +3944,10 @@ "lab-placeholder-oop-3": { "title": "", "intro": [""] }, "review-object-oriented-programming": { "title": "Object Oriented Programming Review", - "intro": [""] + "intro": [ + "Before you're quizzed on object oriented programming, you should review what you've learned about it.", + "[Add more details]" + ] }, "quiz-object-oriented-programming": { "title": "Object Oriented Programming Quiz", @@ -3951,7 +3969,10 @@ }, "review-data-structures": { "title": "Data Structures Review", - "intro": [""] + "intro": [ + "Before you're quizzed on data structures, you should review what you've learned about them.", + "[Add more details]" + ] }, "quiz-data-structures": { "title": "Data Structures Quiz", @@ -3983,7 +4004,10 @@ }, "review-searching-and-sorting-algorithms": { "title": "Searching and Sorting Algorithms Review", - "intro": [""] + "intro": [ + "Before you're quizzed on searching and sorting algorithms, you should review what you've learned about them.", + "[Add more details]" + ] }, "quiz-searching-and-sorting-algorithms": { "title": "Searching and Sorting Algorithms Quiz", @@ -4013,7 +4037,10 @@ }, "review-graphs-and-trees": { "title": "Graphs and Trees Review", - "intro": [""] + "intro": [ + "Before you're quizzed on graphs and trees, you should review what you've learned about them.", + "[Add more details]" + ] }, "quiz-graphs-and-trees": { "title": "Graphs and Trees Quiz", @@ -4031,7 +4058,10 @@ }, "review-dynamic-programming": { "title": "Dynamic Programming Review", - "intro": [""] + "intro": [ + "Before you're quizzed on dynamic programming, you should review what you've learned about it.", + "[Add more details]" + ] }, "quiz-dynamic-programming": { "title": "Dynamic Programming Quiz", @@ -4039,7 +4069,10 @@ "Test what you've learned about dynamic programming in python with this quiz." ] }, - "review-python": { "title": "Python Review", "intro": [""] }, + "review-python": { + "title": "Python Review", + "intro": ["Review Python concepts to prepare for the upcoming exam."] + }, "exam-certified-full-stack-developer": { "title": "Certified Full Stack Developer Exam", "intro": ["Pass this exam to become a Certified Full Stack Developer."] diff --git a/client/src/pages/learn/full-stack-developer/review-classes-and-objects/index.md b/client/src/pages/learn/full-stack-developer/review-classes-and-objects/index.md new file mode 100644 index 00000000000..bb264f83a31 --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/review-classes-and-objects/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the Classes and Objects Review +block: review-classes-and-objects +superBlock: full-stack-developer +--- + +## Introduction to the Classes and Objects Review + +Before you're quizzed on classes and objects, you should review what you've learned about them. [Add more details] diff --git a/client/src/pages/learn/full-stack-developer/review-data-structures/index.md b/client/src/pages/learn/full-stack-developer/review-data-structures/index.md new file mode 100644 index 00000000000..c5e9be00380 --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/review-data-structures/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the Data Structures Review +block: review-data-structures +superBlock: full-stack-developer +--- + +## Introduction to the Data Structures Review + +Before you're quizzed on data structures, you should review what you've learned about them. [Add more details] diff --git a/client/src/pages/learn/full-stack-developer/review-dictionaries-and-sets/index.md b/client/src/pages/learn/full-stack-developer/review-dictionaries-and-sets/index.md new file mode 100644 index 00000000000..6e7f966ed78 --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/review-dictionaries-and-sets/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the Dictionaries and Sets review +block: review-dictionaries-and-sets +superBlock: full-stack-developer +--- + +## Introduction to the Dictionaries and Sets review + +Before you're quizzed on dictionaries and sets, you should review what you've learned about them. [Add more details] diff --git a/client/src/pages/learn/full-stack-developer/review-dynamic-programming/index.md b/client/src/pages/learn/full-stack-developer/review-dynamic-programming/index.md new file mode 100644 index 00000000000..d555a397f41 --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/review-dynamic-programming/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the Dynamic Programming Review +block: review-dynamic-programming +superBlock: full-stack-developer +--- + +## Introduction to the Dynamic Programming Review + +Before you're quizzed on dynamic programming, you should review what you've learned about it. [Add more details] diff --git a/client/src/pages/learn/full-stack-developer/review-error-handling/index.md b/client/src/pages/learn/full-stack-developer/review-error-handling/index.md new file mode 100644 index 00000000000..3c9ae58ea4e --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/review-error-handling/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the Error Handling Review +block: review-error-handling +superBlock: full-stack-developer +--- + +## Introduction to the Error Handling Review + +Before you're quizzed on error handling, you should review what you've learned about it. [Add more details] diff --git a/client/src/pages/learn/full-stack-developer/review-graphs-and-trees/index.md b/client/src/pages/learn/full-stack-developer/review-graphs-and-trees/index.md new file mode 100644 index 00000000000..a9ae9781f2b --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/review-graphs-and-trees/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the Graphs and Trees Review +block: review-graphs-and-trees +superBlock: full-stack-developer +--- + +## Introduction to the Graphs and Trees Review + +Before you're quizzed on graphs and trees, you should review what you've learned about them. [Add more details] diff --git a/client/src/pages/learn/full-stack-developer/review-loops-and-sequences/index.md b/client/src/pages/learn/full-stack-developer/review-loops-and-sequences/index.md new file mode 100644 index 00000000000..9610e6c12a6 --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/review-loops-and-sequences/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the Loops and Sequences Review +block: review-loops-and-sequences +superBlock: full-stack-developer +--- + +## Introduction to the Loops and Sequences Review + +Before you're quizzed on loops and sequences, you should review what you've learned about them. [Add more details] diff --git a/client/src/pages/learn/full-stack-developer/review-object-oriented-programming/index.md b/client/src/pages/learn/full-stack-developer/review-object-oriented-programming/index.md new file mode 100644 index 00000000000..c1fea1acd59 --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/review-object-oriented-programming/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the Object Oriented Programming Review +block: review-object-oriented-programming +superBlock: full-stack-developer +--- + +## Introduction to the Object Oriented Programming Review + +Before you're quizzed on object oriented programming, you should review what you've learned about it. [Add more details] diff --git a/client/src/pages/learn/full-stack-developer/review-python-basics/index.md b/client/src/pages/learn/full-stack-developer/review-python-basics/index.md new file mode 100644 index 00000000000..0fff82f8b57 --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/review-python-basics/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the Python Basics Review +block: review-python-basics +superBlock: full-stack-developer +--- + +## Introduction to the Python Basics Review + +efore you're quizzed on Python basics, you should review what you've learned about it. [Add more details] diff --git a/client/src/pages/learn/full-stack-developer/review-python/index.md b/client/src/pages/learn/full-stack-developer/review-python/index.md new file mode 100644 index 00000000000..21dbdfe39ac --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/review-python/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the Python Review +block: review-python +superBlock: full-stack-developer +--- + +## Introduction to the Python Review + +Review Python concepts to prepare for the upcoming exam. diff --git a/client/src/pages/learn/full-stack-developer/review-searching-and-sorting-algorithms/index.md b/client/src/pages/learn/full-stack-developer/review-searching-and-sorting-algorithms/index.md new file mode 100644 index 00000000000..c4e23f363ab --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/review-searching-and-sorting-algorithms/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the Searching and Sorting Algorithms Review +block: review-searching-and-sorting-algorithms +superBlock: full-stack-developer +--- + +## Introduction to the Searching and Sorting Algorithms Review + +Before you're quizzed on searching and sorting algorithms, you should review what you've learned about them. [Add more details] diff --git a/curriculum/challenges/_meta/review-classes-and-objects/meta.json b/curriculum/challenges/_meta/review-classes-and-objects/meta.json new file mode 100644 index 00000000000..9e23468f5b7 --- /dev/null +++ b/curriculum/challenges/_meta/review-classes-and-objects/meta.json @@ -0,0 +1,10 @@ +{ + "name": "Classes and Objects Review", + "isUpcomingChange": true, + "dashedName": "review-classes-and-objects", + "superBlock": "full-stack-developer", + "challengeOrder": [{ "id": "67f39d848979082814c07d9c", "title": "Review Classes and Objects" }], + "helpCategory": "Python", + "blockType": "review", + "blockLayout": "link" +} diff --git a/curriculum/challenges/_meta/review-data-structures/meta.json b/curriculum/challenges/_meta/review-data-structures/meta.json new file mode 100644 index 00000000000..1b6a0217a21 --- /dev/null +++ b/curriculum/challenges/_meta/review-data-structures/meta.json @@ -0,0 +1,10 @@ +{ + "name": "Data Structures Review", + "isUpcomingChange": true, + "dashedName": "review-data-structures", + "superBlock": "full-stack-developer", + "challengeOrder": [{ "id": "67f39dc7129b092b27099d8c", "title": "Data Structures Review" }], + "helpCategory": "Python", + "blockType": "review", + "blockLayout": "link" +} diff --git a/curriculum/challenges/_meta/review-dictionaries-and-sets/meta.json b/curriculum/challenges/_meta/review-dictionaries-and-sets/meta.json new file mode 100644 index 00000000000..dc4df718fb2 --- /dev/null +++ b/curriculum/challenges/_meta/review-dictionaries-and-sets/meta.json @@ -0,0 +1,10 @@ +{ + "name": "Dictionaries and Sets review", + "isUpcomingChange": true, + "dashedName": "review-dictionaries-and-sets", + "superBlock": "full-stack-developer", + "challengeOrder": [{ "id": "67f39babe1e2ec1fb6eea32a", "title": "Dictionaries and Sets Review" }], + "helpCategory": "Python", + "blockType": "review", + "blockLayout": "link" +} diff --git a/curriculum/challenges/_meta/review-dynamic-programming/meta.json b/curriculum/challenges/_meta/review-dynamic-programming/meta.json new file mode 100644 index 00000000000..03daed253b2 --- /dev/null +++ b/curriculum/challenges/_meta/review-dynamic-programming/meta.json @@ -0,0 +1,10 @@ +{ + "name": "Dynamic Programming Review", + "isUpcomingChange": true, + "dashedName": "review-dynamic-programming", + "superBlock": "full-stack-developer", + "challengeOrder": [{ "id": "67f39e2119042d2f2ca926ff", "title": "Dynamic Programming Review" }], + "helpCategory": "Python", + "blockType": "review", + "blockLayout": "link" +} diff --git a/curriculum/challenges/_meta/review-error-handling/meta.json b/curriculum/challenges/_meta/review-error-handling/meta.json new file mode 100644 index 00000000000..705590f5c11 --- /dev/null +++ b/curriculum/challenges/_meta/review-error-handling/meta.json @@ -0,0 +1,10 @@ +{ + "name": "Error Handling Review", + "isUpcomingChange": true, + "dashedName": "review-error-handling", + "superBlock": "full-stack-developer", + "challengeOrder": [{ "id": "67f39bcb48373420f4f12d62", "title": "Error Handling Review" }], + "helpCategory": "Python", + "blockType": "review", + "blockLayout": "link" +} diff --git a/curriculum/challenges/_meta/review-graphs-and-trees/meta.json b/curriculum/challenges/_meta/review-graphs-and-trees/meta.json new file mode 100644 index 00000000000..24b7d2c23eb --- /dev/null +++ b/curriculum/challenges/_meta/review-graphs-and-trees/meta.json @@ -0,0 +1,10 @@ +{ + "name": "Graphs and Trees Review", + "isUpcomingChange": true, + "dashedName": "review-graphs-and-trees", + "superBlock": "full-stack-developer", + "challengeOrder": [{ "id": "67f39e06b8a11b2de9ccd361", "title": "Graphs and Trees Review" }], + "helpCategory": "Python", + "blockType": "review", + "blockLayout": "link" +} diff --git a/curriculum/challenges/_meta/review-loops-and-sequences/meta.json b/curriculum/challenges/_meta/review-loops-and-sequences/meta.json new file mode 100644 index 00000000000..a34dd2c5515 --- /dev/null +++ b/curriculum/challenges/_meta/review-loops-and-sequences/meta.json @@ -0,0 +1,10 @@ +{ + "name": "Loops and Sequences Review", + "isUpcomingChange": true, + "dashedName": "review-loops-and-sequences", + "superBlock": "full-stack-developer", + "challengeOrder": [{ "id": "67f39b91583dec1e1eddbb9e", "title": "Loops and Sequences Review" }], + "helpCategory": "Python", + "blockType": "review", + "blockLayout": "link" +} diff --git a/curriculum/challenges/_meta/review-object-oriented-programming/meta.json b/curriculum/challenges/_meta/review-object-oriented-programming/meta.json new file mode 100644 index 00000000000..7724cc56324 --- /dev/null +++ b/curriculum/challenges/_meta/review-object-oriented-programming/meta.json @@ -0,0 +1,10 @@ +{ + "name": "Object Oriented Programming Review", + "isUpcomingChange": true, + "dashedName": "review-object-oriented-programming", + "superBlock": "full-stack-developer", + "challengeOrder": [{ "id": "67f39dac6c3fac29c3d54918", "title": "Object Oriented Programming Review" }], + "helpCategory": "Python", + "blockType": "review", + "blockLayout": "link" +} diff --git a/curriculum/challenges/_meta/review-python-basics/meta.json b/curriculum/challenges/_meta/review-python-basics/meta.json new file mode 100644 index 00000000000..564e36a9fa7 --- /dev/null +++ b/curriculum/challenges/_meta/review-python-basics/meta.json @@ -0,0 +1,10 @@ +{ + "name": "Python Basics Review", + "isUpcomingChange": true, + "dashedName": "review-python-basics", + "superBlock": "full-stack-developer", + "challengeOrder": [{ "id": "67f39b40deaec81a3e40e0c5", "title": "Python Basics Review" }], + "helpCategory": "Python", + "blockType": "review", + "blockLayout": "link" +} diff --git a/curriculum/challenges/_meta/review-python/meta.json b/curriculum/challenges/_meta/review-python/meta.json new file mode 100644 index 00000000000..90de81bfc8e --- /dev/null +++ b/curriculum/challenges/_meta/review-python/meta.json @@ -0,0 +1,10 @@ +{ + "name": "Python Review", + "isUpcomingChange": true, + "dashedName": "review-python", + "superBlock": "full-stack-developer", + "challengeOrder": [{ "id": "67f39e391c9b373069def02c", "title": "Python Review" }], + "helpCategory": "Python", + "blockType": "review", + "blockLayout": "link" +} diff --git a/curriculum/challenges/_meta/review-searching-and-sorting-algorithms/meta.json b/curriculum/challenges/_meta/review-searching-and-sorting-algorithms/meta.json new file mode 100644 index 00000000000..94c417b2f73 --- /dev/null +++ b/curriculum/challenges/_meta/review-searching-and-sorting-algorithms/meta.json @@ -0,0 +1,10 @@ +{ + "name": "Searching and Sorting Algorithms Review", + "isUpcomingChange": true, + "dashedName": "review-searching-and-sorting-algorithms", + "superBlock": "full-stack-developer", + "challengeOrder": [{ "id": "67f39de5ff88202c94798189", "title": "Searching and Sorting Algorithms Review" }], + "helpCategory": "Python", + "blockType": "review", + "blockLayout": "link" +} diff --git a/curriculum/challenges/english/25-front-end-development/review-classes-and-objects/67f39d848979082814c07d9c.md b/curriculum/challenges/english/25-front-end-development/review-classes-and-objects/67f39d848979082814c07d9c.md new file mode 100644 index 00000000000..554bee088b2 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/review-classes-and-objects/67f39d848979082814c07d9c.md @@ -0,0 +1,22 @@ +--- +id: 67f39d848979082814c07d9c +title: Classes and Objects Review +challengeType: 24 +dashedName: review-classes-and-objects +--- + +# --description-- + +Review the concepts below to prepare for the upcoming quiz. + +## First topic + +Describe + +## Second topic + +Describe + +# --assignment-- + +Review the Classes and Objects topics and concepts. diff --git a/curriculum/challenges/english/25-front-end-development/review-data-structures/67f39dc7129b092b27099d8c.md b/curriculum/challenges/english/25-front-end-development/review-data-structures/67f39dc7129b092b27099d8c.md new file mode 100644 index 00000000000..bcb12541fd9 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/review-data-structures/67f39dc7129b092b27099d8c.md @@ -0,0 +1,22 @@ +--- +id: 67f39dc7129b092b27099d8c +title: Data Structures Review +challengeType: 24 +dashedName: review-data-structures +--- + +# --description-- + +Review the concepts below to prepare for the upcoming quiz. + +## First topic + +Describe + +## Second topic + +Describe + +# --assignment-- + +Review the Data Structures topics and concepts. diff --git a/curriculum/challenges/english/25-front-end-development/review-dictionaries-and-sets/67f39babe1e2ec1fb6eea32a.md b/curriculum/challenges/english/25-front-end-development/review-dictionaries-and-sets/67f39babe1e2ec1fb6eea32a.md new file mode 100644 index 00000000000..ed95a09cbf5 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/review-dictionaries-and-sets/67f39babe1e2ec1fb6eea32a.md @@ -0,0 +1,22 @@ +--- +id: 67f39babe1e2ec1fb6eea32a +title: Dictionaries and Sets Review +challengeType: 24 +dashedName: review-dictionaries-and-sets +--- + +# --description-- + +Review the concepts below to prepare for the upcoming quiz. + +## First topic + +Describe + +## Second topic + +Describe + +# --assignment-- + +Review the Dicionaries and Sets topics and concepts. diff --git a/curriculum/challenges/english/25-front-end-development/review-dynamic-programming/67f39e2119042d2f2ca926ff.md b/curriculum/challenges/english/25-front-end-development/review-dynamic-programming/67f39e2119042d2f2ca926ff.md new file mode 100644 index 00000000000..3c9887cf952 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/review-dynamic-programming/67f39e2119042d2f2ca926ff.md @@ -0,0 +1,22 @@ +--- +id: 67f39e2119042d2f2ca926ff +title: Dynamic Programming Review +challengeType: 24 +dashedName: review-dynamic-programming +--- + +# --description-- + +Review the concepts below to prepare for the upcoming quiz. + +## First topic + +Describe + +## Second topic + +Describe + +# --assignment-- + +Review the Dynamic Programming topics and concepts. diff --git a/curriculum/challenges/english/25-front-end-development/review-error-handling/67f39bcb48373420f4f12d62.md b/curriculum/challenges/english/25-front-end-development/review-error-handling/67f39bcb48373420f4f12d62.md new file mode 100644 index 00000000000..250eac511a5 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/review-error-handling/67f39bcb48373420f4f12d62.md @@ -0,0 +1,22 @@ +--- +id: 67f39bcb48373420f4f12d62 +title: Error Handling Review +challengeType: 24 +dashedName: review-error-handling +--- + +# --description-- + +Review the concepts below to prepare for the upcoming quiz. + +## First topic + +Describe + +## Second topic + +Describe + +# --assignment-- + +Review the Error Handling topics and concepts. diff --git a/curriculum/challenges/english/25-front-end-development/review-graphs-and-trees/67f39e06b8a11b2de9ccd361.md b/curriculum/challenges/english/25-front-end-development/review-graphs-and-trees/67f39e06b8a11b2de9ccd361.md new file mode 100644 index 00000000000..cdfc316b77b --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/review-graphs-and-trees/67f39e06b8a11b2de9ccd361.md @@ -0,0 +1,22 @@ +--- +id: 67f39e06b8a11b2de9ccd361 +title: Graphs and Trees Review +challengeType: 24 +dashedName: review-graph-and-trees +--- + +# --description-- + +Review the concepts below to prepare for the upcoming quiz. + +## First topic + +Describe + +## Second topic + +Describe + +# --assignment-- + +Review the Graphs and Trees topics and concepts. diff --git a/curriculum/challenges/english/25-front-end-development/review-loops-and-sequences/67f39b91583dec1e1eddbb9e.md b/curriculum/challenges/english/25-front-end-development/review-loops-and-sequences/67f39b91583dec1e1eddbb9e.md new file mode 100644 index 00000000000..3364f180797 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/review-loops-and-sequences/67f39b91583dec1e1eddbb9e.md @@ -0,0 +1,22 @@ +--- +id: 67f39b91583dec1e1eddbb9e +title: Loops and Sequences Review +challengeType: 24 +dashedName: review-loops-and-sequences +--- + +# --description-- + +Review the concepts below to prepare for the upcoming quiz. + +## First topic + +Describe + +## Second topic + +Describe + +# --assignment-- + +Review the Loops and Sequences topics and concepts. diff --git a/curriculum/challenges/english/25-front-end-development/review-object-oriented-programming/67f39dac6c3fac29c3d54918.md b/curriculum/challenges/english/25-front-end-development/review-object-oriented-programming/67f39dac6c3fac29c3d54918.md new file mode 100644 index 00000000000..db0087ae8db --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/review-object-oriented-programming/67f39dac6c3fac29c3d54918.md @@ -0,0 +1,22 @@ +--- +id: 67f39dac6c3fac29c3d54918 +title: Object Oriented Programming Review +challengeType: 24 +dashedName: review-object-oriented-programming +--- + +# --description-- + +Review the concepts below to prepare for the upcoming quiz. + +## First topic + +Describe + +## Second topic + +Describe + +# --assignment-- + +Review the Object Oriented Programming topics and concepts. diff --git a/curriculum/challenges/english/25-front-end-development/review-python-basics/67f39b40deaec81a3e40e0c5.md b/curriculum/challenges/english/25-front-end-development/review-python-basics/67f39b40deaec81a3e40e0c5.md new file mode 100644 index 00000000000..adefd50c566 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/review-python-basics/67f39b40deaec81a3e40e0c5.md @@ -0,0 +1,22 @@ +--- +id: 67f39b40deaec81a3e40e0c5 +title: Python Basics Review +challengeType: 24 +dashedName: review-python-basics +--- + +# --description-- + +Review the concepts below to prepare for the upcoming quiz. + +## First topic + +Describe + +## Second topic + +Describe + +# --assignment-- + +Review the Python Basics topics and concepts. diff --git a/curriculum/challenges/english/25-front-end-development/review-python/67f39e391c9b373069def02c.md b/curriculum/challenges/english/25-front-end-development/review-python/67f39e391c9b373069def02c.md new file mode 100644 index 00000000000..6e646ede2b3 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/review-python/67f39e391c9b373069def02c.md @@ -0,0 +1,22 @@ +--- +id: 67f39e391c9b373069def02c +title: Python Review +challengeType: 24 +dashedName: review-python +--- + +# --description-- + +Review the concepts below to prepare for the upcoming exam. + +## First topic + +Describe + +## Second topic + +Describe + +# --assignment-- + +Review the Python topics and concepts. diff --git a/curriculum/challenges/english/25-front-end-development/review-searching-and-sorting-algorithms/67f39de5ff88202c94798189.md b/curriculum/challenges/english/25-front-end-development/review-searching-and-sorting-algorithms/67f39de5ff88202c94798189.md new file mode 100644 index 00000000000..19dd0a06a27 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/review-searching-and-sorting-algorithms/67f39de5ff88202c94798189.md @@ -0,0 +1,22 @@ +--- +id: 67f39de5ff88202c94798189 +title: Searching and Sorting Algorithms Review +challengeType: 24 +dashedName: review-searching-and-sorting-algorithms +--- + +# --description-- + +Review the concepts below to prepare for the upcoming quiz. + +## First topic + +Describe + +## Second topic + +Describe + +# --assignment-- + +Review the Searching and Sorting Algorithms topics and concepts.