curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67bf2098e9ca9808a823be21.md
Listen to the audio and answer the question below.
What was Bob and Anna's last discussion about?
A new project deadline.
Bob asks about something related to working remotely, not a deadline.
The remote work stipend.
Office renovations.
There is no mention of any changes to the office.
A team-building event.
Bob does not talk about any events.
2
Do you remember is used to check if someone recalls past information. For example:
Do you remember where we saved that file? - You're asking someone if they recall the location of the file.
Do you remember when the issue first occurred? - You're asking someone if they recall the time the issue started.
{
"setup": {
"background": "company1-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_11-3.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 4.12
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 5.12,
"dialogue": {
"text": "Anna, do you remember our last discussion about the remote work stipend?",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 5.62
}
]
}