Back to Freecodecamp

Task 79

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

latest2.0 KB
Original Source
<!-- (Audio) Maria: No problem. If you ever need any security tips, you really must talk to Jeff. -->

--description--

The word must is used to express a strong necessity or obligation. It indicates that something is very important to do.

The phrases talk to and talk with both refer to the act of speaking to someone, but there is a slight difference in usage. Talk to can imply a one-way communication, where one person is speaking and the other is listening, while talk with suggests a conversation where both people are equally involved in speaking and listening.

For example, I need to talk with my friend about our plans suggests a discussion, while I need to talk to my brother about his homework might imply giving instructions or advice.

--fillInTheBlank--

--sentence--

No problem. If you ever need any security tips, you really BLANK BLANK BLANK Jeff.

--blanks--

must

--feedback--

It indicates a strong recommendation or necessity to do something.


talk

--feedback--

It's part of the verb phrase used to express the action of communicating.


to

--feedback--

It's used to suggest going to Jeff for advice, with the expectation of listening to his expertise.

--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": 54.12,
      "finishTimestamp": 57.32
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.20,
      "dialogue": {
        "text": "No problem. If you ever need any security tips, you really must talk to Jeff.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.70
    }
  ]
}