Back to Freecodecamp

Task 44

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

latest2.1 KB
Original Source
<!-- (Audio) Jessica: Excuse me, Tom, I'm sorry to interrupt, but I need to bring up an urgent issue with the latest software update. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Excuse me, Tom, I'm sorry to BLANK, but I need to BLANK up an urgent issue with the latest software update.

--blanks--

interrupt

--feedback--

This means to stop someone from continuing what they are doing or saying. It often happens suddenly.


bring

--feedback--

This is part of a phrasal verb that means to start talking about a topic or issue.

--explanation--

To interrupt means to stop someone while they are speaking or doing something. For example:

Sorry to interrupt, but can I ask a quick question? – This means the speaker is politely stopping someone to ask something.

To bring something up means to start talking about a topic, especially one that may be important or serious. For example:

She brought up the idea of changing the team's schedule. – This means she started a conversation about changing the schedule.

--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": 0,
      "finishTimestamp": 5.42
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.32,
      "dialogue": {
        "text": "Excuse me, Tom. I'm sorry to interrupt,",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 3.38,
      "finishTime": 6.42,
      "dialogue": {
        "text": "but I need to bring up an urgent issue with the latest software update.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}