Back to Freecodecamp

Task 12

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

latest2.0 KB
Original Source
<!-- (Audio) Sarah: Last time, we ordered twenty. This time we might need double that. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, we BLANK twenty. This time we might need BLANK.

--blanks--

Last time

--feedback--

This two-word phrase refers to the most recent past event or situation. The first letter of the first word is capitalized.


ordered

--feedback--

This word means to request or buy something, usually officially or formally. It ends with -ed.


double that

--feedback--

This two-word phrase means twice the amount that was mentioned before.

--explanation--

Last time refers to the most recent event. For example:

Last time we updated the server, we had some downtime. – This indicates during the previous update.

Order means to officially request goods or equipment. Its past form is ordered. For example:

The IT team ordered new laptops for the developers. – This means they placed a request for laptops.

Double that means twice the previous quantity. For example:

Last time we ordered 10 routers; this time we need double that, so 20 routers. – This shows the quantity has increased two times.

--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": 18.14,
      "finishTimestamp": 21.18
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "Last time we ordered 20. This time we might need double that.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.54
    }
  ]
}