Back to Freecodecamp

Task 126

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67f0707288a2f8bce35cadff.md

latest1.7 KB
Original Source
<!-- (Audio) Sarah: If anything comes up, I'll let you know. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sarah telling Brian she'll do?

--answers--

She'll cancel the next meeting.

--feedback--

Sarah doesn't mention canceling anything.


She'll send him a full report.

--feedback--

She does not mention writing a full report.


She'll take care of everything herself.

--feedback--

Sarah is not offering to handle things alone.


She'll inform him if something happens or needs attention.

--video-solution--

4

--explanation--

Anything in this sentence means any possible thing or situation. It contrasts with something, which is more specific and often used when you already have a particular idea in mind. For example:

If anything changes, I'll contact you right away. – This means the speaker is ready to respond to any possible change, not just a specific one.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 60.54,
      "finishTimestamp": 62.2
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.66,
      "dialogue": {
        "text": "If anything comes up, I'll let you know.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.16
    }
  ]
}