Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/learn-how-to-share-feedback/6797577b262edfb4de0b8e1c.md

latest2.5 KB
Original Source
<!-- (Audio) Jessica: I understand. I've been focusing more on the testing, but I see how better documentation could help the team. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What made Jessica focus less on the documentation?

--answers--

She thought the documentation was already perfect.

--feedback--

Jessica doesn't mention that she thought the documentation was perfect.


She didn't think documentation was important.

--feedback--

Jessica doesn't imply that documentation is unimportant. She acknowledges how it could help the team.


She has been focusing more on the testing.


She didn't know the team needed documentation.

--feedback--

Jessica doesn't say that she was unaware of the team's need for documentation.

--video-solution--

3

--explanation--

The structure how + comparative adjective is used to emphasize or evaluate the degree or extent of something in comparison to another thing. For example:

  • I see how better documentation could help the team. - This shows Jessica understands the benefits of improved documentation.

  • He realized how faster responses could improve customer satisfaction. - This emphasizes the impact of quicker responses.

The verb focus means to give attention or effort to something specific. For example:

She is focusing on learning new skills for her career. - This means she is directing her attention toward improving her skills.

--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": 20.02,
      "finishTimestamp": 25.14
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "I understand. I've been focusing more on the testing,",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 3.76,
      "finishTime": 6.12,
      "dialogue": {
        "text": "but I see how better documentation could help the team.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.62
    }
  ]
}