curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b1da8af03f0f384749d71f.md
Listen to the audio and complete the sentence below.
BLANK BLANK - clean code is helpful. The BLANK you added in the code really help the team understand what each part does.
That's
This is a contraction of That is.
great
This word means something is very good or positive.
comments
These word in the plural form means explanatory notes added to the code to describe what it does, making it easier for others to understand.
That's great is a phrase used to express approval or happiness about something. It means that something is very positive or good. For example:
That's great that you finished your task ahead of schedule. - This means the speaker is happy or impressed with the accomplishment.
Comments in coding are notes written by the programmer to explain sections of the code. They help others (or the programmer in the future) understand what the code is doing. For example:
The comments in the function explained how the algorithm worked step-by-step. - This means the comments helped clarify the purpose of each part of the code.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_10-2.mp3",
"startTime": 1,
"startTimestamp": 10.44,
"finishTimestamp": 16.14
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 2.78,
"dialogue": {
"text": "That's great - clean code is helpful.",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 3.24,
"finishTime": 6.7,
"dialogue": {
"text": "The comments you added in the code really helped the team understand what each part does.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 7.2
}
]
}