Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657dca3c709bf15dd0572a6b.md
T
2025-03-17 18:57:18 +00:00

75 lines
1.3 KiB
Markdown

---
id: 657dca3c709bf15dd0572a6b
title: Task 109
challengeType: 22
dashedName: task-109
---
<!-- (audio) Tom: I can't wait for the first meeting I'll attend. -->
# --description--
To `attend` means to go to an event, meeting, or class. For example, a programmer attends a team meeting to discuss the week's tasks.
# --instructions--
Listen to the audio to complete the sentence below.
# --fillInTheBlank--
## --sentence--
`I can't wait for the first meeting I'll BLANK.`
## --blanks--
`attend`
### --feedback--
Tom is talking about going to the meeting.
# --scene--
```json
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "1.3-4.mp3",
"startTime": 1,
"startTimestamp": 55.22,
"finishTimestamp": 57.40
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.18,
"dialogue": {
"text": "I can't wait for the first meeting I'll attend.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 3.68
}
]
}
```