Back to Freecodecamp

Task 69

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

latest1.8 KB
Original Source
<!-- (Audio) Maria: He makes sure the company's data and facilities are secure, monitors access controls, and conducts investigations when needed. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What are his main job duties according to Maria?

--answers--

He teaches new employees about the company.

--feedback--

Maria talks about security and looking into issues, not teaching new employees.


He repairs the company's computers.

--feedback--

The focus is on security and investigations, not on fixing computers.


He keeps the company safe and checks on security details.


He organizes company events.

--feedback--

Maria's description is about maintaining security, not organizing events.

--video-solution--

3

--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": 26.58,
      "finishTimestamp": 33.52
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "He makes sure that the company's data and facilities are secure,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.62,
      "finishTime": 7.94,
      "dialogue": {
        "text": "monitors access controls, and conducts investigations when needed.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 8.44
    }
  ]
}