Back to Freecodecamp

Task 88

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68134330fafeb70627fcd498.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Agreed. We're a little short on testers right now. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Agreed. We're BLANK testers right now.

--blanks--

a little short on

--feedback--

This four-word phrase means not having enough of something but not by a large amount.

--explanation--

A little short on is an informal phrase that means not having quite enough of something. It suggests a small lack, not a major shortage. For example:

  • We're a little short on time, so let's keep the meeting brief. - The team doesn't have much time available.

  • The project is a little short on resources to finish by Friday. - It doesn't have enough tools, money, or people to be completed on time.

It's softer and less serious than saying we don't have enough.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 54.72,
      "finishTimestamp": 57.5
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.78,
      "dialogue": {
        "text": "Agreed. We're a little short on testers right now.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.28
    }
  ]
}