Back to Freecodecamp

Task 10

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: We're actually looking for quite a few of those. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah say about the number they need?

--answers--

They only need one or two.

--feedback--

She says they need more than just one or two.


They need quite a few.


They don't need any.

--feedback--

She says they are looking for items, so they do need some.


They are still deciding how many they need.

--feedback--

Sarah sounds sure about the quantity; she is not deciding.

--video-solution--

2

--explanation--

Sarah says, We're actually looking for quite a few of those.

Quite a few means a fairly large number, not just one or two.

It shows that they already know they need many.

--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": 13.82,
      "finishTimestamp": 15.86
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.04,
      "dialogue": {
        "text": "We're actually looking for quite a few of those.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.54
    }
  ]
}