Back to Freecodecamp

Task 44

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67507f042946421936eb425a.md

latest2.0 KB
Original Source
<!-- (Audio) Jake: Every team member must understand the changes and how these will impact our operations. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jake's main concern in this statement?

--answers--

The team has to finish the changes quickly.

--feedback--

Jake does not mention speed or urgency.


The team understands the changes.


The team avoids changes.

--feedback--

Jake is not concerned about avoiding changes.


Assigning tasks to the team.

--feedback--

Jake's statement is not about assigning tasks to individuals.

--video-solution--

2

--explanation--

Jake says, Every team member must understand the changes and how these will impact our operations.

His main concern is ensuring that all team members fully understand the changes and their effect on operations.

The word must highlights the importance of this understanding. For example:

The team must understand the updates before implementation. - This shows the focus on comprehension as a priority.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 57.24,
      "finishTimestamp": 62.26
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "Every team member must understand the changes",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.54,
      "finishTime": 5.82,
      "dialogue": {
        "text": "and how these will impact our operations.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.52
    }
  ]
}