curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c5fe2b3b2cc825412e2839.md
Listen to the audio and answer the question below.
What is Bob asking Maria to do?
Give him a deadline for the new schedule.
Bob does not ask Maria for a deadline.
Finish the project on her own.
Bob is not asking Maria to do everything alone.
Update the client about the changes.
Bob does not mention the client.
Tell him if she needs anything.
4
Let me know, preceded by a conditional sentence, like If you need anything, is a common way to offer help. It makes the offer open-ended, meaning the person can ask for help if they find it necessary. For example:
If you have any questions, just let me know. - This means you are available to answer questions when needed.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_12-1.mp3",
"startTime": 1,
"startTimestamp": 75.48,
"finishTimestamp": 80.26
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 3.12,
"dialogue": {
"text": "Great. Thanks. I appreciate it, Maria.",
"align": "center"
}
},
{
"character": "Bob",
"startTime": 3.34,
"finishTime": 5.78,
"dialogue": {
"text": "If you need anything from me, just let me know.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 6.28
}
]
}