Back to Freecodecamp

Task 47

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/662236f6f07f7775b35ca43d.md

latest2.3 KB
Original Source
<!-- (Audio) Maria: One last thing. We're a collaborative team and supporting each other is key to our success. So don't hesitate to ask for help from the team if you need it. Welcome again. -->

--description--

Maria's statement covers important aspects of team dynamics and the work culture.

--questions--

--text--

What key points does Maria emphasize about the team's work culture?

--answers--

Working independently is most important for success.

--feedback--

Maria emphasizes collaboration and support, not working independently.


Asking for help is discouraged in the team.

--feedback--

Maria encourages asking for help, indicating it's an accepted and positive action in the team.


Collaboration and support are vital for the team's success.


The team values competition over cooperation.

--feedback--

Maria's statement highlights cooperation and support, not competition.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 36.16,
      "finishTimestamp": 44.52
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.34,
      "dialogue": {
        "text": "One last thing. We're a collaborative team,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.5,
      "finishTime": 5.66,
      "dialogue": {
        "text": "and supporting each other is key to our success.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 5.98,
      "finishTime": 8.62,
      "dialogue": {
        "text": "So don't hesitate to ask for help from the team if you need it.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 8.76,
      "finishTime": 9.36,
      "dialogue": {
        "text": "Welcome again.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 9.86
    }
  ]
}