Back to Freecodecamp

Task 61

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68307b2660029fe3ff0c41c8.md

latest2.0 KB
Original Source
<!-- (Audio) Linda: Several users noted how the simplified layout helped them find information faster. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What did users say the new layout helped them do?

--answers--

Access new features.

--feedback--

There is no mention of new features.


Find information more quickly.


Contact support more easily.

--feedback--

Support or communication is not mentioned.


Change their profile settings.

--feedback--

There is no mention of user settings or profiles.

--video-solution--

2

--explanation--

A layout is the way information or elements are arranged on a page or screen. For example:

The homepage layout was redesigned to highlight key services. – This means the structure was changed to make services easier to see.

Faster is the comparative form of fast, meaning something happens more quickly than before. For example:

The system now loads faster after the update. – This means it takes less time to open or process.

--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": 13.06,
      "finishTimestamp": 17.24
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.34,
      "dialogue": {
        "text": "Several users noted how the simplified layout",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3.34,
      "finishTime": 5.18,
      "dialogue": {
        "text": "helped them find information faster.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 5.68
    }
  ]
}