Back to Freecodecamp

Task 31

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

latest2.3 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. -->

--description--

After that is often used to indicate what comes next in a series of actions or events. For example:

  • I check my emails, and after that, I attend a meeting. - This means that attending the meeting is the next activity you do following the checking of emails.

  • We have a team briefing first thing in the morning, and after that, we start our individual tasks. - Here, first and after help to understand the order of events.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

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

Anna: BLANK that, you'll probably BLANK the daily team meeting at 9:30.

--blanks--

After

--feedback--

This word indicates the next step in a sequence. The first letter is capitalized.


attend

--feedback--

This verb means to go to an event, meeting, or class.

--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": 16.04
    }
  },
  "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",
      "opacity": 0,
      "startTime": 7.74
    }
  ]
}