Back to Freecodecamp

Task 122

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67f06abc2ba331930342d05b.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: Good point. The training sessions are scheduled for next week. I'll send you the details. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good point. The training sessions are BLANK for next week. I'll send you the details.

--blanks--

scheduled

--feedback--

This means that something has been officially planned to happen at a specific time.

--explanation--

To be scheduled means that something has been arranged or planned to take place at a certain time in the future. It is often used in work, school, or event planning. For example:

The meeting is scheduled for 10 a.m. tomorrow. – This means the meeting has been officially set to happen at that time.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 51.58,
      "finishTimestamp": 55.82
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "Good point. The training sessions are scheduled for next week.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.3,
      "finishTime": 5.24,
      "dialogue": {
        "text": "I'll send you the details.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.74
    }
  ]
}