curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66c9051340aa69a0451bdd1d.md
Listen to the audio and complete the sentence below.
They've emailed us screenshots showing how elements BLANK their devices.
overlap on
These two words work together to describe how elements are positioned incorrectly on a specific device. One word deals with the positioning problem, and the other specifies the location.
Overlap is used when one thing covers or extends over part of another. In this context, it means that elements on the screen are incorrectly positioned, covering parts of each other.
On is used to indicate the device where the overlapping occurs. It shows the relationship between the elements and the devices. For example:
The images overlap on the webpage, making it difficult to see all the content clearly. - Here, overlap describes the positioning issue and on specifies where it occurs.
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "Linda",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_3-1.mp3",
"startTime": 1,
"startTimestamp": 36.06,
"finishTimestamp": 40.10
}
},
"commands": [
{
"character": "Linda",
"opacity": 1,
"startTime": 0
},
{
"character": "Linda",
"startTime": 1,
"finishTime": 3.24,
"dialogue": {
"text": "They've emailed us screenshots showing how",
"align": "center"
}
},
{
"character": "Linda",
"startTime": 3.24,
"finishTime": 5.04,
"dialogue": {
"text": "elements overlap on their devices.",
"align": "center"
}
},
{
"character": "Linda",
"opacity": 0,
"startTime": 5.54
}
]
}