curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67efbc29ffa775e596972011.md
Listen to the audio and complete the sentence below.
Flickering could be a BLANK BLANK issue or a problem with the BLANK. Have you updated the drivers recently?
graphics
This word refers to the visual elements displayed on a screen, such as images, videos, or animations.
driver
This is a program that helps your computer communicate with hardware, like the graphics card, to make sure everything works properly.
UI framework
This two-word phrase refers to the structure or set of tools used to build the user interface (UI) of an application, like buttons, menus, and other visual elements.
Graphics driver is software that controls how your computer displays images and videos. For example:
The graphics driver manages how images appear on your screen. – This means the driver helps control the display of visual content.
UI framework refers to the structure or set of tools used to create the visual elements of an application. For example:
The UI framework helps developers create user-friendly interfaces. – This means it provides the building blocks for creating menus, buttons, and other parts of a program users interact with.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Lisa",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_16-2.mp3",
"startTime": 1,
"startTimestamp": 49.26,
"finishTimestamp": 55.32
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 5.22,
"dialogue": {
"text": "Flickering could be a graphics driver issue or a problem with the UI framework.",
"align": "center"
}
},
{
"character": "Lisa",
"startTime": 5.26,
"finishTime": 7.06,
"dialogue": {
"text": "Have you updated the drivers recently?",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 7.56
}
]
}