Back to Freecodecamp

Dialogue 1: Tom Asks Sophie About Her Routine

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/655c0f0e52bfc67bdeae16b4.md

latest5.9 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-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sophie",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "2.1-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sophie",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
        "character": "Tom",
        "startTime": 1.0,
        "finishTime": 5.0,
        "dialogue": {
        "text": "Hey, Sophie. Let me ask you about your daily routine as a web developer.",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 5.2,
        "finishTime": 6.7,
        "dialogue": {
        "text": "What's your typical workday like?",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 7.4,
        "finishTime": 10.7,
        "dialogue": {
        "text": "Hi, Tom. Well, my day usually starts at 8:30.",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 10.9,
        "finishTime": 13.7,
        "dialogue": {
        "text": "I check my emails and reply to any urgent messages.",
        "align": "right"
        }
    },
    {
        "character": "Tom",
        "startTime": 13.9,
        "finishTime": 16.1,
        "dialogue": {
        "text": "That's a good start. What do you do after that?",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 16.3,
        "finishTime": 20.3,
        "dialogue": {
        "text": "Then, I review my to-do list for the day and prioritize my tasks.",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 20.5,
        "finishTime": 23.3,
        "dialogue": {
        "text": "I like to work on the most important ones first.",
        "align": "right"
        }
    },
    {
        "character": "Tom",
        "startTime": 23.5,
        "finishTime": 24.7,
        "dialogue": {
        "text": "That makes sense.",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 24.9,
        "finishTime": 26.9,
        "dialogue": {
        "text": "How do you handle your projects?",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 27.1,
        "finishTime": 31.1,
        "dialogue": {
        "text": "I break down my projects into small tasks and set deadlines for them.",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 31.3,
        "finishTime": 32.8,
        "dialogue": {
        "text": "It helps me stay on track.",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 33.0,
        "finishTime": 36.9,
        "dialogue": {
        "text": "During the day, I work on coding, test the websites, and debug issues.",
        "align": "right"
        }
    },
    {
        "character": "Tom",
        "startTime": 37.1,
        "finishTime": 38.3,
        "dialogue": {
        "text": "Do you take breaks?",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 38.5,
        "finishTime": 42.5,
        "dialogue": {
        "text": "I take short breaks to stretch, have some coffee, or chat with colleagues.",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 42.7,
        "finishTime": 44.7,
        "dialogue": {
        "text": "It helps me relax and focus.",
        "align": "right"
        }
    },
    {
        "character": "Tom",
        "startTime": 44.9,
        "finishTime": 45.9,
        "dialogue": {
        "text": "And what about lunch?",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 46.2,
        "finishTime": 48.2,
        "dialogue": {
        "text": "When I don't go to a café around here,",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 48.2,
        "finishTime": 51.2,
        "dialogue": {
        "text": "I usually bring my lunch and eat at my desk while I check my progress.",
        "align": "right"
        }
    },
    {
        "character": "Tom",
        "startTime": 51.4,
        "finishTime": 53.4,
        "dialogue": {
        "text": "Your routine is really well-organized.",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 53.6,
        "finishTime": 55.1,
        "dialogue": {
        "text": "How do you manage your time?",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 55.3,
        "finishTime": 58.8,
        "dialogue": {
        "text": "I use this time management app to track how I spend my time.",
        "align": "right"
        }
    },
    {
        "character": "Tom",
        "startTime": 59.5,
        "finishTime": 60.7,
        "dialogue": {
        "text": "Thanks for sharing, Sophie.",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 60.9,
        "finishTime": 63.9,
        "dialogue": {
        "text": "I want to get more organized and your tips are a great help to me.",
        "align": "left"
        }
    },
    {
      "character": "Sophie",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 63.9
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 64.4
    }
  ]
}