Back to Freecodecamp

Task 21

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

latest2.0 KB
Original Source
<!-- (Audio) Sarah: Could we get a sample of those first before we make a large order? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Could we get a BLANK of BLANK first before we BLANK?

--blanks--

sample

--feedback--

This word means a small amount of something used for testing or checking quality before a full purchase.


those

--feedback--

This word is used to refer to specific items that have already been mentioned or are visible.


make a large order

--feedback--

These four words together mean to request or buy a big quantity of something, usually officially for business or projects.

--explanation--

Sample means a small piece or amount of a product used to test or evaluate it before buying more. For example:

The team requested a sample of the new memory chips before approving the full order. – They wanted to check the quality first.

Make a large order means to place a big purchase request for many items. For example:

We will make a large order of hard drives for the new server installation. – This means buying a big quantity at once for a tech project.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 33.3,
      "finishTimestamp": 35.96
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "Could we get a sample of those first before we make a large order?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.16
    }
  ]
}