Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679781d871879a1055bc6086.md

latest2.2 KB
Original Source
<!-- (Audio) Bob: If we improve the documentation, it will be easier for others to follow your work. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Bob think it's important to have good documentation?

--answers--

It will make the documentation unnecessary.

--feedback--

Bob emphasizes improving documentation, not making it unnecessary.


It makes it easier for others to follow your work.


It will save a lot of time for everyone.

--feedback--

While good documentation can save time, Bob specifically talks about helping others follow your work.


It allows others to work without reading the documentation.

--feedback--

Bob's point is that documentation makes it easier for others to follow your work, not avoid reading it.

--video-solution--

2

--explanation--

The structure if + Present Simple tense, will + base verb is used to describe a conditional sentence where a specific action leads to a likely result. For example:

If you practice every day, you will get better at coding. - Practicing daily results in improvement.

To follow someone's work means to understand or keep track of someone's progress, actions, or output. For example:

The new intern is following your work closely to learn from you. - This means the intern is observing and understanding what you do to gain knowledge.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 26.8,
      "finishTimestamp": 31.26
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.46,
      "dialogue": {
        "text": "If we improve the documentation, it will be easier for others to follow your work.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.96
    }
  ]
}