Back to Freecodecamp

Task 99

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6821f4e040dca26b8f1c440d.md

latest1.7 KB
Original Source
<!-- (Audio) Jake: I feel much more confident about delivering this pitch now. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I feel BLANK about BLANK this pitch now.

--blanks--

much more confident

--feedback--

These three words together mean having a stronger feeling of belief or certainty in yourself.


delivering

--feedback--

This verb means giving or presenting something, such as a speech or pitch, to an audience. It ends with -ing.

--explanation--

Much more confident means having a stronger belief in your ability than before. For example:

After practicing, she felt much more confident before her presentation. – This shows she felt more sure of herself.

Delivering means giving or presenting something to others. For example:

He is delivering a sales pitch tomorrow. – This means he will present it to an audience.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-2.mp3",
      "startTime": 1,
      "startTimestamp": 110.59,
      "finishTimestamp": 114.58
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.34,
      "dialogue": {
        "text": "I feel much more confident about delivering this pitch now.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.84
    }
  ]
}