Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/682e443d5bd29b9e359d80ed.md

latest2.1 KB
Original Source
<!-- (Audio) Sophie: He also said that we need to conduct regular security audits more frequently. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

He also said that we need to BLANK regular security BLANK more frequently.

--blanks--

conduct

--feedback--

This means to organize and carry out an activity or task, like a test, review, or meeting.


audits

--feedback--

This refers to official checks or reviews, often used to examine systems, finances, or security. Use the plural form.

--explanation--

To conduct means to carry out or lead an organized activity such as a meeting, test, or inspection. For example:

The manager will conduct interviews for the new position tomorrow. – This means the manager will lead or run the interviews.

An audit is a detailed check or review of something, usually to make sure it meets standards or rules. For example:

The IT team performed a system audit to check for security risks. – This means they reviewed the system to find possible problems.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-1.mp3",
      "startTime": 1,
      "startTimestamp": 33.84,
      "finishTimestamp": 37.44
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.62,
      "dialogue": {
        "text": "He also said that we need to conduct",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 2.62,
      "finishTime": 4.7,
      "dialogue": {
        "text": "regular security audits more frequently.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.2
    }
  ]
}