Back to Freecodecamp

Task 88

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

latest1.8 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--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Great question. We have to comply with data BLANK regulations, security standards, and our company's code of conduct. It's essential to BLANK sensitive information and maintain our reputation.

--blanks--

protection

--feedback--

This noun means to keep something safe from harm.


protect

--feedback--

This verb means to keep something safe from harm.

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