Back to Freecodecamp

Task 76

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

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

--description--

When you need to express something that is prohibited or a strong suggestion against doing something, you can use mustn't (contraction of must not) to form a negative sentence.

For example, You mustn't touch the wet paint means it's very important not to touch the paint because it's wet.

Anyone is used when you're talking about all people in a general way and usually in questions or negative sentences:

Don't tell anyone means don't tell any person.

Someone is used when you're talking about an unspecified person in a positive sentence:

I need someone to help me means you need an unspecified person to help.

--fillInTheBlank--

--sentence--

You BLANK share your access codes or passwords with BLANK.

--blanks--

mustn't

--feedback--

This word indicates a strong prohibition or advice against doing something.


anyone

--feedback--

It's used in negative sentences to mean no person at all, emphasizing the prohibition.

--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
    }
  ]
}