Back to Freecodecamp

Task 53

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

latest1.6 KB
Original Source
<!-- (Audio) Linda: It was quite insightful. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Linda think about the user feedback?

--answers--

It was very helpful and gave her a better understanding.


It was too short to be useful.

--feedback--

She does not say it lacked detail.


It was confusing and poorly written.

--feedback--

Linda does not give a negative opinion.


It was exactly what she expected.

--feedback--

She comments on the value of the feedback, not how predictable it was.

--video-solution--

1

--explanation--

Quite, in this context, is an intensifier. It adds strength to the adjective that follows. For example:

The training session was quite helpful. – This means the session was very useful or beneficial.

--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": 3.8,
      "finishTimestamp": 5.04
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.24,
      "dialogue": {
        "text": "It was quite insightful.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 2.74
    }
  ]
}