Back to Freecodecamp

Task 60

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/683075959e7b3ad7cfa31243.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 complete the sentence below.

--fillInTheBlank--

--sentence--

Several users BLANK how the BLANK layout helped them find information faster.

--blanks--

noted

--feedback--

This means to observe or mention something, often in a careful or thoughtful way. Use the Simple Past form.


simplified

--feedback--

This means made easier to understand or less complicated.

--explanation--

To note means to notice or say something, often to share an observation or opinion. For example:

The manager noted that many users had similar questions. – This means the manager pointed that out during a conversation or report.

Simplified means something has been made easier or more basic. For example:

They launched a simplified version of the app for beginners. – This means the app was made easier to use for new users.

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