Back to Freecodecamp

Task 92

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

latest1.3 KB
Original Source
<!-- (audio) James: It's essential to protect sensitive information and maintain our reputation. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's BLANK to protect BLANK information and maintain our BLANK.

--blanks--

essential

--feedback--

This word means something is very important.


sensitive

--feedback--

This term refers to private or secret details that need to be protected.


reputation

--feedback--

This noun refers to how people or companies are known.

--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": 34.42,
      "finishTimestamp": 39.62
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.20,
      "dialogue": {
        "text": "It's essential to protect sensitive information and maintain our reputation.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.70
    }
  ]
}