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>
1.7 KiB
1.7 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657cdc5a8e30191d1abec8b7 | Task 60 | 22 | task-60 |
--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--
{
"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
}
]
}