Back to Freecodecamp

Task 118

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68230d149b574a0aee826cf5.md

latest2.1 KB
Original Source
<!-- (Audio) James: The new version is much more stable. We've seen fewer problems and it doesn't stop working as much. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The new version is BLANK. We've seen BLANK problems and it doesn't stop working BLANK.

--blanks--

much more stable

--feedback--

This three-word phrase means significantly more reliable and less likely to crash or fail.


fewer

--feedback--

This word means a smaller number of things, usually countable items.


as much

--feedback--

This two-word phrase refers to the same quantity, degree, or extent.

--explanation--

Much more stable means something is a lot more steady and dependable than before. For example:

The new server is much more stable than the old one. – It crashes less and works more reliably.

Fewer is the comparative form of few. It's used to show a smaller number of countable things. For example:

We had fewer bugs in this release. – The number of bugs was smaller than before.

As much means an equal or similar amount or degree. For example:

The app doesn't freeze as much now. – It freezes less often than it did before.

--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": 22.82,
      "finishTimestamp": 28.28
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.46,
      "dialogue": {
        "text": "The new version is much more stable. We've seen fewer problems and it doesn't stop working as much.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.96
    }
  ]
}