Back to Freecodecamp

Task 58

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

latest1.6 KB
Original Source
<!-- (Audio) Brian: Really? That's strange. I double checked the project schedule and it should be accurate. -->

--description--

Listen to the dialogue and answer the question.

--questions--

--text--

Why is Brian confused?

--answers--

Because he checked the schedule more than once to make sure it was correct


Because he does not know when the project starts

--feedback--

He checked the dates more than once. He must know the starting date.


Because he did not read the documentation

--feedback--

He says he checked it, so that might not be the case.


Because he's not part of the team responsible for this project.

--feedback--

He is and it seems he is responsible for checking these details as well.

--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": 9.26,
      "finishTimestamp": 13.46
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.2,
      "dialogue": {
        "text": "Really? That's strange. I double checked the project schedule and it should be accurate.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.7
    }
  ]
}