Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/682f19b6c08f465ae1a8950e.md

latest1.4 KB
Original Source
<!-- (Audio) Brian: Can you write up a summary of this discussion? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Can you write up a BLANK of this discussion?

--blanks--

summary

--feedback--

This noun means a short version that gives the main points of something.

--explanation--

A summary is a brief statement that presents the most important information from a longer text, conversation, or event. For example:

She gave a summary of the meeting so the absent team members could catch up. – This means she shared the key points from the meeting in a short form.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-1.mp3",
      "startTime": 1,
      "startTimestamp": 58.52,
      "finishTimestamp": 60.68
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "Can you write up a summary of this discussion?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}