Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/680b81ce006f7cf1e149b722.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 complete the sentence below.

--fillInTheBlank--

--sentence--

No problem at all. I see this item at the top. Do you need BLANK or just BLANK?

--blanks--

many of these

--feedback--

This three-word phrase means a large number from a specific group of things or people.


a few

--feedback--

This two-word phrase means a small number of items.

--explanation--

Many of these means a large number of specific items being talked about. For example:

We need many of these parts to finish the job. – This means a high quantity is required.

A few means a small number, but more than one. For example:

I have a few questions. – This means you have a small number of questions.

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