curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657cd938cf0b0c0ad751ac23.md
Listen to the audio and complete the sentence below.
BLANK is Sarah, the BLANK developer.
This
It is used to introduce someone or something in the present context. The first letter is capitalized.
senior
This word indicates a higher level of experience or rank in a job role.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Sarah",
"position": { "x": 50, "y": 0, "z": 1.4 },
"opacity": 0
}
],
"audio": {
"filename": "1.2-3.mp3",
"startTime": 1,
"startTimestamp": 12.6,
"finishTimestamp": 14.6
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 3,
"dialogue": {
"text": "This is Sarah, the senior developer.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 3.5
}
]
}