Back to Freecodecamp

Task 133

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68246553be17182f57e418f8.md

latest2.4 KB
Original Source
<!-- (Audio) Jessica: That's a good improvement. Have people reported fewer problems with this new version? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a good BLANK. BLANK people BLANK BLANK problems with this new version?

--blanks--

improvement

--feedback--

This noun means a change that makes something better.


Have

--feedback--

This is the auxiliary verb used to form a Present Perfect question. The first letter is capitalized.


reported

--feedback--

This verb means to give information about something, especially to share a problem or result. It ends with -ed.


fewer

--feedback--

This word is used to compare countable things, showing a smaller number than before.

--explanation--

Improvement means a positive change that makes something work better or look better. For example:

The update was a big improvement. – It made the product better.

Have is used as a helping verb in the Present Perfect tense to ask about past actions connected to the present. For example:

Have you tested the new version? – This asks if something happened before now.

Reported means someone told or gave information about something, especially problems or results. For example:

Users reported an issue with the login page. – They informed someone about it.

Fewer is a comparative word used with countable nouns to mean a smaller number. For example:

There were fewer errors in the latest release. – The number of errors is smaller compared to before.

--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": 59.38,
      "finishTimestamp": 63.28
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.9,
      "dialogue": {
        "text": "That's a good improvement. Have people reported fewer problems with this new version?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.4
    }
  ]
}