Back to Freecodecamp

Task 121

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6762e430c7646a422c17966f.md

latest2.0 KB
Original Source
<!-- (audio) Maria: Are we going to require additional training for our developers? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Are we going to BLANK BLANK BLANK for our developers?

--blanks--

require

--feedback--

This verb means something is needed or necessary.


additional

--feedback--

This word means extra or more. It is used to describe something that is added to what already exists.


training

--feedback--

This word refers to the process of teaching or learning skills needed for a job or task.

--explanation--

Require means to need or make something necessary. For example:

The job requires technical knowledge. - This means technical knowledge is needed for the job.

Additional means extra or more than what already exists. For example:

The project requires additional resources. - This means extra resources are needed.

Training refers to the process of learning or improving skills for a specific purpose. For example:

The company provided training for the new software. - This means the company helped employees learn how to use the software.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 22.62,
      "finishTimestamp": 25.58
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.96,
      "dialogue": {
        "text": "Are we going to require additional training for our developers?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.46
    }
  ]
}