Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65fc9be86f2ae26ddcdf0bb3.md

latest1.8 KB
Original Source
<!-- (Audio) Maria: "But do you know what else is great? Seeing the team's enthusiasm after solving these issues. When you see the team inspired, it can boost your motivation." -->

--description--

Listen to Maria and answer the question.

--questions--

--text--

What can boost their motivation according to Maria?

--answers--

Having a big team

--feedback--

Think about what specifically makes the team more motivated, not just the size of the team.


Taking a long break

--feedback--

Consider if breaks are mentioned as a way to increase motivation.


Seeing the team inspired


Solving problems quickly

--feedback--

Reflect on whether the speed of solving problems is what Maria highlights as motivating.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 60.96,
      "finishTimestamp": 68.80
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.7,
      "dialogue": {
        "text": "But do you know what else is great? Seeing the team's enthusiasm after solving these issues.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 6.16,
      "finishTime": 8.84,
      "dialogue": {
        "text": "When you see the team inspired, it can boost your motivation.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 9.34
    }
  ]
}