Back to Freecodecamp

Task 130

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/682458ca5e12902a7432c75d.md

latest2.2 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 much quicker. It's easy for users to start using it immediately after they download it. The BLANK is simple, which BLANK.

--blanks--

setup

--feedback--

This noun refers to the process of preparing software or a system so it's ready to use.


helps a lot

--feedback--

This three-word phrase means something is very useful or makes things much easier. The first word ends with -s.

--explanation--

Setup means the process of getting something ready to use, especially when installing or configuring software. For example:

The setup only takes a few steps. – It's easy to prepare and start using the program.

Helps a lot means it gives a big advantage or support, making something easier or better. For example:

Clear instructions help a lot during installation. – They make the process simpler and less stressful.

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