mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
905e7d5a5c
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com>
75 lines
1.3 KiB
Markdown
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
|
|
}
|
|
]
|
|
}
|
|
```
|