Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679789f4abc1cd395fb8f8a1.md

latest1.8 KB
Original Source
<!-- (Audio) Jessica: Thanks, Bob. I'll start making changes right away. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will Jessica probably start changing?

--answers--

She will change her job.

--feedback--

Jessica is not talking about changing her job.


She will rewrite everything completely.

--feedback--

Jessica doesn't mention completely rewriting everything.


She will start improving the documentation.


She will delay making changes until later.

--feedback--

Jessica clearly says she will start making changes right away, indicating she'll do it with no delay.

--video-solution--

3

--explanation--

Making changes means modifying or improving something to make it better or more effective. For example:

The company is making changes to its policies to improve employee satisfaction. - This means the company is adjusting its policies to achieve better outcomes.

In this context, Jessica is likely referring to improving the documentation.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 34.3,
      "finishTimestamp": 36.7
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "Thanks, Bob. I'll start making changes right away.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.9
    }
  ]
}