Back to Freecodecamp

Task 27

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

latest1.6 KB
Original Source
<!-- (Audio) Josh: How about these cables? You mentioned needing more than usual. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Josh say about the cables?

--answers--

They are not needed anymore.

--feedback--

Josh talks about needing more, not canceling the need.


He is offering some because more are needed.


He is asking if the cables are broken.

--feedback--

Josh doesn't mention anything about the cables being damaged.


He is suggesting to use fewer cables.

--feedback--

Josh mentions a need for more, not fewer.

--video-solution--

2

--explanation--

Josh offers the cables because he remembers that more are needed than usual.

More than usual shows that the need is bigger this time compared to normal.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Josh",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 39.08,
      "finishTimestamp": 42.24
    }
  },
  "commands": [
    {
      "character": "Josh",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Josh",
      "startTime": 1,
      "finishTime": 4.16,
      "dialogue": {
        "text": "How about these cables? You mentioned needing more than usual.",
        "align": "center"
      }
    },
    {
      "character": "Josh",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}