Back to Freecodecamp

Task 32

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

latest1.8 KB
Original Source
<!-- (Audio) Josh: Understood. I'll check what lengths we have in stock. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. I'll check what lengths we have BLANK.

--blanks--

Understood

--feedback--

This word is used to show that you accept and agree with what was said. It's the past participle of understand. The first letter is capitalized.


in stock

--feedback--

This two-word phrase means available and ready to be used or sold.

--explanation--

Understood means someone has received the information clearly and agrees with it. For example:

Understood. I'll update the server settings right away. – This shows acceptance and readiness to act.

In stock means items are currently available in a warehouse, store, or inventory. For example:

We have several high-speed routers in stock for immediate delivery. – This means the routers are ready to be shipped without delay.

--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": 48.8,
      "finishTimestamp": 51.52
    }
  },
  "commands": [
    {
      "character": "Josh",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Josh",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "Understood. I'll check what lengths we have in stock.",
        "align": "center"
      }
    },
    {
      "character": "Josh",
      "opacity": 0,
      "startTime": 4.22
    }
  ]
}