Back to Freecodecamp

Task 70

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

latest1.7 KB
Original Source
<!-- (Audio) Jessica: It might impact their work as well. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jessica think the issue will also do?

--answers--

Help the rest of the team finish faster.

--feedback--

Jessica is warning about a negative effect, not a benefit.


Make the update easier to explain.

--feedback--

Jessica isn't talking about how easy it is to explain something.


Fix a problem they had before.

--feedback--

She says the issue might cause problems, not fix them.


Affect the rest of the team's work too.

--video-solution--

4

--explanation--

As well means the same as also or too. It's used to show that something applies to an additional person or thing. For example:

She's joining the project as well. – This means the other person is joining the project, too.

--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": 37.78,
      "finishTimestamp": 39.38
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.6,
      "dialogue": {
        "text": "It might impact their work as well.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.1
    }
  ]
}