Back to Freecodecamp

Task 97

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

latest1.5 KB
Original Source
<!-- (Audio) Maria: Let's work together to find a way to manage the stress. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let's work together to find a way to BLANK the BLANK.

--blanks--

manage

--feedback--

This means to handle or control something effectively.


stress

--feedback--

This refers to mental or emotional pressure caused by difficult situations.

--explanation--

To manage the stress means to handle or reduce feelings of pressure or anxiety in a difficult situation. For example:

She practices meditation to manage the stress of her job. - This means she uses meditation to cope with work-related pressure.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 68.04,
      "finishTimestamp": 70.18
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.14,
      "dialogue": {
        "text": "Let's work together to find a way to manage the stress.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.64
    }
  ]
}