Back to Freecodecamp

Task 25

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c4c65c9f221e18577ef5d5.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 complete the sentence below.

--fillInTheBlank--

--sentence--

We should consider the BLANK impact on the team's BLANK and productivity.

--blanks--

long-term

--feedback--

This refers to something that happens or lasts over an extended period.


morale

--feedback--

This refers to the confidence, motivation, and overall attitude of a team or group.

--explanation--

Long-term describes something that happens or has effects over a long period. For example:

Investing in employee training has long-term benefits for the company. - This means the benefits will last for a long time.

Morale refers to the confidence, motivation, and enthusiasm of a person or group. For example:

Frequent team meetings help maintain high morale in the workplace. - This means regular meetings help keep employees motivated.

--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
    }
  ]
}