Back to Freecodecamp

Task 113

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6822f68a4d1da601e2cad0e3.md

latest1.9 KB
Original Source
<!-- (Audio) James: It's faster and responds quicker when we do things on it. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's BLANK and BLANK BLANK when we do things on it.

--blanks--

faster

--feedback--

This is the comparative form of fast. It means something happens in less time.


responds

--feedback--

This verb means to react or reply to an action or input. It ends with -s.


quicker

--feedback--

This is the comparative form of quick. It means more rapid or with more speed.

--explanation--

Faster is the comparative form of the adjective fast. It describes when something happens in a shorter amount of time. For example:

The download is faster than before. – The download takes less time.

Responds means to react or give an answer to something. For example:

She responds quickly to messages. – She gives a quick reply or reaction.

Quicker is the comparative form of quick. It means something happens more rapidly. For example:

This tool gives quicker results. – The results come in a shorter time.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 14,
      "finishTimestamp": 16.9
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "It's faster and responds quicker when we do things on it.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}