Back to Freecodecamp

Task 71

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

latest2.1 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. It might impact their work as well. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which of the answers below could Tom use to authorize Jessica to do what she'd like to do?

--answers--

That's fine. Go ahead.

--audio-id--

EN6bd34c63


Let's talk about it some other time.

--audio-id--

ENe37a9114

--feedback--

This delays the conversation and doesn't give her permission.

--video-solution--

1

--explanation--

Go ahead is a phrase used to give someone permission to begin or continue with something. It shows approval in a friendly way. For example:

  • Person 1: Can I ask a question? — This person is asking for authorization to do something.

  • Person 2: Sure, go ahead. – This means person 1 is allowed to ask their question now.

--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": 39.38
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.86,
      "dialogue": {
        "text": "If you don't mind, I'd like to take a few minutes",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 2.86,
      "finishTime": 4.26,
      "dialogue": {
        "text": "to explain it to the rest of the team.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 4.36,
      "finishTime": 5.96,
      "dialogue": {
        "text": "It might impact their work as well.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.46
    }
  ]
}