Back to Freecodecamp

Task 141

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68246ff8eb88263c8ef5496c.md

latest1.8 KB
Original Source
<!-- (Audio) James: We've made sure it can grow as more users join without slowing down. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We've BLANK it can grow BLANK more users join without slowing down.

--blanks--

made sure

--feedback--

This two-word phrase means to check or confirm that something is correct or will work. The first word is the Past Participle form of make.


as

--feedback--

This word means when something happens at the same time.

--explanation--

Made sure means to take action to confirm that something is true or functioning correctly. For example:

They made sure the software was ready before launch. – They checked everything worked properly.

As is used to describe something happening at the same time as another action. For example:

The system adds more resources as demand increases. – It adjusts while more people start using it.

--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": 81.18,
      "finishTimestamp": 86.08
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.9,
      "dialogue": {
        "text": "We've made sure it can grow as more users join without slowing down.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.4
    }
  ]
}