Back to Freecodecamp

Task 81

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c794c143ee670871713755.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: I'll bring it up again and see if I can convince him. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll BLANK it up again and see if I can BLANK him.

--blanks--

bring

--feedback--

This means to mention or introduce a topic in conversation.


convince

--feedback--

This means to persuade someone to agree or take action.

--explanation--

To bring something up means to mention or introduce a topic in conversation. For example:

She brought up the issue during the meeting. - This means she introduced the topic for discussion.

To convince someone means to persuade them to agree or take action. For example:

He convinced his manager to approve the new budget. - This means he persuaded his manager to say yes.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 43.98,
      "finishTimestamp": 46.1
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.12,
      "dialogue": {
        "text": "I'll bring it up again and see if I can convince him.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.62
    }
  ]
}