curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66a9106281f6032d5fc97104.md
Listen to the audio and answer the question below.
Does Lisa have a minute to talk to Bob?
No, she is busy.
Lisa's answer doesn't indicate she's busy.
Yes, she does.
No, she is confused.
Lisa is not confused.
No, she is leaving.
Lisa's answer does not suggest she is leaving.
2
When someone asks Do you have a minute?, they are checking if you are available to talk.
If you answer Sure, what's up?, it means you are ready to listen and have time to talk.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
},
{
"character": "Lisa",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_1-1.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 3.48
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 2.72,
"dialogue": {
"text": "Hey Lisa, do you have a minute?",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 3.04
},
{
"character": "Lisa",
"opacity": 1,
"startTime": 3.04
},
{
"character": "Lisa",
"startTime": 3.36,
"finishTime": 4.48,
"dialogue": {
"text": "Sure, Bob. What's up?",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 4.98
}
]
}