curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c5f9af4636840997674ee3.md
Listen to the audio and complete the sentence below.
Sure. I'll work on it today and send you the new schedule BLANK tomorrow.
by
This means no later than a specific time.
By is normally combined with a time expression and it means something will be completed no later than a specific time. It sets a deadline. For example:
Please submit your report by Friday. - This means the report must be turned in on or before Friday.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Maria",
"position": {
"x": 50,
"y": 0,
"z": 1.5
},
"opacity": 0
}
],
"audio": {
"filename": "B1_12-1.mp3",
"startTime": 1,
"startTimestamp": 67.88,
"finishTimestamp": 70.88
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 4,
"dialogue": {
"text": "Sure. I'll work on it today and send you the new schedule by tomorrow.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 4.5
}
]
}