Back to Freecodecamp

Task 68

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

latest2.2 KB
Original Source
<!-- (Audio) Brian: We discussed it yesterday and we decided to move the testing phase a week later. I'm pretty sure about this. Maria: Alright, that makes sense. -->

--description--

Listen to the dialogue and answer the question.

--questions--

--text--

What can you conclude based on Maria's answer?

--answers--

Maria is going to cancel the project because of the difference in the schedule

--feedback--

Not really. She understands Brian's explanation and says that it seems logical for her.


She is confused by what Brian said

--feedback--

She actually thinks it is logical and coherent.


She understands the situation ans seems satisfied with his answer


She will call a team meeting to discuss the difference in the schedule

--feedback--

There doesn't seem to be a need for that. She seems satisfied with Brian's answer.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 23.72,
      "finishTimestamp": 31.62
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.02,
      "dialogue": {
        "text": "We discussed it yesterday and we decided to move the testing phase a week later. I'm pretty sure about this.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.31
    },
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 7.31
    },
    {
      "character": "Maria",
      "startTime": 7.6,
      "finishTime": 8.9,
      "dialogue": {
        "text": "Alright, that makes sense.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 9.4
    }
  ]
}