Back to Freecodecamp

Task 78

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: It's important to deal with these issues early. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's important to BLANK with these issues early.

--blanks--

deal

--feedback--

This means to take care of or manage something, especially a problem or task.

--explanation--

To deal with means to take action to solve or manage a situation or problem. For example:

We need to deal with the customer complaints immediately. – This means the complaints should be addressed and handled as soon as possible.

Early in this context means at a time before something becomes more serious or difficult. For example:

It's better to catch problems early before they get worse. – This means addressing issues at the beginning, rather than waiting until they are bigger problems.

--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": 50.46,
      "finishTimestamp": 52.62
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "It's important to deal with these issues early.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}