Back to Freecodecamp

Task 36

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

latest1.9 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--

BLANK the highest quality for those connectors BLANK they impact the product's performance significantly.

--blanks--

We'd prefer

--feedback--

These two words mean you would like something more, showing a polite choice or priority. The first word is the contraction for we would. The first letter of the first word is capitalized.


since

--feedback--

This word is used to give a reason or explanation for something.

--explanation--

We'd prefer is a polite way to say what you would like more. For example:

We'd prefer faster processors for the new computers. – This shows a stronger interest in better options.

Since is used to explain the reason behind a decision or situation. For example:

We upgraded the servers since the old ones were too slow. – This shows the cause for making the upgrade.

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