Back to Freecodecamp

Dialogue 3: Tom Asks About the Team Lead

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657b97be2621d55d1b8dc9a1.md

latest5.0 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Tom",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "1.3-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sophie",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Tom",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
        "character": "Tom",
        "startTime": 1.0,
        "finishTime": 3.8,
        "dialogue": {
        "text": "Hey, Sophie. Tell me about our team lead, Maria.",
        "align": "right"
        }
    },
    {
        "character": "Tom",
        "startTime": 4.0,
        "finishTime": 5.0,
        "dialogue": {
        "text": "What is she like?",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 5.2,
        "finishTime": 8.8,
        "dialogue": {
        "text": "Well, she's very proactive and she likes everything in order.",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 9.0,
        "finishTime": 12.5,
        "dialogue": {
        "text": "I think she has a passion for technology and she enjoys leading our team.",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 12.7,
        "finishTime": 15.7,
        "dialogue": {
        "text": "Those are great traits for someone in her position, I think.",
        "align": "right"
        }
    },
    {
        "character": "Tom",
        "startTime": 15.9,
        "finishTime": 17.7,
        "dialogue": {
        "text": "What does she do as the team lead?",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 17.9,
        "finishTime": 20.4,
        "dialogue": {
        "text": "Maria coordinates our projects.",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 20.6,
        "finishTime": 23.6,
        "dialogue": {
        "text": "She assigns tasks and makes sure everything runs well.",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 23.8,
        "finishTime": 27.3,
        "dialogue": {
        "text": "That sounds important. Where does she usually work from?",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 27.5,
        "finishTime": 31.5,
        "dialogue": {
        "text": "She works from her office most of the time, but she's also in meetings a lot.",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 31.7,
        "finishTime": 34.7,
        "dialogue": {
        "text": "I see. When does she usually hold team meetings?",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 34.9,
        "finishTime": 38.4,
        "dialogue": {
        "text": "She schedules team meetings every Monday morning to plan the week ahead.",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 38.6,
        "finishTime": 42.1,
        "dialogue": {
        "text": "Got it! How does she handle challenges in our projects?",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 42.3,
        "finishTime": 47.3,
        "dialogue": {
        "text": "Maria thinks challenges are positive. She encourages us to find solutions together.",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 47.5,
        "finishTime": 50.5,
        "dialogue": {
        "text": "Great. And do you enjoy working with her?",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 50.7,
        "finishTime": 53.7,
        "dialogue": {
        "text": "I do. She's supportive and she helps us a lot.",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 53.9,
        "finishTime": 56.4,
        "dialogue": {
        "text": "Nice! Thanks for the information, Sophie.",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 56.6,
        "finishTime": 61.6,
        "dialogue": {
        "text": "You're welcome. Maria is a fantastic leader to have. I think you're in good hands.",
        "align": "left"
        }
    },
    {
      "character": "Tom",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 61.6
    },
    {
      "character": "Sophie",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 62.1
    }
  ]
}