Back to Freecodecamp

Task 79

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why is Tom thankful for Jessica bringing up the issue during the meeting?

--answers--

Because addressing the issue early is important.


Because the issue is not serious at the moment.

--feedback--

Tom is not saying the issue is not serious.


Because he thinks Jessica should not have mentioned the issue.

--feedback--

Tom actually appreciates Jessica bringing up the issue.


Because the issue will solve itself without intervention.

--feedback--

Tom does not say it is important to wait for it to resolve on its own.

--video-solution--

1

--explanation--

It's important to + verb (infinitive) is used to show that some action is necessary or has a high value. This structure often introduces the idea of what should be done or considered in various situations. For example:

It's important to listen to everyone's opinion. – This means listening to opinions is necessary or valuable.

--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
    }
  ]
}