curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685566a2817db027696025b7.md
Listen to the audio and complete the sentence below.
Hi, Jake. I've been looking at our current BLANK and thinking we could really improve how it guides users on BLANK.
interface
This refers to the part of a system or application that users interact with.
security
This refers to protecting systems or data from threats or harm.
An interface is the part of a software system that users see and interact with, such as menus, buttons, or layouts. For example:
We redesigned the interface to make it more user-friendly. – This means the visual part of the software was changed to help users use it more easily.
Security corresponds to the measures taken to protect data, systems, or users from danger or unauthorized access. For example:
The new update includes stronger security to prevent hacking. – This means the update helps protect the system from cyber threats.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Linda",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_24-2.mp3",
"startTime": 1,
"startTimestamp": 0.4,
"finishTimestamp": 5.94
}
},
"commands": [
{
"character": "Linda",
"opacity": 1,
"startTime": 0
},
{
"character": "Linda",
"startTime": 1,
"finishTime": 3.54,
"dialogue": {
"text": "Hi, Jake. I've been looking at our current interface",
"align": "center"
}
},
{
"character": "Linda",
"startTime": 3.54,
"finishTime": 6.54,
"dialogue": {
"text": "and thinking we could really improve how it guides users on security.",
"align": "center"
}
},
{
"character": "Linda",
"opacity": 0,
"startTime": 7.04
}
]
}