Back to Freecodecamp

Task 131

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: Yeah, transparency is a strong motivator for many developers. -->

--description--

A motivator is something that encourages or inspires someone to act or work harder. For example, Getting positive feedback on your work can be a big motivator to keep improving. It's like when you see results from exercising, and it makes you want to keep going.

--fillInTheBlank--

--sentence--

Yeah, BLANK is a strong BLANK for many developers.

--blanks--

transparency

--feedback--

This noun refers to the quality of being open and clear, especially about processes and operations. It ends with -y.


motivator

--feedback--

This noun describes something that provides a reason or incentive for someone to act in a certain way or to put in more effort.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 37.62,
      "finishTimestamp": 41.24
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.62,
      "dialogue": {
        "text": "Yeah, transparency is a strong motivator for many developers.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.12
    }
  ]
}