Back to Freecodecamp

Task 48

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c5fe2b3b2cc825412e2839.md

latest1.9 KB
Original Source
<!-- (Audio) Bob: Great. Thanks. I appreciate it, Maria. If you need anything from me, just let me know. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob asking Maria to do?

--answers--

Give him a deadline for the new schedule.

--feedback--

Bob does not ask Maria for a deadline.


Finish the project on her own.

--feedback--

Bob is not asking Maria to do everything alone.


Update the client about the changes.

--feedback--

Bob does not mention the client.


Tell him if she needs anything.

--video-solution--

4

--explanation--

Let me know, preceded by a conditional sentence, like If you need anything, is a common way to offer help. It makes the offer open-ended, meaning the person can ask for help if they find it necessary. For example:

If you have any questions, just let me know. - This means you are available to answer questions when needed.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 75.48,
      "finishTimestamp": 80.26
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.12,
      "dialogue": {
        "text": "Great. Thanks. I appreciate it, Maria.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.34,
      "finishTime": 5.78,
      "dialogue": {
        "text": "If you need anything from me, just let me know.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.28
    }
  ]
}