Back to Freecodecamp

Task 56

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6810d07795f57100ceb6039e.md

latest1.9 KB
Original Source
<!-- (Audio) Jake: Alright, Alice, here's how I plan to start the pitch. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, Alice, BLANK how I plan to start the BLANK.

--blanks--

Alright

--feedback--

This is a casual way to get someone's attention and means ok or let's begin. The first letter is capitalized.


here's

--feedback--

This is the contraction of here is, used to introduce or present something.


pitch

--feedback--

This word means a presentation or talk, often to sell an idea or product.

--explanation--

Alright is a casual way to start speaking and get someone's attention. For example:

Alright, let's get started. - It shows you are ready to begin.

Here's is the contraction of here is. You can use it to introduce or present something. For example:

Here's the report you asked for. - You're showing the report to someone.

Pitch often means a short presentation to promote or explain something. For example:

She gave a pitch to investors. - This means she made a business presentation.

--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": 0,
      "finishTimestamp": 3.18
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "All right, Alice, here's how I plan to start the pitch.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}