Back to Freecodecamp

Task 88

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

latest1.9 KB
Original Source
<!-- (Audio) Brian: I'm also interested in the flexibility that tech roles offer. They allow us to balance our jobs with personal interests and hobbies. -->

--description--

When you like something and want to know more about it, you are interested in it.

For example, if you say, I'm interested in computers, it means you like computers and maybe want to learn how they work.

Brian is talking about what he likes about working in tech. Let's find out what he enjoys.

--questions--

--text--

What is Brian interested in?

--answers--

The big money in tech

--feedback--

Listen for the part where Brian talks about what he likes.


Fun games at work

--feedback--

Did Brian talk about games or something else he likes about his job?


The flexibility in tech jobs


Traveling for work

--feedback--

Is Brian talking about traveling, or is he interested in something else?

--video-solution--

3

--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": 35.10,
      "finishTimestamp": 42.14
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.26,
      "dialogue": {
        "text": "I'm also interested in the flexibility that tech roles offer.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.7,
      "finishTime": 8.04,
      "dialogue": {
        "text": "They allow us to balance our jobs with personal interests and hobbies.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 8.54
    }
  ]
}