Back to Freecodecamp

Task 76

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

latest1.4 KB
Original Source
<!-- (Audio) Linda: They were. The new form was described as very user-friendly. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

They were. The new form was BLANK as very user-friendly.

--blanks--

described

--feedback--

This means to say what something is like or how it appears. Use the Simple Past form.

--explanation--

To describe means to explain the features, qualities, or appearance of something using words. For example:

She described the interface as clean and easy to use. – This means she talked about what the interface looked like and how it felt 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": 35.32,
      "finishTimestamp": 38.54
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.22,
      "dialogue": {
        "text": "They were. The new form was described as very user-friendly.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.72
    }
  ]
}