Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-how-to-share-feedback/6796efad69e398176ad3ebc8.md

latest2.1 KB
Original Source
<!-- (Audio) Bob: If the documentation isn't detailed enough, it can cause problems later. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What might happen if the documentation isn't sufficiently detailed?

--answers--

The documentation will improve automatically.

--feedback--

Bob is saying that insufficient documentation could cause problems, not that it will improve.


Nothing will happen at all.

--feedback--

Bob clearly states that issues may arise if the documentation isn't detailed enough.


People will ignore the documentation completely.

--feedback--

Bob is focusing on the potential for problems, not on people ignoring the documentation.


It can cause problems later.

--video-solution--

4

--explanation--

The First Conditional is used to talk about real or possible situations in the future and their likely results. It follows the structure if + Present Simple tense for the condition, and will or can + base verb for the result. For example:

  • If you study hard, you will pass the exam. - This describes a possible situation and its result.

  • If it rains tomorrow, we can cancel the picnic. - This explains what might happen if a condition (rain) occurs.

--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": 14.94,
      "finishTimestamp": 18.66
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "If the documentation isn't detailed enough, it can cause problems later.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.22
    }
  ]
}