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>
83 lines
1.6 KiB
Markdown
83 lines
1.6 KiB
Markdown
---
|
|
id: 657cd2dce697d2feacf7620d
|
|
title: Task 57
|
|
challengeType: 22
|
|
dashedName: task-57
|
|
---
|
|
|
|
<!-- (audio) Tom: Those are great traits for someone in her position, I think. What does she do as the team lead? -->
|
|
|
|
# --description--
|
|
|
|
Now you will practice listening for the correct form of `do`. Listen carefully to how Tom asks about Maria's job as a team lead.
|
|
|
|
# --instructions--
|
|
|
|
Listen to the audio to complete the sentence below.
|
|
|
|
# --fillInTheBlank--
|
|
|
|
## --sentence--
|
|
|
|
`Those are great traits for someone in her position, I think. What BLANK she BLANK as the team lead?`
|
|
|
|
## --blanks--
|
|
|
|
`does`
|
|
|
|
### --feedback--
|
|
|
|
You're looking for the correct auxiliary verb that goes with `she` when asking a question. Remember, `she` requires a different form of `do` than `I` or `you.`
|
|
|
|
---
|
|
|
|
`do`
|
|
|
|
### --feedback--
|
|
|
|
You're looking for the main verb `do` to inquire about her job activities
|
|
|
|
# --scene--
|
|
|
|
```json
|
|
{
|
|
"setup": {
|
|
"background": "company2-center.png",
|
|
"characters": [
|
|
{
|
|
"character": "Tom",
|
|
"position": {"x":50,"y":15,"z":1.2},
|
|
"opacity": 0
|
|
}
|
|
],
|
|
"audio": {
|
|
"filename": "1.3-3.mp3",
|
|
"startTime": 1,
|
|
"startTimestamp": 12.30,
|
|
"finishTimestamp": 16.88
|
|
}
|
|
},
|
|
"commands": [
|
|
{
|
|
"character": "Tom",
|
|
"opacity": 1,
|
|
"startTime": 0
|
|
},
|
|
{
|
|
"character": "Tom",
|
|
"startTime": 1,
|
|
"finishTime": 5.58,
|
|
"dialogue": {
|
|
"text": "Those are great traits for someone in her position, I think. What does she do as the team lead?",
|
|
"align": "center"
|
|
}
|
|
},
|
|
{
|
|
"character": "Tom",
|
|
"opacity": 0,
|
|
"startTime": 6.08
|
|
}
|
|
]
|
|
}
|
|
```
|