curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67e5ac4aea3cc56e781add80.md
Listen to the audio and complete the sentence below.
It could cause some BLANK issues.
display
This refers to what appears on the screen.
Display issues are problems with what appears on a screen, such as broken layouts, missing images, or incorrect formatting. For example:
Users reported display issues after the update. – This means the screen wasn't showing things correctly after the update.
{
"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": 13.7,
"finishTimestamp": 15.38
}
},
"commands": [
{
"character": "Jessica",
"opacity": 1,
"startTime": 0
},
{
"character": "Jessica",
"startTime": 1,
"finishTime": 2.68,
"dialogue": {
"text": "It could cause some display issues.",
"align": "center"
}
},
{
"character": "Jessica",
"opacity": 0,
"startTime": 3.28
}
]
}