mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: create placeholder files for python lectures (#60736)
This commit is contained in:
@@ -3910,9 +3910,9 @@
|
||||
"intro": [""]
|
||||
},
|
||||
"lecture-understanding-inheritance-and-polymorphism": {
|
||||
"title": "Understanding Inheritance and polymorphism",
|
||||
"title": "Understanding Inheritance and Polymorphism",
|
||||
"intro": [
|
||||
"Learn about Understanding Inheritance and polymorphism in these lectures."
|
||||
"Learn about Understanding Inheritance and Polymorphism in these lectures."
|
||||
]
|
||||
},
|
||||
"workshop-placeholder-oop-2": {
|
||||
@@ -3926,8 +3926,8 @@
|
||||
]
|
||||
},
|
||||
"lecture-understanding-abstraction": {
|
||||
"title": "Understanding abstraction",
|
||||
"intro": ["Learn about Understanding abstraction in these lectures."]
|
||||
"title": "Understanding Abstraction",
|
||||
"intro": ["Learn about Understanding Abstraction in these lectures."]
|
||||
},
|
||||
"workshop-placeholder-oop-3": {
|
||||
"title": "Placeholder - Waiting for title",
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to Classes and Objects
|
||||
block: lecture-classes-and-objects
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Classes and Objects
|
||||
|
||||
Learn about Classes and Objects in these lectures.
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to Searching and Sorting Algorithms
|
||||
block: lecture-searching-and-sorting-algorithms
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Searching and Sorting Algorithms
|
||||
|
||||
Learn about Searching and Sorting Algorithms in these lectures.
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to Understanding Abstraction
|
||||
block: lecture-understanding-abstraction
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Understanding Abstraction
|
||||
|
||||
Learn about Understanding Abstraction in these lectures.
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to Understanding Dynamic Programming
|
||||
block: lecture-understanding-dynamic-programming
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Understanding Dynamic Programming
|
||||
|
||||
Learn about Understanding Dynamic Programming in these lectures.
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to Understanding Error Handling
|
||||
block: lecture-understanding-error-handling
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Understanding Error Handling
|
||||
|
||||
Learn about Understanding Error Handling in these lectures.
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to Understanding Graphs and Trees
|
||||
block: lecture-understanding-graphs-and-trees
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Understanding Graphs and Trees
|
||||
|
||||
Learn about Understanding Graphs and Trees in these lectures.
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to Understanding Inheritance and Polymorphism
|
||||
block: lecture-understanding-inheritance-and-polymorphism
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Understanding Inheritance and Polymorphism
|
||||
|
||||
Learn about Understanding Inheritance and Polymorphism in these lectures.
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to Understanding Object Oriented Programming and Encapsulation
|
||||
block: lecture-understanding-object-oriented-programming-and-encapsulation
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Understanding Object Oriented Programming and Encapsulation
|
||||
|
||||
Learn about Understanding Object Oriented Programming and Encapsulation in these lectures.
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to Working with Common Data Structures
|
||||
block: lecture-working-with-common-data-structures
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to Working with Common Data Structures
|
||||
|
||||
Learn about Working with Common Data Structures in these lectures.
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Classes and Objects",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "lecture-classes-and-objects",
|
||||
"blockType": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"superBlock": "full-stack-developer",
|
||||
"challengeOrder": [{ "id": "68420bd261d0d35f61922d4b", "title": "Step 1" }],
|
||||
"helpCategory": "Python"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Searching and Sorting Algorithms",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "lecture-searching-and-sorting-algorithms",
|
||||
"blockType": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"superBlock": "full-stack-developer",
|
||||
"challengeOrder": [{ "id": "68420c70e4bfe26d52b780dc", "title": "Step 1" }],
|
||||
"helpCategory": "Python"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Understanding Abstraction",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "lecture-understanding-abstraction",
|
||||
"blockType": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"superBlock": "full-stack-developer",
|
||||
"challengeOrder": [{ "id": "68420c1dfb941767044c5a31", "title": "Step 1" }],
|
||||
"helpCategory": "Python"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Understanding Dynamic Programming",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "lecture-understanding-dynamic-programming",
|
||||
"blockType": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"superBlock": "full-stack-developer",
|
||||
"challengeOrder": [{ "id": "68420c7fb5b9e36eefb9e98f", "title": "Step 1" }],
|
||||
"helpCategory": "Python"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Understanding Error Handling",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "lecture-understanding-error-handling",
|
||||
"blockType": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"superBlock": "full-stack-developer",
|
||||
"challengeOrder": [{ "id": "68420bacf395f15cd73f8118", "title": "Step 1" }],
|
||||
"helpCategory": "Python"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Understanding Graphs and Trees",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "lecture-understanding-graphs-and-trees",
|
||||
"blockType": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"superBlock": "full-stack-developer",
|
||||
"challengeOrder": [{ "id": "68420c5ac17cf26ab2a4ca3c", "title": "Step 1" }],
|
||||
"helpCategory": "Python"
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Understanding Inheritance and Polymorphism",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "lecture-understanding-inheritance-and-polymorphism",
|
||||
"blockType": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"superBlock": "full-stack-developer",
|
||||
"challengeOrder": [{ "id": "68420c0610b61d64fe2cfd12", "title": "Step 1" }],
|
||||
"helpCategory": "Python"
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Understanding Object Oriented Programming and Encapsulation",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "lecture-understanding-object-oriented-programming-and-encapsulation",
|
||||
"blockType": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"superBlock": "full-stack-developer",
|
||||
"challengeOrder": [{ "id": "68420be9af9d89620af7944a", "title": "Step 1" }],
|
||||
"helpCategory": "Python"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Working with Common Data Structures",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "lecture-working-with-common-data-structures",
|
||||
"blockType": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"superBlock": "full-stack-developer",
|
||||
"challengeOrder": [{ "id": "68420c314cdf5c6863ca8330", "title": "Step 1" }],
|
||||
"helpCategory": "Python"
|
||||
}
|
||||
+137
@@ -0,0 +1,137 @@
|
||||
---
|
||||
id: 68420bd261d0d35f61922d4b
|
||||
# title needs to be updated to correct title when lectures are finalized
|
||||
title: Classes and Objects
|
||||
# change back to 11 when video is added
|
||||
challengeType: 19
|
||||
# videoId: new-id-goes-here-when-ready
|
||||
# dashedName needs to be updated to correct title when lectures are finalized
|
||||
dashedName: lecture-classes-and-objects
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video or read the transcript and answer the questions below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Question 1
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 1.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 2
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 2.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 3
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 3.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
+137
@@ -0,0 +1,137 @@
|
||||
---
|
||||
id: 68420c70e4bfe26d52b780dc
|
||||
# title needs to be updated to correct title when lectures are finalized
|
||||
title: Searching and Sorting Algorithms
|
||||
# change back to 11 when video is added
|
||||
challengeType: 19
|
||||
# videoId: new-id-goes-here-when-ready
|
||||
# dashedName needs to be updated to correct title when lectures are finalized
|
||||
dashedName: lecture-searching-and-sorting-algorithms
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video or read the transcript and answer the questions below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Question 1
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 1.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 2
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 2.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 3
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 3.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
+137
@@ -0,0 +1,137 @@
|
||||
---
|
||||
id: 68420c1dfb941767044c5a31
|
||||
# title needs to be updated to correct title when lectures are finalized
|
||||
title: Understanding Abstraction
|
||||
# change back to 11 when video is added
|
||||
challengeType: 19
|
||||
# videoId: new-id-goes-here-when-ready
|
||||
# dashedName needs to be updated to correct title when lectures are finalized
|
||||
dashedName: lecture-understanding-abstraction
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video or read the transcript and answer the questions below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Question 1
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 1.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 2
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 2.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 3
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 3.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
+137
@@ -0,0 +1,137 @@
|
||||
---
|
||||
id: 68420c7fb5b9e36eefb9e98f
|
||||
# title needs to be updated to correct title when lectures are finalized
|
||||
title: Understanding Dynamic Programming
|
||||
# change back to 11 when video is added
|
||||
challengeType: 19
|
||||
# videoId: new-id-goes-here-when-ready
|
||||
# dashedName needs to be updated to correct title when lectures are finalized
|
||||
dashedName: lecture-understanding-dynamic-programming
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video or read the transcript and answer the questions below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Question 1
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 1.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 2
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 2.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 3
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 3.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
+137
@@ -0,0 +1,137 @@
|
||||
---
|
||||
id: 68420bacf395f15cd73f8118
|
||||
# title needs to be updated to correct title when lectures are finalized
|
||||
title: Understanding Error Handling
|
||||
# change back to 11 when video is added
|
||||
challengeType: 19
|
||||
# videoId: new-id-goes-here-when-ready
|
||||
# dashedName needs to be updated to correct title when lectures are finalized
|
||||
dashedName: lecture-understanding-error-handling
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video or read the transcript and answer the questions below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Question 1
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 1.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 2
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 2.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 3
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 3.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
+137
@@ -0,0 +1,137 @@
|
||||
---
|
||||
id: 68420c5ac17cf26ab2a4ca3c
|
||||
# title needs to be updated to correct title when lectures are finalized
|
||||
title: Understanding Graphs and Trees
|
||||
# change back to 11 when video is added
|
||||
challengeType: 19
|
||||
# videoId: new-id-goes-here-when-ready
|
||||
# dashedName needs to be updated to correct title when lectures are finalized
|
||||
dashedName: lecture-understanding-graphs-and-trees
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video or read the transcript and answer the questions below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Question 1
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 1.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 2
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 2.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 3
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 3.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
+137
@@ -0,0 +1,137 @@
|
||||
---
|
||||
id: 68420c0610b61d64fe2cfd12
|
||||
# title needs to be updated to correct title when lectures are finalized
|
||||
title: Understanding Inheritance and Polymorphism
|
||||
# change back to 11 when video is added
|
||||
challengeType: 19
|
||||
# videoId: new-id-goes-here-when-ready
|
||||
# dashedName needs to be updated to correct title when lectures are finalized
|
||||
dashedName: lecture-understanding-inheritance-and-polymorphism
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video or read the transcript and answer the questions below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Question 1
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 1.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 2
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 2.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 3
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 3.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
+137
@@ -0,0 +1,137 @@
|
||||
---
|
||||
id: 68420be9af9d89620af7944a
|
||||
# title needs to be updated to correct title when lectures are finalized
|
||||
title: Understanding Object Oriented Programming and Encapsulation
|
||||
# change back to 11 when video is added
|
||||
challengeType: 19
|
||||
# videoId: new-id-goes-here-when-ready
|
||||
# dashedName needs to be updated to correct title when lectures are finalized
|
||||
dashedName: lecture-understanding-object-oriented-programming-and-encapsulation
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video or read the transcript and answer the questions below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Question 1
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 1.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 2
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 2.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 3
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 3.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
+137
@@ -0,0 +1,137 @@
|
||||
---
|
||||
id: 68420c314cdf5c6863ca8330
|
||||
# title needs to be updated to correct title when lectures are finalized
|
||||
title: Working with Common Data Structures
|
||||
# change back to 11 when video is added
|
||||
challengeType: 19
|
||||
# videoId: new-id-goes-here-when-ready
|
||||
# dashedName needs to be updated to correct title when lectures are finalized
|
||||
dashedName: lecture-working-with-common-data-structures
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video or read the transcript and answer the questions below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Question 1
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 1.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
---
|
||||
|
||||
Answer 1.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 1
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 2
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 2.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
---
|
||||
|
||||
Answer 2.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 2
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
## --text--
|
||||
|
||||
Question 3
|
||||
|
||||
## --answers--
|
||||
|
||||
Answer 3.1
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.2
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.3
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
---
|
||||
|
||||
Answer 3.4
|
||||
|
||||
### --feedback--
|
||||
|
||||
Feedback 3
|
||||
|
||||
## --video-solution--
|
||||
|
||||
5
|
||||
|
||||
Reference in New Issue
Block a user