Back to Freecodecamp

Task 56

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

latest2.1 KB
Original Source
<!-- (Audio) Jessica: And I thought you'd want to know about it before we proceed further. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why did Jessica believe it was important to interrupt what Tom was doing to talk about the bug?

--answers--

She thought Tom would want to know about the issue before moving forward with their work.


She wanted to make sure Tom knew about the bug after finishing the task.

--feedback--

Jessica did not want to wait until Tom and his team finished the task.


She didn't think it was important, but still wanted to mention it.

--feedback--

Jessica says she thought it was important.


She thought the issue was minor and could be discussed later.

--feedback--

Jessica believed the issue needed to be addressed.

--video-solution--

1

--explanation--

Further in this context means continuing or advancing to the next stage of something. For example:

Let's discuss the details before we move further with the project. – This means to talk about the details before continuing with the project.

--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": 15.58,
      "finishTimestamp": 18
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.38,
      "dialogue": {
        "text": "And I thought you'd want to know about it",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 2.38,
      "finishTime": 3.42,
      "dialogue": {
        "text": "before we proceed further.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.92
    }
  ]
}