Back to Freecodecamp

Task 62

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

latest1.8 KB
Original Source
<!-- (Audio) Maria: Well, the documentation says we're starting the testing phase next week, but you mentioned it was the following week. -->

--description--

Listen to the dialogue and answer the question.

--questions--

--text--

What caused the confusion?

--answers--

They lost the documentation

--feedback--

If that were true, Maria would not have noticed the difference in the schedule.


A one-week difference between what is in the documentation and what Brian said


Maria read the documentation of a different project

--feedback--

Not really. The documentation is the right one, but the project schedule differs from what Brian said.


Brian caused the confusion by mentioning one schedule and writing a different one in the documentation

--feedback--

It's not mentioned at any moment that Brian wrote the documentation. Another person could have done it.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 14.06,
      "finishTimestamp": 19.16
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.1,
      "dialogue": {
        "text": "Well, the documentation says we're starting the testing phase next week, but you mentioned it was the following week.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.6
    }
  ]
}