Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c4da32d75fb829cb6e268e.md

latest1.8 KB
Original Source
<!-- (Audio) Maria: We should consider the long-term impact on the team's morale and productivity. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to Maria, what should be taken into consideration before choosing a course of action?

--answers--

Only the immediate results.

--feedback--

Maria is not thinking about immediate results.


The long-term effect on the team's morale and productivity.


Whether the client is happy with the decision.

--feedback--

Maria does not mention the client's opinion.


The number of extra hours worked this week.

--feedback--

Maria talks about long-term impact, not short-term workload.

--video-solution--

2

--explanation--

To consider means to think carefully about something before making a decision. For example:

Before changing jobs, you should consider the salary and work-life balance. - This means thinking about these factors before deciding.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 36.86,
      "finishTimestamp": 40.5
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "We should consider the long-term impact on the team's morale and productivity.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}