Back to Freecodecamp

Task 56

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

latest2.2 KB
Original Source
<!-- (Audio) Maria: The timeline you mentioned doesn't match what I found in the documentation. Brian: Really? That's strange. -->

--description--

Listen to the dialogue and answer the question.

--questions--

--text--

How does Brian feel about Maria's comment?

--answers--

He agrees with her and thinks the project should be canceled

--feedback--

There was no comment related to cancelling the project


He believes it's normal that the two pieces of information differ from one another

--feedback--

Not really. He actually says it's strange.


He gets confused as he seemed sure about the timeline


He says it's strange that Maria comments something like that

--feedback--

It's not that fact that Maria commented it that he thinks it's strange, it's the difference in the timeline.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      },
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 4.32,
      "finishTimestamp": 10.66
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "The timeline you mentioned doesn't match what I found in the documentation.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.11
    },
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 5.11
    },
    {
      "character": "Brian",
      "startTime": 5.74,
      "finishTime": 7.34,
      "dialogue": {
        "text": "Really? That's strange.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.84
    }
  ]
}