curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67e5459bbb3efef7325bf4b7.md
Listen to the audio and answer the question below.
What made Jessica interrupt what Tom was doing?
She wanted to ask Tom about his weekend plans.
This is not about weekend plans.
She needed to bring up an urgent issue with the latest software update.
She had a question about Tom's new project.
Tom's new project is not the reason for the interruption.
She wanted to apologize for something she did earlier.
The interruption is about a work-related issue, not about something Jessica did.
2
An urgent issue refers to a problem or situation that requires immediate attention. For example:
We need to solve this urgent issue before the project deadline. – This means the problem is important and needs to be addressed right away.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Jessica",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_15-2.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 5.42
}
},
"commands": [
{
"character": "Jessica",
"opacity": 1,
"startTime": 0
},
{
"character": "Jessica",
"startTime": 1,
"finishTime": 3.32,
"dialogue": {
"text": "Excuse me, Tom. I'm sorry to interrupt,",
"align": "center"
}
},
{
"character": "Jessica",
"startTime": 3.38,
"finishTime": 6.42,
"dialogue": {
"text": "but I need to bring up an urgent issue with the latest software update.",
"align": "center"
}
},
{
"character": "Jessica",
"opacity": 0,
"startTime": 6.92
}
]
}