Back to Freecodecamp

Task 129

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68244d431a3e2627edad53cd.md

latest2.4 KB
Original Source
<!-- (Audio) James: Yes, it now installs much quicker. It's easy for users to start using it immediately after they download it. The setup is simple, which helps a lot. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, it now installs BLANK. It's easy for users to start using it BLANK after they BLANK it. The setup is simple, which helps a lot.

--blanks--

much quicker

--feedback--

This two-word phrase means significantly faster.


immediately

--feedback--

This adverb means without delay and at once.


download

--feedback--

This verb means to transfer a file or software from the internet to a device.

--explanation--

Much quicker is a comparative phrase where much emphasizes the adjective quicker, showing a large improvement in speed. For example:

The app starts much quicker after the update. – It now opens significantly faster.

Immediately means something happens right away, with no waiting time. For example:

You can use the tool immediately after installation. – There is no delay between installing and using it.

Download refers to getting data or a program from the internet to your device. For example:

They downloaded the software from the company website. – The program was transferred to their computer.

--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": 50.42,
      "finishTimestamp": 58.42
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.64,
      "dialogue": {
        "text": "Yes, it now installs much quicker. It's easier for users to start using it immediately after they download it.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 6.64,
      "finishTime": 9,
      "dialogue": {
        "text": "The setup is simple, which helps a lot.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 9.5
    }
  ]
}