Back to Freecodecamp

Task 1

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jessica want to talk about?

--answers--

Project deadlines.

--feedback--

Jessica does not mention deadlines in her statement.


Security protocols for the new project.


New software features.

--feedback--

The conversation is about security, not software features.


Hiring new team members.

--feedback--

Jessica does not talk about hiring in this dialogue.

--video-solution--

2

--explanation--

Security protocols are the rules and measures designed to protect data, systems, and networks from threats. For example:

  • The company follows security protocols to protect customer data. - The company has rules to keep customer data safe.

  • Good security protocols help prevent cyberattacks. - Safety measures protect against hackers.

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