Back to Freecodecamp

Task 65

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67e6973adef9de093aac193d.md

latest2.0 KB
Original Source
<!-- (Audio) Tom: I understand. Do we need to inform the rest of the team, or can we handle it here? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I understand. Do we need to inform the BLANK of the team, or can we BLANK it here?

--blanks--

rest

--feedback--

This refers to the remaining part of a group or thing — in this case, the other members of the team.


handle

--feedback--

This means to manage or take care of a task or situation.

--explanation--

The rest of something means the remaining part or people not yet mentioned. For example:

She finished the report and emailed the rest of the documents. – This means she sent the remaining documents that hadn't been sent yet.

To handle something means to take responsibility for or deal with a task or problem. For example:

I'll handle the client meeting this afternoon. – This means the speaker will take care of the meeting.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-2.mp3",
      "startTime": 1,
      "startTimestamp": 29.38,
      "finishTimestamp": 33.92
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 1.44,
      "dialogue": {
        "text": "I understand.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 2.4,
      "finishTime": 5.54,
      "dialogue": {
        "text": "Do we need to inform the rest of the team, or can we handle it here?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}