Back to Freecodecamp

Task 111

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

latest1.8 KB
Original Source
<!-- (Audio) Maria: They're feeling quite overwhelmed with the extra workload. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does the team feel and why?

--answers--

They feel relaxed because they have fewer tasks.

--feedback--

Maria suggests the team is not at all relaxed.


They feel excited because they enjoy the challenge.

--feedback--

Maria does not imply the team is excited.


They feel uncertain because the deadline is flexible.

--feedback--

Maria does not mention a flexible deadline.


They feel very stressed because they have too much to do.

--video-solution--

4

--explanation--

Quite is an intensifier that means rather or very, depending on context. It is used to emphasize the adjective that follows it. For example:

  • The task is quite difficult. - This means it is rather or very difficult, depending on emphasis.

  • She was quite tired after the long day. - This means she was very tired, but not completely exhausted.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 9.04,
      "finishTimestamp": 11.24
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "They're feeling quite overwhelmed with the extra workload.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.7
    }
  ]
}