Back to Freecodecamp

Task 123

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6823167d9a04f610e58af5c0.md

latest1.8 KB
Original Source
<!-- (Audio) Jessica: The old version was quite good at this, but the new one is even better, right? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The old version was BLANK this, but the new one is BLANK, right?

--blanks--

quite good at

--feedback--

This three-word phrase means fairly skilled or effective at doing something.


even better

--feedback--

This two-word phrase means an improvement over something that is already good.

--explanation--

Quite good at means reasonably or fairly good at doing something. It shows that the performance or quality was above average. For example:

That tool is quite good at handling large files. – It works well, though not perfect.

Even better is a comparative phrase that means one thing is an improvement over another that is already good. For example:

This version is even better than the last one. – The new version has improved features or performance.

--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": 35.12,
      "finishTimestamp": 38.2
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "The old version was quite good at this, but the new one is even better, right?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 4.58
    }
  ]
}