Back to Freecodecamp

Task 115

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

latest2.2 KB
Original Source
<!-- (audio) Brian: Hey, Sarah. How's work as a QA tester? Is it really challenging? Sarah: Sometimes. Let me tell you how my week usually goes. -->

--description--

Conversation about work involves understanding details about job roles, the nature of the work, and how people feel about their tasks.

Let me tell you about... is a polite and friendly way to begin sharing information or a story. For example:

Let me tell you about my first day at work. - This expression helps introduce what you are going to explain next and makes the conversation feel more natural.

--questions--

--text--

What does Sarah plan to describe to Brian?

--answers--

Her holiday plans.

--feedback--

They are talking about her job, not holidays.


A movie she watched.

--feedback--

The conversation is about work, not a movie.


Her typical work week as a QA tester.


Her favorite hobbies.

--feedback--

The focus is on her job, not hobbies.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 8.38
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.66,
      "dialogue": {
        "text": "Hey, Sarah. How's work as a QA tester? Is it really challenging?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 6
    },
    {
      "character": "Sarah",
      "startTime": 6.82,
      "finishTime": 9.38,
      "dialogue": {
        "text": "Sometimes. Let me tell you how my week usually goes.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 9.88
    }
  ]
}