Back to Freecodecamp

Task 105

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

latest1.3 KB
Original Source
<!-- (audio) James: Absolutely. If you see any security breaches or incidents, you have to report them immediately. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Absolutely. If you see any security breaches or incidents, you BLANK report them BLANK.

--blanks--

have to

--feedback--

These two words express obligation to do something.


immediately

--feedback--

This word means right away, without delay.

--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": 43.56,
      "finishTimestamp": 49.64
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 7.08,
      "dialogue": {
        "text": "Absolutely. If you see any security breaches or incidents, you have to report them immediately.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.58
    }
  ]
}