Back to Freecodecamp

Task 83

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657dbeb6e94406122619ecad.md

latest1.7 KB
Original Source
<!-- (audio) Sophie: Yes, they do. We have meetings on Monday mornings. -->

--description--

The word on is a preposition that you can use to talk about specific days of the week, dates, and parts of the day (only when you mean a specific day) when something takes place. For example, on Tuesday, on July 4th, or on Friday night.

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--

You 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--

json
{
  "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
    }
  ]
}