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>
87 lines
1.7 KiB
Markdown
87 lines
1.7 KiB
Markdown
---
|
|
id: 657cdc5a8e30191d1abec8b7
|
|
title: Task 60
|
|
challengeType: 22
|
|
dashedName: task-60
|
|
---
|
|
|
|
<!-- (audio) Sophie: Maria coordinates our projects. She assigns tasks and makes sure everything runs well. -->
|
|
|
|
# --description--
|
|
|
|
Let's practice listening to verbs conjugated in the third person.
|
|
|
|
# --fillInTheBlank--
|
|
|
|
## --sentence--
|
|
|
|
`Maria coordinates our projects. She BLANK tasks and BLANK sure everything BLANK well.`
|
|
|
|
## --blanks--
|
|
|
|
`assigns`
|
|
|
|
### --feedback--
|
|
|
|
Remember, when speaking about another person's regular actions, you need to use the correct verb form for the third person singular.
|
|
|
|
---
|
|
|
|
`makes`
|
|
|
|
### --feedback--
|
|
|
|
Remember, when speaking about another person's regular actions, you need to use the correct verb form for the third person singular.
|
|
|
|
---
|
|
|
|
`runs`
|
|
|
|
### --feedback--
|
|
|
|
Remember, when speaking about another person's regular actions, you need to use the correct verb form for the third person singular.
|
|
|
|
# --scene--
|
|
|
|
```json
|
|
{
|
|
"setup": {
|
|
"background": "company2-center.png",
|
|
"characters": [
|
|
{
|
|
"character": "Sophie",
|
|
"position": {"x":50,"y":0,"z":1.4},
|
|
"opacity": 0
|
|
}
|
|
],
|
|
"audio": {
|
|
"filename": "1.3-3.mp3",
|
|
"startTime": 1,
|
|
"startTimestamp": 18.10,
|
|
"finishTimestamp": 22.74
|
|
}
|
|
},
|
|
"commands": [
|
|
{
|
|
"character": "Sophie",
|
|
"opacity": 1,
|
|
"startTime": 0
|
|
},
|
|
{
|
|
"character": "Sophie",
|
|
"startTime": 1,
|
|
"finishTime": 5.64,
|
|
"dialogue": {
|
|
"text": "Maria coordinates our projects. She assigns tasks and makes sure everything runs well.",
|
|
"align": "center"
|
|
}
|
|
},
|
|
{
|
|
"character": "Sophie",
|
|
"opacity": 0,
|
|
"startTime": 6.14
|
|
}
|
|
]
|
|
}
|
|
```
|