Back to Freecodecamp

Task 88

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68375d17dfd1dbac543269de.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 answer the question below.

--questions--

--text--

What was the negative effect of the large image sizes on users?

--answers--

Pages took longer to appear on their screens.


They didn't like the image colors.

--feedback--

Color was not mentioned as a problem.


They couldn't open the contact form.

--feedback--

There's no mention of the form being blocked or inaccessible.


They thought the text was too small.

--feedback--

The feedback is not related to text.

--video-solution--

1

--explanation--

Which can be used to introduce extra information about the previous clause. This is called a non-defining relative clause — it adds detail but is not essential to the sentence's meaning. For example:

The system crashed during the update, which caused a delay. – The part after which gives more information about the result of the crash, but it could be left out without changing the main point.

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