Back to Freecodecamp

Task 5

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

latest2.0 KB
Original Source
<!-- (audio) Sophie: Hi, Tom. Well, my day usually starts at 8:30. I check my emails and reply to any urgent messages. -->

--description--

In this part of the dialogue, Sophie talks about her morning activities.

Usually means something happens most of the time or is a common routine. For example, I usually eat breakfast at 7:30.

To check means to look at something to see if everything is correct or to find information. For example, I check my phone in the morning.

To reply means to answer. For example, She replied to my question.

Together in this sentence, Sophie explains her morning routine: her day begins, she looks at her emails, and then she answers urgent messages.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, Tom. Well, my day BLANK starts at 8:30. I BLANK my emails and BLANK to any urgent messages.

--blanks--

usually

--feedback--

This word means something happens most of the time, but not always.


check

--feedback--

This verb means to look at or read your emails to see if there is new information.


reply

--feedback--

This verb means to answer or respond to a message someone sent you.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 6.40,
      "finishTimestamp": 12.36
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.94,
      "dialogue": {
        "text": "Hi, Tom. Well, my day usually starts at 8:30. I check my emails and reply to any urgent messages.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 7.44
    }
  ]
}