Back to Freecodecamp

Task 30

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: Yes, those cables were a bit short last time. We need something longer. Maybe twice as long as the ones we got before. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

If Sarah wants to avoid the same problem as last time, what should she do?

--answers--

Order even shorter cables.

--feedback--

The cables were already too short last time.


Cancel the cable order completely.

--feedback--

She still needs cables, just longer ones.


Order the exact same cables again.

--feedback--

She says the old ones were too short, so she wants a different size.


Order cables that are about twice as long.

--video-solution--

4

--explanation--

Sarah says the previous cables were a bit short and suggests getting ones that are twice as long as the ones they got before.

To avoid the same problem, she plans to order longer cables this time.

--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": 45.08,
      "finishTimestamp": 48.6
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "We need something longer, maybe twice as long as the ones we got before.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.02
    }
  ]
}