Back to Freecodecamp

Task 4

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

latest2.2 KB
Original Source
<!-- (Audio) Bob: The client is asking if we can finish a week earlier. What do you think? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob say the client wants the team to do?

--answers--

Deliver the final report.

--feedback--

Bob does not mention a final report.


Change the project scope.

--feedback--

Bob does not talk about changing the project scope.


Finish the project a week earlier.


Hire more people for the project.

--feedback--

Bob does not mention hiring more people.

--video-solution--

3

--explanation--

When reporting a question - in other words, when telling another person about a question that was made to you - you can use if to introduce an indirect speech. This is common when turning yes/no questions into statements.

For instance, if your mother asks Can you pass me the salt? to another person in the family at lunch time, and you notice that person did not hear, you could probably tell this other person Mom asked if you can pass her the salt.

Notice the change from the interrogative to the affirmative form and the change from pass me the salt to pass her the salt, since you are reporting what another person said. Another example:

  • Original question: Does the team have enough time to complete the task?

  • Reported question: She asked me if the team has enough time to complete the task.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 3,
      "finishTimestamp": 6.42
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.42,
      "dialogue": {
        "text": "The client is asking if we can finish a week earlier. What do you think?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.92
    }
  ]
}