curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b1d8fcf1608833bdc06993.md
Listen to the audio and answer the question below.
What was Mark's main goal when writing the code?
To make it faster.
Mark did not mention improving the speed.
To ensure it's shorter.
Mark did not mention making the code shorter.
To make it well-organized and easy to read.
To add more features.
Mark did not mention adding new features.
3
Mark's goal was to keep the code clean (well-organized, clear, and easy to understand) and easy to read (structured in a way that is simple for other programmers to follow).
These two qualities help in maintaining good coding practices and prevent future issues.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Mark",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_10-2.mp3",
"startTime": 1,
"startTimestamp": 6.18,
"finishTimestamp": 10.12
}
},
"commands": [
{
"character": "Mark",
"opacity": 1,
"startTime": 0
},
{
"character": "Mark",
"startTime": 1,
"finishTime": 4.94,
"dialogue": {
"text": "Thanks, Sarah. I made sure to keep the code clean and easy to read.",
"align": "center"
}
},
{
"character": "Mark",
"opacity": 0,
"startTime": 5.44
}
]
}