Back to Freecodecamp

Task 45

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

latest1.6 KB
Original Source
<!-- (Audio) Maria: Sure. I'll work on it today and send you the new schedule by tomorrow. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

When does Maria promise to create the draft for the new schedule?

--answers--

Today.


Tomorrow.

--feedback--

Maria says she will send the schedule by tomorrow.


Sometime next week.

--feedback--

Maria does not mention next week.


She doesn't say when.

--feedback--

Maria clearly states when she will work on the schedule.

--video-solution--

1

--explanation--

Will (normally contracted as 'll) is often used to make promises about future actions. For example:

I'll help you finish the report by the deadline. - This means the speaker is making a commitment to help.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 67.88,
      "finishTimestamp": 70.88
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4,
      "dialogue": {
        "text": "Sure. I'll work on it today and send you the new schedule by tomorrow.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.5
    }
  ]
}