Back to Freecodecamp

Task 7

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

latest2.2 KB
Original Source
<!-- (Audio) Maria: A week earlier? That's quite a tight squeeze, Bob. The team is already working hard. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Maria think it will be difficult to finish the project one week earlier?

--answers--

Because they don't have enough budget.

--feedback--

Maria does not mention budget problems.


Because the deadline has already changed before.

--feedback--

Maria does not talk about previous deadline changes.


Because the client keeps making new requests.

--feedback--

Maria does not say the client is adding new requests.


Because the team is already working hard.

--video-solution--

4

--explanation--

To work hard means to put in a lot of effort. Notice that the adverb for hard in this case is also hard, not hardly. To hardly work means to do almost no work at all, to make little to no effort, which is the opposite of what Maria is saying about the team. For example:

  • She hardly trained for the marathon. - This means she did not make any effort to be prepared for the marathon.

  • She trained hard for the marathon. - This means she put in a lot of effort to prepare.

--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": 11.14
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "A week earlier? That's quite a tight squeeze, Bob.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.88,
      "finishTime": 5.32,
      "dialogue": {
        "text": "The team is already working hard.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.82
    }
  ]
}