Back to Freecodecamp

Task 65

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

latest1.9 KB
Original Source
<!-- (Audio) Brian: I believe the documentation is outdated. We discussed it yesterday and we decided to move the testing phase a week later. -->

--description--

Listen to Brian and answer the question.

--questions--

--text--

According to Brian, what could have been the reason for the outdated documentation?

--answers--

The decision was yesterday, so there was probably little time to update the documentation


The person responsible for the documentation hasn't been to the office since the meeting

--feedback--

It is not clear that it is a problem with the person responsible for the documentation. Maybe there was no time to update it.


They did not find the documentation to update it.

--feedback--

Maria checked the documentation before talking to Brian. They knew where it was.


Nothing was decided in relation to the schedule, so no one knew the schedule

--feedback--

Not really. According to Brian, they decided to move the testing phase a week later yesterday.

--video-solution--

1

--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": 21.28,
      "finishTimestamp": 27.86
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.58,
      "dialogue": {
        "text": "I believe the documentation is outdated. We discussed it yesterday and we decided to move the testing phase a week later.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 8.08
    }
  ]
}