Back to Freecodecamp

Task 97

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

latest2.0 KB
Original Source
<!-- (Audio) Sarah: By the way, have you heard anything about the additional resources we requested? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

By the way, have you BLANK anything about the additional resources we BLANK?

--blanks--

heard

--feedback--

This word means to listen to information or receive news. It is the past form of an irregular verb hear.


requested

--feedback--

This word means to ask for something formally or politely.

--explanation--

To hear means to listen to something or to receive information. It is an irregular verb, and its past form is heard. For example:

I heard some interesting news this morning. – This means that the speaker received or listened to some news earlier.

To request means to ask for something formally, often in a professional or polite manner. For example:

I requested additional time to finish the report. – This means the speaker asked for more time in a formal way.

--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": 14.5,
      "finishTimestamp": 18.12
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.38,
      "dialogue": {
        "text": "By the way, have you heard anything",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.38,
      "finishTime": 4.62,
      "dialogue": {
        "text": "about the additional resources we requested?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.12
    }
  ]
}