Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/6781174efbccb43ebf078536.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: Brian mentioned we can schedule automatic backups at the end of each day. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Brian mentioned we can BLANK automatic backups at the end of each day.

--blanks--

schedule

--feedback--

This verb means to arrange or plan for something to happen at a specific time.

--explanation--

The verb schedule means to plan or arrange an event or task to happen at a specific time. For example:

  • We need to schedule a meeting for next week. - We need to plan a time for a meeting.

  • Can we schedule the software update during off-hours? - Asking to arrange the update at a specific time.

In the audio, Maria uses schedule to talk about arranging automatic backups at the end of each day.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-2.mp3",
      "startTime": 1,
      "startTimestamp": 51.6,
      "finishTimestamp": 54.8
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "Brian mentioned we can schedule automatic backups at the end of each day.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}