Back to Freecodecamp

Task 4

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

latest1.7 KB
Original Source
<!-- (Audio) Brian: Maria, I have a question. Do you know what motivates the team? How about you? What makes you feel motivated? -->

--description--

In the dialogue, Brian asks a couple of related questions.

--questions--

--text--

What is Brian asking Maria about?

--answers--

The team's schedule

--feedback--

Brian's question is more about what drives or inspires the team and Maria, not their timetable.


The reasons behind the team's and her own enthusiasm


Maria's work tasks

--feedback--

Brian is interested in understanding what motivates people, not specifically what Maria's tasks are.


The location of the team's office

--feedback--

The conversation is centered around motivation, not the physical location of where the team works.

--video-solution--

2

--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": 0.00,
      "finishTimestamp": 6.42
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "Maria, I have a question. Do you know what motivates the team?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.92,
      "finishTime": 7.42,
      "dialogue": {
        "text": "How about you? What makes you feel motivated?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.92
    }
  ]
}