Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/680b7fd22bef69f0a1f25845.md

latest1.8 KB
Original Source
<!-- (Audio) Josh: No problem at all. I see this item at the top. Do you need many of these, or just a few? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

No problem BLANK. I see this item BLANK . Do you need many of these, or just a few?

--blanks--

at all

--feedback--

This two-word phrase means in any way or to any extent, often used for emphasis in negative sentences.


at the top

--feedback--

This three-word phrase means in the highest position on a list or page.

--explanation--

At all means in any way or to any degree, often used for emphasis in negative sentences. For example:

It wasn't hard at all. – This means it was very easy or simple.

At the top refers to the highest position in a list or layout. It's a common way to refer to the first item. For example:

Her name is at the top of the list. – This means her name is in the first position.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Josh",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 7.8,
      "finishTimestamp": 13.22
    }
  },
  "commands": [
    {
      "character": "Josh",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Josh",
      "startTime": 1,
      "finishTime": 6.42,
      "dialogue": {
        "text": "No problem at all. I see this item at the top. Do you need many of these or just a few?",
        "align": "center"
      }
    },
    {
      "character": "Josh",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}