Back to Freecodecamp

Task 8

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

latest1.7 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 answer the question below.

--questions--

--text--

What is Josh trying to find out?

--answers--

How many items are needed.


If the item is at the bottom of the list.

--feedback--

He says it's at the top, so this isn't his question.


Whether the item is available in the warehouse.

--feedback--

He's asking about quantity, not availability.


Who added the item to the list.

--feedback--

He doesn't ask about who added it, only how many are needed.

--video-solution--

1

--explanation--

Josh says, Do you need many of these, or just a few? This shows he is asking about the quantity needed.

The correct answer relates to how many items are required, not their position, availability, or origin.

--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
    }
  ]
}