Back to Freecodecamp

Task 33

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

latest2.9 KB
Original Source
<!-- (audio) Tom: Sounds good. What do I do after checking emails? Anna: After that, you'll probably attend the daily team meeting at 9:30. During the meeting, the team discusses project updates. -->

--description--

Professional settings often involve specific vocabulary related to meetings and discussions. These words and phrases are useful when describing how people work together and share information in a company. Here's some of them:

Probably means that something is likely to happen, but it is not 100% certain. For example, I'll probably call you tomorrow means it's very likely, but not guaranteed.

Team meeting is a planned time when colleagues come together to talk about work. For example, We have a team meeting every Monday morning.

To discuss means to talk about something in detail. For example, We discuss project updates during the meeting.

--fillInTheBlank--

--sentence--

Tom: Sounds good. What do I do after checking emails?

Anna: After that, you'll BLANK attend the daily team BLANK at 9:30. During the meeting, the team BLANK project updates.

--blanks--

probably

--feedback--

This word is used when something is very likely to happen, but you are not completely sure.


meeting

--feedback--

This noun refers to a formal gathering with colleagues.


discusses

--feedback--

This verb means to talk about or give information about something. Don't forget about the ending -es.

--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": 9.75,
      "finishTimestamp": 18.90
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "Sounds good. What do I do after checking emails?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.44
    },
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 3.44
    },
    {
      "character": "Anna",
      "startTime": 4.28,
      "finishTime": 7.24,
      "dialogue": {
        "text": "After that, you'll probably attend the daily team meeting at 9:30.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 7.72,
      "finishTime": 10.10,
      "dialogue": {
        "text": "During the meeting, the team discusses project updates.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 10.60
    }
  ]
}