Back to Freecodecamp

Task 25

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

latest1.5 KB
Original Source
<!-- (Audio) Josh: How about these cables? You mentioned needing more than usual. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

How about BLANK cables? You mentioned needing BLANK.

--blanks--

these

--feedback--

This word is used to point to items that are close to the speaker.


more than usual

--feedback--

This three-word phrase means a larger amount than what is normally needed or expected.

--explanation--

More than usual means a greater quantity compared to the regular amount. For example:

We needed more than usual server racks for the new data center. – This means the project required a higher number of racks than normal.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Josh",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 39.08,
      "finishTimestamp": 42.24
    }
  },
  "commands": [
    {
      "character": "Josh",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Josh",
      "startTime": 1,
      "finishTime": 4.16,
      "dialogue": {
        "text": "How about these cables? You mentioned needing more than usual.",
        "align": "center"
      }
    },
    {
      "character": "Josh",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}