Back to Freecodecamp

Task 62

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d75185d536899fd3c01977.md

latest1.5 KB
Original Source
<!-- (Audio) Maria: Yeah, I've seen him around. He's responsible for security operations in our company. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is his role in the company according to Maria?

--answers--

He organizes company events.

--feedback--

Maria's statement focuses on security, not organizing events.


He is in charge of security operations.


He is in charge of hiring new employees.

--feedback--

Maria mentions security operations, not hiring processes.


He manages the IT department.

--feedback--

The focus is on security operations, not IT management.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.40,
      "finishTimestamp": 10.40
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.00,
      "dialogue": {
        "text": "Yeah, I've seen him around. He's responsible for security operations in our company.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.50
    }
  ]
}