Back to Freecodecamp

Task 98

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675fe6a1e81c4ba00f415364.md

latest2.1 KB
Original Source
<!-- (Audio) Brian: We'll discuss our current security protocols and the steps we're taking to prevent Man-in-the-Middle attacks. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK discuss our current BLANK and the steps we're taking to prevent Man-in-the-Middle attacks.

--blanks--

We'll

--feedback--

This is the contraction for we will, used to talk about something planned for the future. The first letter is capitalized.


security protocols

--feedback--

This phrase of two words refers to rules or procedures designed to keep systems, data, or networks safe. The second word is in the plural form.

--explanation--

We'll is a contraction of we will, and it is used to indicate something that will happen in the future.

Security protocols are the rules or procedures set up to protect systems, data, and networks from harm or unauthorized access. For example:

Employees must follow security protocols to avoid data breaches. - This emphasizes that employees need to stick to specific rules and procedures to ensure that sensitive data stays safe.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-3.mp3",
      "startTime": 1,
      "startTimestamp": 34.16,
      "finishTimestamp": 40.12
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "We'll discuss the current security protocols",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.2,
      "finishTime": 6.96,
      "dialogue": {
        "text": "and the steps we're taking to prevent man in the middle attacks.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.46
    }
  ]
}