Back to Freecodecamp

Task 26

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

latest1.8 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 mean when he says these cables?

--answers--

He is talking about specific cables he is showing.


He is talking about cables that will arrive next month.

--feedback--

He is talking about cables that are already present, not future deliveries.


He is thinking about cables from another supplier.

--feedback--

Josh doesn't mention a different supplier; he focuses on cables he has now.


He is looking for cables listed in a catalog.

--feedback--

He says these cables, meaning ones that are physically there, not ones in a catalog.

--video-solution--

1

--explanation--

When Josh says these cables, he is referring to specific cables that are physically present and visible.

These is used to point to items that are close to the speaker.

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