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 |
|---|---|---|---|
| 657dbeb6e94406122619ecad | Task 83 | 19 | task-83 |
--description--
The word on is a preposition that you can use to talk about specific days of the week when something takes place. In this case, Sophie uses it to say exactly when the team meetings are scheduled.
--questions--
--text--
What does Sophie say about the team meetings?
--answers--
We have meetings on Monday mornings.
We have meetings at Monday mornings.
--feedback--
The preposition at is not usually used with days.
We have meetings in Monday mornings.
--feedback--
We don't use in with days of the week when talking about schedules.
We have meetings by Monday mornings.
--feedback--
By indicates a deadline, not a regular meeting time.
--video-solution--
1
--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": 4.44,
"finishTimestamp": 6.86
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.42,
"dialogue": {
"text": "Yes, they do. We have meetings on Monday mornings.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 3.92
}
]
}