Back to Freecodecamp

Task 77

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

latest1.5 KB
Original Source
<!-- (Audio) Maria: You mustn't share your access codes or passwords with anyone. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Maria advise about access codes and passwords?

--answers--

You should share them with your friends.

--feedback--

Maria's advice is to keep them private, not to share them, even with friends.


It's okay to share them on social media.

--feedback--

Maria's warning suggests that sharing sensitive information like this is unsafe, especially on public platforms like social media.


You can share them if someone asks politely.

--feedback--

Maria emphasizes not sharing your passwords with anyone.


You're prohibited to share them with anyone.

--video-solution--

4

--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": 46.32,
      "finishTimestamp": 49.40
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "You mustn't share your access codes or passwords with anyone.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.58
    }
  ]
}