Back to Freecodecamp

Task 85

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

latest2.2 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. Brian: I'm with you on that one. -->

--description--

Brian responds to Lisa's comments about working in tech.

--questions--

--text--

What is Brian's opinion?

--answers--

He disagrees with Lisa

--feedback--

Consider what I'm with you typically means in a conversation.


He is unsure about Lisa's perspective

--feedback--

Think about Brian's choice of words and what they convey about his stance.


He finds tech work uninteresting

--feedback--

Reflect on the context of Brian's response to Lisa's statement.


He agrees with Lisa

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.82,
      "finishTimestamp": 34.98
    }
  },
  "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.45
    },
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 8.45
    },
    {
      "character": "Brian",
      "startTime": 8.57,
      "finishTime": 10.16,
      "dialogue": {
        "text": "I'm with you on that one.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 10.66
    }
  ]
}