Back to Freecodecamp

Task 40

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

latest2.0 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Also, BLANK you BLANK we receive all the materials BLANK the month?

--blanks--

could

--feedback--

This word is used to make a polite request or ask someone to do something.


ensure

--feedback--

This word means to make certain that something happens or is done.


by the end of

--feedback--

This four-word phrase means before or no later than the final part of a period of time.

--explanation--

Could is used to politely ask someone to do something. For example:

Could you update the software today? – This shows a polite request for an action.

Ensure means to make sure something happens or is completed correctly. For example:

We must ensure all servers are properly backed up. – This means to guarantee backups happen.

By the end of means before a time limit is finished. For example:

We need to submit the project by the end of the week. – This means the project must be done before the week finishes.

--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
    }
  ]
}