Back to Freecodecamp

Task 87

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68375beac5c65da45732eb4a.md

latest2.1 KB
Original Source
<!-- (Audio) Linda: The size of some images was mentioned as being too large, which apparently slowed down the page loading for some users. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The size of some images was mentioned as being too large, which apparently BLANK down the page BLANK for some users.

--blanks--

slowed

--feedback--

This means somewhat made something move or happen less fast. Use the Simple Past form.


loading

--feedback--

This refers to the process of data or content appearing on a screen, like when a webpage opens.

--explanation--

To slow down means to make something move or happen more slowly. For example:

Too many background apps slowed down my computer. – This means the apps made the computer work more slowly.

Loading as a noun refers to the process of something being displayed or made ready on a device or browser. For example:

The video's loading was delayed due to a poor internet connection. – This means the video took time to appear and start playing.

--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": 51.24,
      "finishTimestamp": 56.76
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "The size of some images was mentioned as being too large,",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3.96,
      "finishTime": 6.52,
      "dialogue": {
        "text": "which apparently slowed down the page loading for some users.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.02
    }
  ]
}