Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/680ce0eaa91d52408ead88bd.md

latest1.7 KB
Original Source
<!-- (Audio) Sarah: Also, could you ensure we receive all the materials by the end of the month? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sarah politely asking for?

--answers--

To make sure all materials arrive before the month ends.


To cancel the material order.

--feedback--

Sarah wants the materials delivered, not canceled.


To delay the shipment until next month.

--feedback--

She asks for the materials by the end of this month, not later.


To change the materials to something else.

--feedback--

Sarah is focused on receiving the materials, not changing them.

--video-solution--

1

--explanation--

Ensure shows that Sarah wants a guarantee that something will happen, and by the end of the month sets a clear deadline.

She is politely asking for the materials to be delivered on time to keep the project on schedule.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 63.64,
      "finishTimestamp": 66.74
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "Also, could you ensure we receive all the materials by the end of the month?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.6
    }
  ]
}