feat: add review files for python module (#59615)

Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Ilenia
2025-04-10 17:03:45 +02:00
committed by GitHub
parent b8d4099796
commit 67f8c2868a
34 changed files with 496 additions and 12 deletions
+45 -12
View File
@@ -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."]
@@ -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]
@@ -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]
@@ -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]
@@ -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]
@@ -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]
@@ -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]
@@ -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]
@@ -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]
@@ -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]
@@ -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.
@@ -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]
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.