Back to Freecodecamp

Task 98

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

latest1.4 KB
Original Source
<!-- (audio) Linda: Do we have to report every security incident? -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is the meaning of Linda's question?

--answers--

She wants to know if they need to plan for security incidents.

--feedback--

The question is not about making plans for incidents.


She wants to know if every security incident needs to be reported.


She wants to know how to celebrate company achievements.

--feedback--

The talk is about security, not celebrating.


She wants to know when to take breaks during work.

--feedback--

They are talking about security, not when to take breaks.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Linda",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 40.84,
      "finishTimestamp": 42.98
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.14,
      "dialogue": {
        "text": "Do we have to report every security incident?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.64
    }
  ]
}