Back to Freecodecamp

Task 69

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

latest1.6 KB
Original Source
<!-- (audio) Sophie: She schedules team meetings every Monday morning to plan the week ahead. -->

--description--

To schedule means to arrange for an event or activity to take place at a specific time. It's like making an appointment or setting up a time for something. For example:

  • We will schedule a meeting for Monday. - The team will plan the meeting on Monday.

  • They scheduled a call at 3 p.m. - They planned to talk on the phone at 3 p.m.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

She BLANK team meetings every Monday morning to plan the week ahead.

--blanks--

schedules

--feedback--

This verb is used to talk about planning or arranging a meeting or event for a certain time. Don't forget about the ending -s.

--scene--

json
{
  "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": 34.34,
      "finishTimestamp": 37.42
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "She schedules team meetings every Monday morning to plan the week ahead.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.58
    }
  ]
}