Back to Freecodecamp

Task 75

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

latest1.6 KB
Original Source
<!-- (Audio) Maria: Yes, there is one thing he emphasizes: you mustn't share your access codes or passwords with anyone. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is emphasized as important?

--answers--

Keeping meetings confidential

--feedback--

The emphasis is on not sharing sensitive information like access codes, not specifically about meetings.


Not sharing access codes or passwords


Recording office conversations

--feedback--

The focus is on security measures related to access information, not recording conversations.


Checking emails regularly

--feedback--

The discussion centers on the importance of keeping access information private, not on email habits.

--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": 44.10,
      "finishTimestamp": 49.40
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.30,
      "dialogue": {
        "text": "Yes, there is one thing he emphasizes: you mustn't share your access codes or passwords with anyone.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.80
    }
  ]
}