Back to Freecodecamp

Task 85

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675758e09f09139cb34169f9.md

latest1.8 KB
Original Source
<!-- (Audio) Can you coordinate with the IT support team for that? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jake asking Sarah?

--answers--

To solve the problem on her own.

--feedback--

Jake is not asking Sarah to handle the task alone.


To explain the issue to the development team.

--feedback--

Jake doesn't mention the development team.


To update the project manager about the task.

--feedback--

Jake does not mention the project manager in this context.


To work with the IT support team to handle the task.

--video-solution--

4

--explanation--

By focusing on key parts of the sentence, you can determine what Jake is asking Sarah:

Coordinate shows Jake is asking Sarah to organize or collaborate.

With the IT support team specifies who Sarah needs to work with.

For that refers to the task Jake wants her to handle with their help.

This shows Jake is asking Sarah to work with the IT support team to address a specific task.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 36.96,
      "finishTimestamp": 39.6
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "Can you coordinate with the IT support team for that?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.14
    }
  ]
}