Back to Freecodecamp

Task 115

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685946f0eb713c2a3eda545d.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Hi Sophie, I was thinking we could schedule it for the last week of this month. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi Sophie, I was thinking we could BLANK it for the last week of this month.

--blanks--

schedule

--feedback--

This means to plan something for a specific date or time.

--explanation--

To schedule means to decide on a specific time and date for an event to happen. For example:

Let's schedule the meeting for 10 a.m. on Tuesday. – This means the meeting will be planned to take place at that time.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.72,
      "finishTimestamp": 10.42
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.22,
      "dialogue": {
        "text": "Hi Sophie, I was thinking we could schedule it",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.22,
      "finishTime": 4.7,
      "dialogue": {
        "text": "for the last week of this month.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.2
    }
  ]
}