Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/67505903fa6affc0910b7a9d.md

latest2.3 KB
Original Source
<!-- (Audio) Jessica: Yes, I will be joining you. I want to double-check the new security features to prevent any potential DoS attacks. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, I will be joining you. I want to double-check the new security features to BLANK any potential BLANK.

--blanks--

prevent

--feedback--

This verb means to stop something from happening or avoid it.


DoS attacks

--feedback--

This phrase of two words means a system or network gets overloaded with too much traffic, making it unable to work properly or respond to real users. The first word is an acronym for Denial of Service.

--explanation--

Prevent means to stop something from happening or to make sure it does not occur. For example:

The new software update will prevent unauthorized access to the system. - This means that the update will stop unauthorized people from gaining access to the system.

DoS attacks refer to Denial of Service attacks, which are attempts to make a computer or network service unavailable by overwhelming it with traffic. For example:

The website was temporarily offline due to a large-scale DoS attack. - This means the website was made unavailable because it was overloaded with harmful traffic.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.34,
      "finishTimestamp": 20.22
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.32,
      "dialogue": {
        "text": "Yes, I will be joining you.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 2.4,
      "finishTime": 6.88,
      "dialogue": {
        "text": "I want to double check the new security features to prevent any potential denial of service attacks.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7.38
    }
  ]
}