curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67ee7b074ba2d31b357ec452.md
Listen to the audio and answer the question below.
What is Mark thanking Sophie for?
For writing the correct code for him.
Sophie did not write the code.
For telling him about his mistake.
For fixing the error by herself.
Mark still needs to fix the problem himself.
For asking him to check the requirements.
Mark realizes he should have checked the requirements after Sophie told him something.
2
Thanks for pointing that out is a way to thank someone for making you aware of your mistake or detail. For example:
Person 1: The design looks great, but the colors need a little adjustment.
Person 2: Thanks for pointing that out. I'll tweak the colors to make it better. - This person appreciates the suggestion and plans to improve the design.
{
"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": 21.08,
"finishTimestamp": 25.18
}
},
"commands": [
{
"character": "Mark",
"opacity": 1,
"startTime": 0
},
{
"character": "Mark",
"startTime": 1,
"finishTime": 5.1,
"dialogue": {
"text": "Oh, I see. I should have checked the requirements more carefully. Thanks for pointing that out.",
"align": "center"
}
},
{
"character": "Mark",
"opacity": 0,
"startTime": 5.6
}
]
}