Back to Freecodecamp

Task 68

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

latest2.0 KB
Original Source
<!-- (Audio) Jessica: If you don't mind, I'd like to take a few minutes to explain it to the rest of the team. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jessica asking Tom for permission to do?

--answers--

Leave the meeting to write an email.

--feedback--

She is not asking to leave or send an email.


Take a few minutes to explain the issue to the team.


Check the bug again later in the day.

--feedback--

Jessica doesn't say she wants to check the bug herself.


Assign the task to someone else.

--feedback--

Jessica doesn't mention assigning the task to another person.

--video-solution--

2

--explanation--

If you don't mind is a polite expression used to ask for permission or to suggest something gently. It helps soften the request. For example:

If you don't mind, could I open the window? – This politely asks for permission to open the window without sounding too direct.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-2.mp3",
      "startTime": 1,
      "startTimestamp": 34.42,
      "finishTimestamp": 37.55
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.73,
      "dialogue": {
        "text": "If you don't mind, I'd like to take a few minutes",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 2.73,
      "finishTime": 4.13,
      "dialogue": {
        "text": "to explain it to the rest of the team.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 4.63
    }
  ]
}