Back to Freecodecamp

Task 22

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

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

--questions--

--text--

Why does Sarah want a sample first?

--answers--

To cancel the order completely.

--feedback--

She wants to test the items first, not cancel the order.


To change the supplier.

--feedback--

She doesn't mention switching suppliers.


To check the items before buying many.


To speed up the ordering process.

--feedback--

Requesting a sample usually slows things down to make sure the quality is good.

--video-solution--

3

--explanation--

Sarah asks for a sample before they make a large order, meaning she wants to test or review the items first.

This is common in tech projects to ensure the products meet quality standards before buying in large amounts.

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