Back to Freecodecamp

Task 120

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

latest1.7 KB
Original Source
<!-- (audio) Sarah: After I arrive, I check my emails and messages from the team. -->

--description--

After I arrive, ... tells you what Sarah does right when she gets to work. She says:

After I arrive, I check my emails and messages from the team. - This shows the first steps in her work routine.

By listening to these details, you can understand how someone begins their workday and what responsibilities are most important at the start.

--questions--

--text--

What is the first thing Sarah does when she arrives at work?

--answers--

She starts testing software immediately.

--feedback--

The audio mentions checking emails first, not immediate software testing.


She attends a team meeting.

--feedback--

Team meetings are not mentioned as the first activity.


She checks her emails and messages.


She takes a coffee break.

--feedback--

A coffee break isn't the first thing she does.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 26.48,
      "finishTimestamp": 29.94
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "After I arrive, I check my emails and messages from the team.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}