curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67e5a811b3b677627a84bdd4.md
Listen to the audio and answer the question below.
What does Jessica want to talk about?
A new feature for the user interface.
Jessica is not talking about something new being added.
A serious bug that could affect the user interface.
A completed design update.
No update is finished. She's talking about something else.
A test plan for the next release.
She does not mention testing or planning a release.
2
Might is used to show that something is possible, but not certain. Jessica is saying that the bug could cause a problem, but it hasn't been confirmed yet. Compare this with using the Simple Present, we've discovered a critical bug that affects the user interface, which means the bug definitely causes problems. Other examples:
The delay might cause problems. – It's possible, but not certain.
The delay causes problems. – It definitely creates issues.
{
"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": 10.12,
"finishTimestamp": 13.52
}
},
"commands": [
{
"character": "Jessica",
"opacity": 1,
"startTime": 0
},
{
"character": "Jessica",
"startTime": 1,
"finishTime": 2.72,
"dialogue": {
"text": "Well, we've discovered a critical bug",
"align": "center"
}
},
{
"character": "Jessica",
"startTime": 2.72,
"finishTime": 4.4,
"dialogue": {
"text": "that might affect the user interface.",
"align": "center"
}
},
{
"character": "Jessica",
"opacity": 0,
"startTime": 4.9
}
]
}