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.4 KiB
1.4 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657dc45d37cb4a32eae1fd7a | Task 95 | 19 | task-95 |
--description--
Try to remember what you have learned about a certain preposition.
--instructions--
Choose the standard preposition to complete the sentence about inclusion in a group.
--questions--
--text--
Do the meetings involve everyone BLANK the team?
--answers--
in
--feedback--
In the team is less commonly used and sounds less natural in this context.
on
at
--feedback--
At the team is not grammatically correct for indicating membership.
into
--feedback--
Into the team suggests movement or transition, not belonging.
--video-solution--
2
--scene--
{
"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": 30.64,
"finishTimestamp": 34.44
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.80,
"dialogue": {
"text": "Good to know. Do the meetings involve everyone on the team?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 5.30
}
]
}