Back to Freecodecamp

Task 85

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/683756b9088f4d92352aa4f4.md

latest1.9 KB
Original Source
<!-- (Audio) Linda: The new images were well received, but the size of some images was mentioned as being too large. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The new images were well BLANK, but the BLANK of some images was mentioned as being too large.

--blanks--

received

--feedback--

Preceded by well, this means that something was accepted or liked by others.


size

--feedback--

This noun refers to how big or small something is.

--explanation--

Well received means that something was accepted positively or liked by a group of people. For example:

The new logo was well received by customers. – This means people liked the new logo.

Size refers to the physical or digital dimensions of something. For example:

The file size was too large to upload by email. – This means the file was too big in storage terms to be shared through email.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-2.mp3",
      "startTime": 1,
      "startTimestamp": 48.76,
      "finishTimestamp": 54.2
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.9,
      "dialogue": {
        "text": "The new images were well received,",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3.08,
      "finishTime": 6.44,
      "dialogue": {
        "text": "but the size of some images was mentioned as being too large.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 6.94
    }
  ]
}