Back to Freecodecamp

Dialogue 5: Brian Asks Sarah about Her Routine as a QA Tester

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

latest6.7 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": "Brian",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "2.1-5.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Brian",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2,
      "dialogue": {
        "text": "Hey, Sarah.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.7,
      "finishTime": 3.9,
      "dialogue": {
        "text": "How's work as a QA tester?",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.3,
      "finishTime": 5.7,
      "dialogue": {
        "text": "Is it really challenging?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.5,
      "finishTime": 9.2,
      "dialogue": {
        "text": "Sometimes. Let me tell you how my week usually goes.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 9.7,
      "finishTime": 12.4,
      "dialogue": {
        "text": "Go on, please. What's your weekly routine like?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 12.9,
      "finishTime": 16.9,
      "dialogue": {
        "text": "Well, on weekdays, I usually wake up at around 6 and get ready for work.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 17.4,
      "finishTime": 19.8,
      "dialogue": {
        "text": "That's early. What's your morning routine?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 20,
      "finishTime": 24,
      "dialogue": {
        "text": "In the morning, I have breakfast at home and then head to the office at 8.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 24.2,
      "finishTime": 26.5,
      "dialogue": {
        "text": "What's the first thing you do when you arrive?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 26.7,
      "finishTime": 30.7,
      "dialogue": {
        "text": "After I arrive, I check my emails and messages from the team.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 30.9,
      "finishTime": 32.4,
      "dialogue": {
        "text": "It helps me plan my day.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 32.6,
      "finishTime": 34.1,
      "dialogue": {
        "text": "Great. What's next?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 34.8,
      "finishTime": 38,
      "dialogue": {
        "text": "After that, during the morning, I start testing the software.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 38.2,
      "finishTime": 40.2,
      "dialogue": {
        "text": "I have a different task to do each day.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 40.4,
      "finishTime": 42.9,
      "dialogue": {
        "text": "For example, on Mondays, I test the login process.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 42.9,
      "finishTime": 46.9,
      "dialogue": {
        "text": "So, you test different parts of the software each day?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 47.1,
      "finishTime": 51.1,
      "dialogue": {
        "text": "Exactly. At noon, I take a break and have lunch at the café down the street.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 51.3,
      "finishTime": 55,
      "dialogue": {
        "text": "Then, in the afternoon, I test other features like the payment system.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 55.2,
      "finishTime": 57.7,
      "dialogue": {
        "text": "I see. What else do you do during the week?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 57.9,
      "finishTime": 60.4,
      "dialogue": {
        "text": "On Wednesdays, we have a team meeting at 3.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 60.6,
      "finishTime": 64.3,
      "dialogue": {
        "text": "Next, I write test reports and document any bugs I found during the day.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 64.5,
      "finishTime": 66.5,
      "dialogue": {
        "text": "Sounds like a very productive week.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 66.7,
      "finishTime": 68.7,
      "dialogue": {
        "text": "Yes, there are a lot of things,",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 68.7,
      "finishTime": 71,
      "dialogue": {
        "text": "but I like collaborating to improve the quality of our software.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 71.9,
      "finishTime": 74.9,
      "dialogue": {
        "text": "Thanks for sharing, Sarah. It's interesting to know what you do.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 75.1,
      "finishTime": 76.1,
      "dialogue": {
        "text": "You're welcome, Brian.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 76.3,
      "finishTime": 80,
      "dialogue": {
        "text": "When we have some time, I want to ask you about your week as a dev, okay?",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 80.2,
      "finishTime": 81,
      "dialogue": {
        "text": "Sure thing.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 81.5
    },
    {
      "character": "Brian",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 82
    }
  ]
}