curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67ef9c26140f460df070eb16.md
Listen to the audio and answer the question below.
What is Mark willing to do?
He will rewrite the entire program.
Mark is not rewriting everything.
He will fix his mistakes and check his work.
He will ignore the problem.
Mark is taking action to fix the issue.
He will submit the code without changes.
Mark understands the mistakes and will correct them.
2
Mark is taking responsibility for his mistakes and plans to fix them.
Correct the code means to fix errors in the program. For example:
She needs to correct the code to fix the error. - She has to fix the code because there's an issue.
Run the tests means to check if the program works correctly. For example:
He always runs the tests after every update. - He runs tests regularly to check for any problems after making updates.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Mark",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_17-1.mp3",
"startTime": 1,
"startTimestamp": 64.98,
"finishTimestamp": 69.02
}
},
"commands": [
{
"character": "Mark",
"opacity": 1,
"startTime": 0
},
{
"character": "Mark",
"startTime": 1,
"finishTime": 5.04,
"dialogue": {
"text": "Thanks, Sophie. I appreciate your feedback. I'll correct the code and run the tests.",
"align": "center"
}
},
{
"character": "Mark",
"opacity": 0,
"startTime": 5.54
}
]
}