Back to Freecodecamp

Task 116

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

latest2.3 KB
Original Source
<!-- (Audio) Jessica: That's good to hear. What about how stable they are? Does the new version work without stopping or crashing? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's good to hear. What about how BLANK they are? Does the new version BLANK stopping or BLANK?

--blanks--

stable

--feedback--

This adjective means reliable and not likely to change or fail suddenly.


work without

--feedback--

This two-word phrase means to function normally, not needing or including something.


crashing

--feedback--

This means a program or system suddenly stops working. It ends with -ing.

--explanation--

Stable means something is steady and dependable, without unexpected changes. For example:

A stable app doesn't freeze or close by itself. – It keeps running properly.

Work without is a common phrase that means something functions while avoiding a problem or need. For example:

The tool works without an internet connection. – It still functions even when offline.

Crashing is when software or a system suddenly stops working. For example:

The browser keeps crashing when I open too many tabs. – It shuts down unexpectedly.

--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": 17.6,
      "finishTimestamp": 22.46
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.6,
      "dialogue": {
        "text": "That's good to hear. What about how stable they are?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 3.64,
      "finishTime": 5.86,
      "dialogue": {
        "text": "Does the new version work without stopping or crashing?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.26
    }
  ]
}