Back to Freecodecamp

Task 132

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

latest1.6 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 answer the question below.

--questions--

--text--

What does James say about hiring?

--answers--

They just hired a full new team.

--feedback--

James clearly says they can't hire.


They plan to expand the team next week.

--feedback--

He says nothing about hiring soon.


Hiring is not needed for the smaller projects.

--feedback--

James says they can't hire at all - not that hiring isn't needed.


They can't hire anyone new at the moment.

--video-solution--

4

--explanation--

James explains that it's a tight situation and they can't hire anyone new right now, meaning they're facing resource limits and staffing constraints at this time.

--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
    }
  ]
}