Back to Freecodecamp

Task 38

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

latest2.0 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 complete the sentence below.

--fillInTheBlank--

--sentence--

We'd prefer the highest quality for those connectors since they BLANK the product's BLANK BLANK.

--blanks--

impact

--feedback--

This word means to have a strong effect on something.


performance

--feedback--

This word refers to how well something works or operates.


significantly

--feedback--

This word means in a big or important way, not just a little.

--explanation--

Impact means to strongly affect the way something happens or works. For example:

The quality of the processor will impact the speed of the laptop. – This means the processor affects how fast the laptop runs.

Performance describes how well a device or system functions. For example:

The server's performance improved after the update – This means it started working better.

Significantly means in a major or important way. For example:

The new software significantly reduced loading times – This means it made a big improvement.

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