Back to Freecodecamp

Task 103

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

latest1.2 KB
Original Source
<!-- (audio) James: 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--

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

--blanks--

have to

--feedback--

These two words indicate something is required to do.

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