Back to Freecodecamp

Task 98

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to Maria, what could they do to find a way to manage stress?

--answers--

Ignore the problem and hope it goes away.

--feedback--

Maria does not suggest ignoring the issue.


Work individually without discussing solutions.

--feedback--

Maria does not suggest working alone.


Collaborate to find the best approach.


Wait until the stress disappears on its own.

--feedback--

Maria does not suggest waiting for the problem to resolve itself.

--video-solution--

3

--explanation--

To work together means to collaborate or cooperate with others to achieve a common goal. It emphasizes teamwork and shared effort. For example:

The team worked together to solve the technical issue quickly. - This means they cooperated to fix the problem.

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