Back to Freecodecamp

Task 52

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It was quite BLANK.

--blanks--

insightful

--feedback--

This means that something shows a deep understanding or gives useful information.

--explanation--

Insightful describes something that helps you understand a situation better or see it more clearly. For example:

Her comments during the meeting were very insightful. – This means her thoughts helped others understand the topic better.

--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
    }
  ]
}