Back to Freecodecamp

Task 127

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68241aa270bff12511c18a43.md

latest1.4 KB
Original Source
<!-- (Audio) Jessica: That's good. And installing it, is it faster now? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's good. And BLANK it, is it faster now?

--blanks--

installing

--feedback--

This is the process of setting up software so it can run on a device. It ends with -ing.

--explanation--

Installing is the action of putting a program or app onto a device so it can be used. For example:

I'm installing the new update on my laptop. – This means the update is being set up so the system can use it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 47.52,
      "finishTimestamp": 49.94
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "That's good. And installing it, is it faster now?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.92
    }
  ]
}