Back to Freecodecamp

Task 5

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

A week earlier? That's BLANK a tight squeeze, Bob.

--blanks--

quite

--feedback--

This word emphasizes the degree of something.

--explanation--

Quite is used to show a high degree of something, often in the sense of excess or difficulty. If you say This is quite a difficult question, you mean that the question is a very difficult one. Another example:

That was quite a challenge to complete on time. - This means that finishing the task on time was very difficult.

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