curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f1f9bd3242ca84f348832f.md
Listen to the audio and complete the sentence below.
I'm sorry for the confusion. We've completed the main testing, but we've found some BLANK in the BLANK.
minor bugs
This two-word phrase refers to small problems or errors in a system that usually don't stop it from working. The second word is in the plural form.
user interface
This two-word phrase refers to the part of a program or app that users see and interact with, like buttons, menus, or screens.
Minor bugs are small errors or issues in a system or program. For example:
There are some minor bugs in the app, but it still runs. — This means the problems aren't serious but need fixing.
User interface (often called UI) is the visual part of software that people interact with. For example:
The user interface was updated to include a dark mode. — This refers to changes users can see and use directly.
{
"setup": {
"background": "company1-boardroom.png",
"characters": [
{
"character": "Jessica",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_16-3.mp3",
"startTime": 1,
"startTimestamp": 15.9,
"finishTimestamp": 21.54
}
},
"commands": [
{
"character": "Jessica",
"opacity": 1,
"startTime": 0
},
{
"character": "Jessica",
"startTime": 1,
"finishTime": 2.48,
"dialogue": {
"text": "I'm sorry for the confusion.",
"align": "center"
}
},
{
"character": "Jessica",
"startTime": 2.5,
"finishTime": 6.64,
"dialogue": {
"text": "We've completed the main testing, but we found some minor bugs in the user interface.",
"align": "center"
}
},
{
"character": "Jessica",
"opacity": 0,
"startTime": 7.14
}
]
}