Back to Freecodecamp

Task 131

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6814abbd3890c217b35cc94a.md

latest1.5 KB
Original Source
<!-- (Audio) James: It's a tight situation. We can't hire anyone new right now either. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's BLANK. We can't hire anyone new right now either.

--blanks--

a tight situation

--feedback--

This refers to a stressful situation. Don't forget to use an article if necessary.

--explanation--

A tight situation is a common phrase that means a difficult or limited situation - usually involving time, money, or people. For example:

  • Person 1: We only have two days left to finish everything.

  • Person 2: Yeah, it's a tight situation. - There's little time, which makes it difficult and stressful.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 35.24,
      "finishTimestamp": 39.22
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.98,
      "dialogue": {
        "text": "It's a tight situation. We can't hire anyone new right now either.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.48
    }
  ]
}