Back to Freecodecamp

Task 87

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e5719e17f40ca906b8c63.md

latest2.3 KB
Original Source
<!-- (audio) James: Great question. We have to comply with data protection regulations, security standards, and our company's code of conduct. It's essential to protect sensitive information and maintain our reputation. -->

--description--

Protection means keeping something safe from harm or damage. In many jobs, protecting data or people is very important. For example:

Wearing helmets provides protection to workers on a construction site. - This means helmets help keep workers safe from injuries while they work on a building site.

To protect means to keep something safe. It's important in jobs where you need to take care of information or people. For example:

Companies must protect important details about customers. - This means businesses have to keep customer information safe and not share it.

--questions--

--text--

What does protection refer to?

--answers--

Making something look nice.

--feedback--

Protection is about safety, not appearance.


Keeping something or someone safe.


Taking a long break.

--feedback--

Protection is about safety measures, not taking breaks.


Speaking loudly.

--feedback--

Protection is related to safety, not the volume of speaking.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 27.52,
      "finishTimestamp": 39.62
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 7.54,
      "dialogue": {
        "text": "Great question. We have to comply with data protection regulations, security standards, and our company's code of conduct.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 7.9,
      "finishTime": 13.10,
      "dialogue": {
        "text": "It's essential to protect sensitive information and maintain our reputation.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 13.60
    }
  ]
}