Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/67505766bad3bcbac2f16fe4.md

latest2.7 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 BLANK the new BLANK BLANK to prevent any potential DoS attacks.

--blanks--

double-check

--feedback--

This means to check something again to make sure it is correct or complete. This is a compound word, remember to use -.


security

--feedback--

This refers to measures taken to protect systems, networks, or data from harm or unauthorized access.


features

--feedback--

This word in the plural form refers to the specific characteristics or components of something, such as a product or system.

--explanation--

Double-check means to verify or check something again to ensure accuracy or correctness. For example:

I need to double-check the system settings before going live. - It means you want to review the settings again to ensure everything is correct.

Security refers to measures or practices that protect systems and data from threats. For example:

The company has implemented advanced security protocols to protect sensitive information. - This means the company has set up strong protective measures to keep their data and systems safe.

Features refer to the specific elements or components of a product, system, or service. For example:

The new software has many useful features, like an automatic backup system. - This means the software has different tools or functions that make it more effective or valuable.

--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
    }
  ]
}