Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67e6942c40729ff7b9afe3b8.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 answer the question below.

--questions--

--text--

What does Jessica think of the issue?

--answers--

She believes the issue is serious and must be handled soon.


She thinks the issue will solve itself over time.

--feedback--

Jessica does not say the issue will be solved with time.


She says the issue is not important right now.

--feedback--

Jessica clearly considers the issue serious instead of not important.


She thinks the issue only affects a few users.

--feedback--

Jessica doesn't mention how many users are affected.

--video-solution--

1

--explanation--

To need to do something means that it is necessary or required to take action. Jessica implies that it is important to act fast and solve the issue. Another example:

We need to test the code before releasing it. – This means testing is necessary before release.

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