Back to Freecodecamp

Task 86

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6820963967f3e03cd39028ce.md

latest1.8 KB
Original Source
<!-- (Audio) Alice: Perfect! That part about "minimal setup time" really clarifies it. How will you conclude the pitch? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Perfect! That part about "minimal setup time" really BLANK it. How will you BLANK the pitch?

--blanks--

clarifies

--feedback--

This verb means to make something easier to understand or less confusing. It ends with -es.


conclude

--feedback--

This verb means to bring something to an end or finish it properly.

--explanation--

Clarifies means to explain something more clearly or remove confusion. For example:

Adding an example clarifies the idea. – This means it helps others understand the idea better.

Conclude means to end something, often in a thoughtful or planned way. For example:

He will conclude the presentation with a short summary. – This means he will finish the talk by briefly reviewing the key points.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-2.mp3",
      "startTime": 1,
      "startTimestamp": 75.28,
      "finishTimestamp": 80.42
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 6.14,
      "dialogue": {
        "text": "Perfect! That part about 'minimal setup time' really clarifies it. How will you conclude the pitch?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.64
    }
  ]
}