Back to Freecodecamp

Task 60

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

latest1.9 KB
Original Source
<!-- (Audio) Tom: I got this message saying I must talk with Jeff from the Security department. -->

--description--

The Security department is a part of a company or organization that focuses on keeping people and the place safe. They handle things like protecting the building, making sure only the right people can get in, and dealing with any safety problems.

Listen to the audio and answer the question.

--questions--

--text--

Why does Tom need to talk with Jeff?

--answers--

To discuss a new project

--feedback--

Tom's message is about a necessity to talk with Jeff from the Security department, which suggests it's more about safety or security issues, not a new project.


Because he received a message saying it's necessary


To ask for a day off

--feedback--

The message Tom received specifies talking with Jeff from the Security department, which implies it's about a security matter, not requesting time off.


To plan a company event

--feedback--

The mention of the Security department suggests the conversation is related to security or safety, not event planning.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 5.16
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.16,
      "dialogue": {
        "text": "I got this message saying I must talk with Jeff from the security department. Do you know him?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.66
    }
  ]
}