Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675074863d75f1d559b039df.md

latest2.0 KB
Original Source
<!-- (Audio) Maria: Perfect. And the training session for the new security protocols, when is that planned? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Perfect. And the training session for the new BLANK BLANK, when is that planned?

--blanks--

security

--feedback--

This word refers to measures or systems designed to protect something, such as data or systems.


protocols

--feedback--

This word means a set of rules or procedures to follow in specific situations.

--explanation--

Security refers to systems or actions used to protect important resources, like data or networks.

Protocols means a set of rules or procedures that explain how to do something correctly. For example:

We followed the security protocols during the test. - This means they followed the safety rules step by step.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 50.46,
      "finishTimestamp": 54.52
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 1.38,
      "dialogue": {
        "text": "Perfect.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 1.78,
      "finishTime": 3.96,
      "dialogue": {
        "text": "And the training session for the new security protocols,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.12,
      "finishTime": 5.06,
      "dialogue": {
        "text": "when is that planned?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}