Back to Freecodecamp

Task 62

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

latest2.4 KB
Original Source
<!-- (Audio) Maria: Bob mentioned that the client wants us to finish the project a week earlier. How do you think they will feel about that? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria want to know?

--answers--

If the client will change the deadline again.

--feedback--

Maria is not asking about the client's request.


How Bob feels about the deadline change.

--feedback--

Maria already knows what Bob said.


Whether James agrees with the deadline change.

--feedback--

Maria is not asking about James's opinion alone.


How the team members will react to the deadline change.

--video-solution--

4

--explanation--

In this sentence, Maria uses they to refer to the members of the team. Earlier in the conversation, she mentioned the team and used a singular verb when she said I need to understand how the team feels about the new project deadline. Now, she refers to the people individually, so she switches to they. Another example:

  • The committee decides on the rules. - Notice the usage of the verb in the singular to refer to the group as a whole.

  • They discuss the rules before making a decision. - There is a switch to emphasize the individuals in the group (the members of the committee), so the plural is used.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 9.14,
      "finishTimestamp": 14.62
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "Bob mentioned that the client wants us to finish the project a week earlier.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.8,
      "finishTime": 6.48,
      "dialogue": {
        "text": "How do you think they will feel about that?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.98
    }
  ]
}