Back to Freecodecamp

Task 19

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

latest1.9 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 answer the question below.

--questions--

--text--

What does Jake think the team should learn more about in the training?

--answers--

How to write stronger passwords.

--feedback--

Sophie doesn't mention anything about passwords.


How to recognize phishing attacks.


How to set up new devices.

--feedback--

This is not part of the topic Jake mentioned.


How to lead a training session.

--feedback--

The focus is not on how to teach others.

--video-solution--

2

--explanation--

Detection means the act of discovering or noticing something, especially something hidden or hard to see. For example:

Early detection of viruses can help protect the system. – This means finding the virus quickly helps avoid bigger 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": 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
    }
  ]
}