Back to Freecodecamp

Task 93

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6820a9017367b4464a0d38e9.md

latest2.1 KB
Original Source
<!-- (Audio) Alice: That's a strong ending. It reassures that the product is a long-term solution. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a BLANK. It BLANK that the product is a BLANK solution.

--blanks--

strong ending

--feedback--

This two-word phrase means a powerful or effective final statement that leaves a good impression.


reassures

--feedback--

This verb means to make someone feel more confident or less worried. It ends with -s.


long-term

--feedback--

This adjective means lasting or planned for an extended period of time. This is a compound word. Remember to use -.

--explanation--

Strong ending refers to a final message that leaves a clear, confident impression. For example:

Her speech had a strong ending that inspired the audience. – This means it ended in a powerful way.

Reassures means making someone feel more certain, calm, or confident. For example:

The doctor reassures the patient that recovery will be smooth. – This means the doctor helps the patient feel less worried.

Long-term describes something that continues over a long period of time. For example:

They're looking for a long-term solution, not a quick fix. – This means something that works well far into the future.

--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": 95.6,
      "finishTimestamp": 99.92
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.32,
      "dialogue": {
        "text": "That's a strong ending. It reassures that the product is a long-term solution.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.82
    }
  ]
}