Back to Freecodecamp

Task 62

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

latest1.8 KB
Original Source
<!-- (Audio) Jessica: It's a serious issue, and we need to address it quickly. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's a serious issue, and we need to BLANK it BLANK.

--blanks--

address

--feedback--

This means to deal with or take action to solve a problem.


quickly

--feedback--

This means to do something fast or without delay.

--explanation--

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

We need to address the login error before users report it. – This means action needs to be taken to fix the issue.

Quickly expresses how fast something is done. Quick, on the other hand, simply describes something as being fast. For example:

  • She responded quickly to the email. – You use quickly to describe how fast she responded to the email.

  • It was a quick meeting. – Here, you are describing the meeting itself as having taken a short, reasonable time.

--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": 26.8,
      "finishTimestamp": 29.18
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "It's a serious issue, and we need to address it quickly.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.88
    }
  ]
}