Back to Freecodecamp

Task 18

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

latest2.0 KB
Original Source
<!-- (Audio) Sophie: First, Jake thinks we should update our security training to cover more about phishing detection. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

First, Jake thinks we should update our BLANK training to BLANK more about phishing detection.

--blanks--

security

--feedback--

This refers to protection from threats, like cyber attacks or unauthorized access.


cover

--feedback--

This means to include or talk about a topic in a training or discussion.

--explanation--

Security means safety or protection from danger, especially in digital or physical systems. For example:

The company improved its security by adding two-factor authentication. – This means they added a feature to keep accounts safer.

To cover means to include or discuss something as part of a plan, lesson, or meeting. For example:

The workshop will cover password safety and common cyber threats. – This means the workshop will teach or include those topics.

--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": 28.72,
      "finishTimestamp": 33.62
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "First, Jake thinks we should update our security training",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.52,
      "finishTime": 6.1,
      "dialogue": {
        "text": "to cover more about phishing detection.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.6
    }
  ]
}