Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d3efa509aba1070da0ba03.md

latest1.7 KB
Original Source
<!-- (Audio) Jessica: Hi Mark, we need to talk about security protocols for the new project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi Mark, we BLANK talk about BLANK for the new project.

--blanks--

need to

--feedback--

These two words express something important or necessary.


security protocols

--feedback--

These two words refer to the rules and measures designed to protect data, systems, and networks.

--explanation--

Need to is used when something is necessary. For example:

  • You need to save your work before closing the program. - It is important to save the file so you don't lose your work.

  • The team needs to finish the project by Friday. - The team must complete the project before the deadline.

Jessica mentions security protocols for the new project, meaning she wants to discuss measures to keep the project safe.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.64
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "Hi, Mark. We need to talk about security protocols for the new project.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}