Back to Freecodecamp

Task 76

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

latest1.5 KB
Original Source
<!-- (Audio) Tom: No problem. Thanks for bringing this up. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

No problem. Thanks for BLANK this up.

--blanks--

bringing

--feedback--

This is part of a phrasal verb that means to start talking about a topic or issue. Use the -ing form.

--explanation--

To bring something up means to mention or introduce a topic for discussion, especially in a conversation or meeting. It's often used when introducing a new or important issue. For example:

She brought up the idea of changing the project deadline. – This means she started a conversation about changing the deadline.

--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": 48.32,
      "finishTimestamp": 50.3
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.98,
      "dialogue": {
        "text": "No problem. Thanks for bringing this up.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.48
    }
  ]
}