curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c9ca5dd56c8728aa064826.md
Listen to the audio and answer the question below.
What did Bob hear about the team meeting?
That it was very productive.
What Bob mentions suggests conflict, not productivity.
That there was some conflict or stress.
That it was canceled at the last minute.
Bob does not say anything about the meeting being canceled.
That everyone agreed on the next steps.
Bob does not imply full agreement.
2
There was/were is used to describe the existence of something/things in the past. It's the past form of there is/are. For example:
There was a delay in the project due to technical issues. - This means the delay happened or existed in the past.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_12-3.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 4.82
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 3.42,
"dialogue": {
"text": "Hi, Maria. I heard there was some tension",
"align": "center"
}
},
{
"character": "Bob",
"startTime": 3.42,
"finishTime": 5.82,
"dialogue": {
"text": "in the last team meeting. Can we talk about it?",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 6.32
}
]
}