Back to Freecodecamp

Task 13

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

latest1.4 KB
Original Source
<!-- (Audio) Brian: That's great to hear, Maria. Learning and growing professionally motivates me a lot. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What motivates Brian?

--answers--

Learning and growing professionally


Achieving his goals

--feedback--

Think about how specific activities can lead to goal achievement.


Gaining new experiences

--feedback--

Consider the types of experiences that can contribute to personal growth.


Improving his skills

--feedback--

Reflect on how skill improvement fits into overall personal and professional development.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 18.68,
      "finishTimestamp": 23.66
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.98,
      "dialogue": {
        "text": "That's great to hear, Maria. Learning and growing professionally motivates me a lot.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.48
    }
  ]
}