Back to Freecodecamp

Task 64

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663d6ec0d26560880593fbc2.md

latest1.6 KB
Original Source
<!-- (Audio) Brian: Let me clarify. I believe the documentation is outdated. -->

--description--

Listen to what Brian says and answer the question.

--questions--

--text--

Based on Brian's answer, what seemed to be the real cause for the confusion?

--answers--

A typo in the documentation

--feedback--

He thinks the documentation does not show the most recent decisions.


Someone spilled coffee in the documentation and it's hard to read

--feedback--

In his opinion, the problem resulted from the fact that the documentation is outdated.


The handwriting in the documentation was difficult to read

--feedback--

Documentation should not be handwritten, to begin with. That's not the reason he mentions, either.


The documentation hasn't been updated yet

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 19.86,
      "finishTimestamp": 23.34
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "Let me clarify. I believe the documentation is outdated.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}