Back to Freecodecamp

Task 38

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

latest2.4 KB
Original Source
<!-- (Audio) Sophie: Of course. I'll get that done. Jake also emphasized the importance of maintaining our software updates to prevent vulnerabilities. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What other part of security did Jake say was important?

--answers--

Sending alerts when something breaks.

--feedback--

Jake doesn't mention alerts or system failures.


Installing new tools every week.

--feedback--

Jake did not talk about installing new tools.


Keeping software up to date to avoid weaknesses.


Creating long passwords for all users.

--feedback--

Passwords are not mentioned in this part of the conversation.

--video-solution--

3

--explanation--

To maintain means to keep something working correctly or in good condition. For example:

We maintain the server by checking it regularly. – This means we take care of it so it keeps working well.

A vulnerability is a weakness in a system that could be attacked or used to cause harm. For example:

The old version of the app had a security vulnerability. – This means it had a weak point that hackers could use.

--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": 63.78,
      "finishTimestamp": 70.5
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "Of course. I'll get that done.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 2.84,
      "finishTime": 5.34,
      "dialogue": {
        "text": "Jake also emphasized the importance of maintaining",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5.34,
      "finishTime": 7.72,
      "dialogue": {
        "text": "our software updates to prevent vulnerabilities.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.22
    }
  ]
}