Back to Freecodecamp

Task 37

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

latest2.0 KB
Original Source
<!-- (audio) Anna: During the rest of the day, you usually work on your design projects, collaborate with the team, and attend meetings with clients when there are those meetings. -->

--description--

A typical workday can include a variety of tasks. Understanding these tasks helps in getting a clearer picture of day-to-day responsibilities in a work environment.

Anna explains that after the team meeting, the routine continues with tasks like working on design projects, collaborating with colleagues, and meeting with clients.

--questions--

--text--

What activities does Anna say are part of the usual workday?

--answers--

Working on design projects and attending meetings.


Only attending client meetings.

--feedback--

Client meetings are mentioned, but not as the only activity.


Taking long lunch breaks.

--feedback--

Long lunch breaks are not mentioned in this context.


Working on personal projects.

--feedback--

The focus is on professional, not personal, projects.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 22.54,
      "finishTimestamp": 29.20
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "During the rest of the day, you usually work on your design projects,",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 4.28,
      "finishTime": 7.66,
      "dialogue": {
        "text": "collaborate with the team, and attend meetings with clients when there are those meetings.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 8.16
    }
  ]
}