Back to Freecodecamp

Task 35

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

latest2.5 KB
Original Source
<!-- (audio) Tom: What about the rest of the day? 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--

Understanding daily work activities and the frequency of these activities is key in professional settings. For example:

I usually attend a team meeting in the morning. - Here, usually means that attending the meeting is a regular part of the morning routine.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Tom: What about the rest of the day?

Anna: During the rest of the day, you BLANK work on your design projects, BLANK with the team, and BLANK meetings with clients when there are those meetings.

--blanks--

usually

--feedback--

This adverb indicates a regular or frequent action.


collaborate

--feedback--

This verb means to work together with others.


attend

--feedback--

This verb means to be present at an event or activity.

--scene--

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