Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/learn-how-to-share-feedback/6789761768ac33da9225f6fa.md

latest2.1 KB
Original Source
<!-- (audio) Bob: However, I've noticed that your documentation isn't always complete. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, I've noticed that your BLANK isn't always complete.

--blanks--

However

--feedback--

You use this word to contrast the current statement with the previous idea or situation. Don't forget to capitalize as it is in the beginning of a sentence.


documentation

--feedback--

This word has to do with written materials that provide information or instructions about a system, process, or product.

--explanation--

However is a transition word used at the beginning of a sentence to introduce a contrasting idea. For example:

The task seemed easy. However, it turned out to be quite challenging. - Here, however contrasts the initial expectation with the reality.

Documentation refers to written or digital records that explain or detail a specific process, product, or system. For example:

The team updated the project documentation to include the new features. - In this case, documentation refers to records about the project.

In this context, Bob first praises Jessica's work. Then, he contrasts the initial praise with a point for improvement.

--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": 11.7,
      "finishTimestamp": 14.92
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.22,
      "dialogue": {
        "text": "However, I've noticed that your documentation isn't always complete.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.72
    }
  ]
}