Back to Freecodecamp

Task 71

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

latest1.5 KB
Original Source
<!-- (Audio) Brian: Hey, Lisa, what motivated you to choose a career in tech? -->

--description--

Brian asks Lisa a question about her career choice.

--questions--

--text--

What does Brian want to know from Lisa?

--answers--

Her motivation to work late hours

--feedback--

Consider what the question is specifically targeting about Lisa's career.


What motivates her to solve technical problems

--feedback--

Think about whether Brian's question is about Lisa's problem-solving skills.


Which tech gadgets she prefers

--feedback--

Reflect on whether the question is about preferences for gadgets or career choices.


What motivated her to pick a tech career

--video-solution--

4

--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": 0.00,
      "finishTimestamp": 4.18
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.18,
      "dialogue": {
        "text": "Hey, Lisa, what motivated you to choose a career in tech?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.68
    }
  ]
}