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.6 KiB
1.6 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657dc9946a177a5938ad3854 | Task 107 | 22 | task-107 |
--description--
It depends on is used to say that the answer to a question can change based on different things. For example:
How long it takes to make a website depends on how big or small the job is. Choosing the coding language depends on the computer or system we use.
Notice that after depends there's always the preposition on.
--instructions--
Listen to the audio to complete the sentence below.
--fillInTheBlank--
--sentence--
Occasionally, yeah. It depends BLANK the project's needs.
--blanks--
on
--feedback--
The missing word is not of, in, or at, which are also prepositions but don't fit in this phrase.
--scene--
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sophie",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "1.3-4.mp3",
"startTime": 1,
"startTimestamp": 51.82,
"finishTimestamp": 54.56
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.74,
"dialogue": {
"text": "Occasionally, yeah. It depends on the project's needs.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 4.24
}
]
}