Back to Freecodecamp

Task 69

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It might BLANK their work as well.

--blanks--

impact

--feedback--

This means to affect or influence something, often in a strong or important way.

--explanation--

To impact means to have a strong effect or influence on something. For example:

Poor internet connection can impact productivity. – This means it can negatively affect how well people work.

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