Back to Freecodecamp

Task 56

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68306fc92a2ccfb2c0e4ce9c.md

latest1.7 KB
Original Source
<!-- (Audio) Linda: Well, the new navigation menu was really appreciated. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Well, the new BLANK menu was really BLANK.

--blanks--

navigation

--feedback--

This refers to how users move around or find things on a website or app.


appreciated

--feedback--

This means liked or recognized. Use the regular past form of the verb.

--explanation--

Navigation refers to the system or design that helps users move through a website, app, or interface. For example:

The homepage layout improved navigation for mobile users. – This means users could find what they needed more easily.

To appreciate means to be thankful for something or to see its value. For example:

The team appreciated the clear instructions during the training. – This means they were glad the instructions were easy to follow.

--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": 7.64,
      "finishTimestamp": 10.42
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.78,
      "dialogue": {
        "text": "Well, the new navigation menu was really appreciated.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.28
    }
  ]
}