Back to Freecodecamp

Task 34

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

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

Listen to the audio and answer the question below.

--questions--

--text--

What does Anna say Tom will do after checking his emails?

--answers--

Take a coffee break.

--feedback--

Coffee break is not mentioned in this context.


Start working on design projects.

--feedback--

Working on projects is mentioned, but not immediately after checking emails.


Attend the daily team meeting.


Have lunch with colleagues.

--feedback--

Lunch is discussed, but not as the next activity after checking emails.

--video-solution--

3

--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
    }
  ]
}