Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c47b77c532ac4fe563d36d.md

latest1.8 KB
Original Source
<!-- (Audio) Maria: A week earlier? That's quite a tight squeeze, Bob. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria think about finishing the project one week earlier?

--answers--

It will be very difficult to manage.


She is excited about the challenge.

--feedback--

Maria does not sound excited about the situation.


It will be easy if they work harder.

--feedback--

Maria suggests it will be difficult, not easy.


She thinks they should delay the project.

--feedback--

Maria does not mention delaying the project.

--video-solution--

1

--explanation--

A tight squeeze literally means a small space where something barely fits. In this context, however, it is a metaphor meaning something is difficult to accomplish in a short amount of time. For example:

Finishing this report by noon is going to be a tight squeeze. - This means it will be difficult to complete the report before noon.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 6.82,
      "finishTimestamp": 9.32
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "A week earlier? That's quite a tight squeeze, Bob.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.0
    }
  ]
}