Back to Freecodecamp

Task 86

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

latest1.6 KB
Original Source
<!-- (Audio) Bob: I also can't disclose sensitive information to anyone outside the company. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Bob not allowed to do?

--answers--

He cannot invite outsiders to company meetings.

--feedback--

While involving outsiders is mentioned, the focus is specifically on not sharing secret information, not about meeting invitations.


He is not allowed to take extra breaks.

--feedback--

The rule Bob mentions is about sharing information, not about taking breaks.


He must work late hours.

--feedback--

Bob's statement is about sharing information, not about working hours.


He is not permitted to share important secrets with people outside his company.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 10.82,
      "finishTimestamp": 15.06
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.24,
      "dialogue": {
        "text": "I also can't disclose sensitive information to anyone outside of the company.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.74
    }
  ]
}