Back to Freecodecamp

Task 37

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: We'd prefer the highest quality for those connectors since they impact the product's performance significantly. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

In Sarah's sentence, what do those and they refer to?

--answers--

The company's customers.

--feedback--

She is talking about parts, not people.


The delivery schedule.

--feedback--

She doesn't mention anything about deliveries or timing.


The connectors.


The technical manuals.

--feedback--

Sarah talks about parts that affect product performance, not manuals.

--video-solution--

3

--explanation--

In the audio, those and they both refer to the connectors.

Sarah explains that these parts are important because they impact the product's performance significantly.

--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": 58.24,
      "finishTimestamp": 63.04
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.8,
      "dialogue": {
        "text": "We'd prefer the highest quality for those connectors since they impact the product's performance significantly.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.3
    }
  ]
}