Back to Freecodecamp

Task 53

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6710c59075616806206fcf44.md

latest1.9 KB
Original Source
<!-- (Audio) Jake: Sure. I was reviewing our security protocols for the project just yesterday. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure. I was reviewing our BLANK BLANK for the project just yesterday.

--blanks--

security

--feedback--

This word refers to measures or procedures taken to protect systems or data.


protocols

--feedback--

This word refers to rules or procedures that need to be followed in specific situations.

--explanation--

A protocol is a set of rules or procedures designed to guide behavior or processes. A security protocol refers to specific procedures designed to protect systems, networks, or data from unauthorized access or threats. For example:

Our security protocols require two-factor authentication for all logins. - This means that the use of two-factor authentication for logging in is a part of the procedures related to protecting the system.

In this sentence, Jake is referring to reviewing the rules and procedures (the protocols) designed to ensure the project's security.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.42,
      "finishTimestamp": 8.7
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.28,
      "dialogue": {
        "text": "Sure. I was reviewing our security protocols for the project just yesterday.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.78
    }
  ]
}