Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679e28d615fa90a3ca9d1d57.md

latest1.9 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 complete the sentence below.

--fillInTheBlank--

--sentence--

If we BLANK the documentation, it will be BLANK for others to follow your work.

--blanks--

improve

--feedback--

This word means to make something better or more effective.


easier

--feedback--

This word is a comparative form of easy, meaning that something will require less effort than before.

--explanation--

To improve means to make something better or more effective. For example:

We need to improve our response time to customer inquiries. - This means making the response time faster or more efficient.

Easier is the comparative form of easy, meaning something will require less effort than before. In this sentence, it suggests that some improvements to the documentation will help the team understand it better. Another example:

Adding labels to the form will make it easier for users to fill out. - This means the labels will help users complete the form with less difficulty.

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