Back to Freecodecamp

Task 123

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

latest2.0 KB
Original Source
<!-- (Audio) Brian: Good point. The training sessions are scheduled for next week. I'll send you the details. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Brian tell Sarah he'll do?

--answers--

He'll cancel the training sessions.

--feedback--

Brian doesn't mention canceling anything.


He'll ask someone else to send the details.

--feedback--

Brian says he will do it.


He'll send her the training session details.


He'll join the training sessions next week.

--feedback--

Brian does not say that he will join.

--video-solution--

3

--explanation--

I'll is the contraction of I will and is often used to make a decision or promise at the moment of speaking.

In this sentence, I'll send you the details is a promise Brian is making to take action. Another example:

I'll call you later with the results. – This means the speaker is promising to call at a later time to give more information.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 51.58,
      "finishTimestamp": 55.82
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "Good point. The training sessions are scheduled for next week.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.3,
      "finishTime": 5.24,
      "dialogue": {
        "text": "I'll send you the details.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.74
    }
  ]
}