Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/680cabb531804f1d1a0f5c4b.md

latest2.4 KB
Original Source
<!-- (Audio) Sarah: Those are the ones. But, we found something even better in your catalog, these high-capacity ones here. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK are BLANK. But, we found something BLANK in your BLANK, these high-capacity ones here.

--blanks--

Those

--feedback--

This word is used to point to specific items that are not very close. The first letter is capitalized.


the ones

--feedback--

This two-word phrase refers back to specific items already mentioned or shown.


even better

--feedback--

This two-word phrase means an improvement that is greater than something already considered good.


catalog

--feedback--

This word means a list or collection of items available, often shown in a book, website, or file.

--explanation--

The ones is used to refer to particular items that have already been discussed or seen. For example:

These are the ones we selected for the project. – This points to specific selected items.

Even better means something is an improvement compared to another good option. For example:

We thought the laptop was good, but we found something even better with more power. – This shows finding a stronger or more advanced option.

Catalog is a collection or organized list of products, usually in a document, online system, or printed book. For example:

We checked the supplier's catalog for new network cables. – This means reviewing a list of available items to choose from.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 27.3,
      "finishTimestamp": 32.68
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.38,
      "dialogue": {
        "text": "Those are the ones, but we found something even better in your catalog, these high-capacity ones here.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.88
    }
  ]
}