Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67506bd2d567359bac72f760.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: Great, and when does the team perform the final checks? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Great, and when does the team BLANK the final BLANK?

--blanks--

perform

--feedback--

This word means to carry out or execute a task or action.


checks

--feedback--

This word refers to examinations or inspections to ensure something is correct or in good condition.

--explanation--

Perform means to carry out or execute a specific task.

Checks refers to inspections or evaluations made to ensure that everything is functioning correctly or meeting a standard. For example:

The team performed the tests before deployment. - This means they executed tests as part of their tasks.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 39.5,
      "finishTimestamp": 41.74
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "Great. And when does the team perform the final checks?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.74
    }
  ]
}