Back to Freecodecamp

Task 58

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6830721c4a19b1c47ee0e2c8.md

latest1.7 KB
Original Source
<!-- (Audio) Linda: It was mentioned that it's much easier to use. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It was BLANK that it's much BLANK to use.

--blanks--

mentioned

--feedback--

This means to say something briefly or refer to something in conversation or writing. Use the regular past form of the verb.


easier

--feedback--

This is the comparative form of easy and means less difficult.

--explanation--

To mention means to say or bring something up, often without going into detail. For example:

The deadline was mentioned during the meeting. – This means the team talked about the deadline during the meeting.

Easier means that something takes less effort or is simpler to do compared to something else. For example:

The new login process is easier than the old one. – This means it's now simpler and faster to log in.

--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": 10.46,
      "finishTimestamp": 12.98
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "It was mentioned that it's much easier to use.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}