Back to Freecodecamp

Task 29

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

latest1.9 KB
Original Source
<!-- (Audio) Sarah: We need something longer. Maybe twice as long as the ones we got before. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We need something BLANK. Maybe BLANK BLANK the ones we got before.

--blanks--

longer

--feedback--

This word means having more length than something else.


twice

--feedback--

This word means two times the amount or size.


as long as

--feedback--

This three-word phrase is used to compare the length of two things, showing they are the same in size.

--explanation--

Longer means having more distance from end to end. For example:

We need longer cables to reach the new server racks. – This means cables with more length.

Twice means two times the amount. For example:

We ordered twice the number of processors this time. – This means double the quantity.

As long as is used for direct comparison in length. For example:

The new cable is as long as the room. – This shows the cable's length matches the size of the room.

--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": 45.08,
      "finishTimestamp": 48.6
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "We need something longer, maybe twice as long as the ones we got before.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.02
    }
  ]
}