Back to Freecodecamp

Task 13

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: They're crucial for our new design. Last time, we ordered twenty. This time we might need double that. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah suggest about the new order?

--answers--

They will cancel the order.

--feedback--

She talks about needing more, not canceling anything.


They will order fewer items.

--feedback--

She says they might need double, not fewer.


They might order twice as many.


They have already received the items.

--feedback--

Sarah talks about planning the order, not receiving it.

--video-solution--

3

--explanation--

Sarah says, This time we might need double that.

Double that means twice the previous amount.

Since they ordered twenty before, now they might order forty.

--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": 16.16,
      "finishTimestamp": 21.18
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.46,
      "dialogue": {
        "text": "They're crucial for our new design.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.98,
      "finishTime": 6.02,
      "dialogue": {
        "text": "Last time we ordered 20. This time we might need double that.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.52
    }
  ]
}