curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67e68f7c06a010e777bb2230.md
Listen to the audio and answer the question below.
What is the effect that the issue apparently causes?
It makes the screen brighter.
Jessica is not talking about brightness.
It stops the code from compiling.
This isn't the described issue. The bug does not seem to affect code compilation.
It makes some elements stop showing on screen.
It adds extra content to the interface.
The issue does not add elements to the screen.
3
It seems to be + verb in the -ing form is used to describe something that is apparently happening, though it may not be confirmed. For example:
The app seems to be running slower today. – This means it appears that the app is slower than usual.
To cause something to + verb means to make something happen or trigger an action. For example:
Low memory can cause the program to crash. – This means low memory is the reason the program stops working.
{
"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": 22.78,
"finishTimestamp": 26.58
}
},
"commands": [
{
"character": "Jessica",
"opacity": 1,
"startTime": 0
},
{
"character": "Jessica",
"startTime": 1,
"finishTime": 4.8,
"dialogue": {
"text": "It seems to be causing certain elements to disappear under specific conditions.",
"align": "center"
}
},
{
"character": "Jessica",
"opacity": 0,
"startTime": 5.3
}
]
}