curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67ef90c23b384b063ddb0d79.md
Listen to the audio and answer the question below.
Why didn't Mark run the tests?
He forgot how to run them.
Mark doesn't mention forgetting anything.
He didn't have enough time.
He thought the code was perfect.
Mark doesn't say he was confident in the code.
Someone else ran them already.
There's no mention of someone else running the tests.
2
In a hurry means to have not enough time. For example:
I was in a hurry and forgot to save the file. - The person rushed and didn't save their work.
They launched the app in a hurry and skipped testing. - The team released the app too fast without proper checks.
Even though Mark knows he should have run the tests, he skipped it due to being rushed.
{
"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": 51.00,
"finishTimestamp": 53.98
}
},
"commands": [
{
"character": "Mark",
"opacity": 1,
"startTime": 0
},
{
"character": "Mark",
"startTime": 1,
"finishTime": 3.92,
"dialogue": {
"text": "No, I didn't. I should have, but I was in a hurry.",
"align": "center"
}
},
{
"character": "Mark",
"opacity": 0,
"startTime": 4.42
}
]
}