Back to Freecodecamp

Task 84

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

latest1.9 KB
Original Source
<!-- (Audio) Lisa: Collaborating with diverse teams can be exciting, Brian. Another thing was the chance to be part of projects that push the limits of innovation and creativity. -->

--description--

Listen to the audio and complete the sentence.

--questions--

--text--

What is another thing that motivates Lisa to work in tech?

--answers--

The relaxed dress code in tech companies

--feedback--

Listen again to the audio and pay attention to what Lisa says after Another thing.


Being part of innovative and creative projects


The high salary potential in tech

--feedback--

She has already talked about financial stability before. Now she is talking about another thing.


The ability to work remotely

--feedback--

Consider whether Lisa's motivation is related to work environment or the nature of the work itself.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.82,
      "finishTimestamp": 33.26
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.36,
      "dialogue": {
        "text": "Collaborating with diverse teams can be exciting, Brian.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 3.76,
      "finishTime": 8.44,
      "dialogue": {
        "text": "Another thing was the chance to be part of projects that push the limits of innovation and creativity.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 8.94
    }
  ]
}