Back to Freecodecamp

Task 54

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

latest1.4 KB
Original Source
<!-- (Audio) Tom: Awesome. What were some of the major points? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Awesome. What were some of the BLANK points?

--blanks--

major

--feedback--

This means important, large, or serious in amount or impact.

--explanation--

A major point is an important idea or detail that stands out in a discussion, report, or presentation. For example:

One major point from the meeting was the need for stronger security protocols. – This means it was one of the most important ideas discussed.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-2.mp3",
      "startTime": 1,
      "startTimestamp": 5.2,
      "finishTimestamp": 7.48
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "Awesome. What were some of the major points?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.78
    }
  ]
}