Back to Freecodecamp

Task 92

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

latest1.7 KB
Original Source
<!-- (Audio) Brian: Knowing that we solved problems is really exciting, Lisa. I hope we keep getting as much motivation from it as we can. -->

--description--

When someone says as much as, they are talking about doing something as fully as possible. Like if you eat as much cake as you can, you eat a lot until you can't eat any more.

Listen to the audio and answer the question.

--questions--

--text--

What does Brian want?

--answers--

To continue having a lot of motivation


To have less motivation over time

--feedback--

Brian wants to keep the excitement high, not low.


To only have motivation for easy problems

--feedback--

Brian likes solving problems, not just the easy ones.


To find motivation outside of work

--feedback--

Brian talks about being excited by solving problems, not about where to find motivation.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 49.30,
      "finishTimestamp": 55.76
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.46,
      "dialogue": {
        "text": "Knowing that we solve problems is really exciting, Lisa. I hope we keep getting as much motivation from it as we can.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.96
    }
  ]
}