Back to Freecodecamp

Task 78

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6830a3c61c18198214da5008.md

latest2.0 KB
Original Source
<!-- (Audio) Linda: And the additional contact options were highlighted as a great improvement. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

And the additional contact options were BLANK as a great BLANK.

--blanks--

highlighted

--feedback--

This means to point something out as important or especially good. Use the regular past form.


improvement

--feedback--

This means a change that makes something better than it was before.

--explanation--

To highlight means to call attention to something so others can notice it, often because it's important or positive. For example:

The presenter highlighted the main benefits of the update during the meeting. – This means the presenter pointed out what was most valuable.

An improvement is something that makes a system, product, or situation better. For example:

The new search feature was a major improvement to the site. – This means the change made the website easier or more effective to use.

--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": 38.64,
      "finishTimestamp": 41.86
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.48,
      "dialogue": {
        "text": "And the additional contact options",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 2.48,
      "finishTime": 4.22,
      "dialogue": {
        "text": "were highlighted as a great improvement.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.72
    }
  ]
}