Back to Freecodecamp

Task 125

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f62aa81c1eb0094d0510ce.md

latest1.6 KB
Original Source
<!-- (audio) Alice: Maybe we can start with a recap of what went wrong and how to avoid it in the future. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Maybe we can start with a BLANK of what went wrong and how to avoid it in the future.

--blanks--

recap

--feedback--

This word means a summary or review of what happened.

--explanation--

Recap is short for recapitulation, which means summarizing key points. It is often used in meetings, presentations, or discussions to quickly review information. For example:

  • Let's do a quick recap of today's meeting. - Let's quickly review the main points from today's meeting.

  • He gave a short recap of the project goals. - He briefly explained the main points of the project.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.78,
      "finishTimestamp": 24.52
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "Maybe we can start with a recap of what went wrong and how to avoid it in the future.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}