Back to Freecodecamp

Task 100

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67f01fed3d9b359efd8e9c04.md

latest1.9 KB
Original Source
<!-- (Audio) Brian: Yes, I spoke with management. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Does Brian have news about the additional requested resources?

--answers--

He doesn't have any news about the additional resources.

--feedback--

Brian actually mentioned speaking with someone.


He has news about the project but not the additional resources.

--feedback--

Brian mentions speaking with someone, probably in relation to the topic Sarah asked about.


He has no information about the project or resources.

--feedback--

Brian mentioned he spoke to someone.


He says he has news about the topic.

--video-solution--

4

--explanation--

Management in this context refers to the group of people who are responsible for making decisions or overseeing operations in an organization. They are typically higher-level employees who have authority over different aspects of the business. For example:

The management team will meet next week to discuss the budget. – This refers to the group of people responsible for overseeing and making decisions about the budget in the company.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 18.36,
      "finishTimestamp": 20.12
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.76,
      "dialogue": {
        "text": "Yes, I spoke with management.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.26
    }
  ]
}