Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67351b96eefe7c282ec1424b.md

latest1.7 KB
Original Source
<!-- (Audio) Maria, the next system update is scheduled for this Saturday at 2 AM. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What has been scheduled?

--answers--

The next system update.


A team meeting.

--feedback--

James does not mention a meeting.


A system backup.

--feedback--

James doesn't mention a backup.


A software installation.

--feedback--

James doesn't mention a new installation.

--video-solution--

1

--explanation--

To be scheduled means to set a specific date and time for something to happen. In this case, the system update is planned for a specific day and hour. For example:

  • The meeting is scheduled for Monday at 10 AM. - This means the meeting will happen on Monday at 10 AM.

  • The release is scheduled for next month. - This means the release will take place sometime in the upcoming month.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.04
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.04,
      "dialogue": {
        "text": "Maria, the next system update is scheduled for this Saturday at 2am.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.54
    }
  ]
}