Back to Freecodecamp

Task 90

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678f2cde94bd54080ec7f081.md

latest1.6 KB
Original Source
<!-- (audio) Lisa: I've heard that their customer service isn't as responsive. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I've heard that their customer service isn't BLANK BLANK.

--blanks--

as

--feedback--

This word is used in comparisons.


responsive

--feedback--

This word means reacting quickly or positively to a request.

--explanation--

As is used in comparisons to show equality or similarity. For example:

Their support isn't as fast as ours. - This means their support is not as quick as yours.

Responsive refers to how quickly and effectively something or someone reacts. For example:

The system is very responsive. - This means the system reacts quickly to commands or inputs.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-3.mp3",
      "startTime": 1,
      "startTimestamp": 39.52,
      "finishTimestamp": 42.04
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "I've heard that their customer service isn't as responsive.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}