Back to Freecodecamp

Task 90

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

latest1.3 KB
Original Source
<!-- (audio) James: We have to comply with data protection regulations, security standards, and our company's code of conduct. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We have to comply with data protection BLANK, security standards, and our company's code of conduct.

--blanks--

regulations

--feedback--

This word in the plural form refers to official rules set by authorities.

--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": 28.40,
      "finishTimestamp": 34.06
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.66,
      "dialogue": {
        "text": "We have to comply with data protection regulations, security standards, and our company's code of conduct.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.16
    }
  ]
}