Back to Freecodecamp

Task 118

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

latest3.2 KB
Original Source
<!-- (audio) Brian: Go on, please. What's your weekly routine like? Sarah: Well, on weekdays, I usually wake up at around 6 to get ready for work. Brian: That's early. What's your morning routine? Sarah: In the morning, I have breakfast at home and then head to the office at 8. -->

--description--

Using the correct prepositions in the context of daily routines is essential for clear communication.

At is used for specific times. For example, I start work at 9:00.

After is used for sequences of actions. For example, I have lunch after the meeting.

To is used for indicating direction or destination. For example, I go to the office by bus.

--instructions--

Listen to the audio to understand the context. Write the correct prepositions to complete sentences about Sarah's morning routine.

--fillInTheBlank--

--sentence--

On weekdays, Sarah wakes up BLANK around 6 AM. She gets ready for work BLANK waking up. Then, she heads BLANK the office at 8 AM.

--blanks--

at

--feedback--

This preposition is used for specifying a time.


after

--feedback--

This preposition is used for sequences of actions.


to

--feedback--

This preposition indicates direction or destination.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 8.84,
      "finishTimestamp": 23.22
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "Go on, please. What's your weekly routine like?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.65
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 3.65
    },
    {
      "character": "Sarah",
      "startTime": 4.34,
      "finishTime": 8.24,
      "dialogue": {
        "text": "Well, on weekdays, I usually wake up at around 6 and get ready for work.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.3
    },
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 8.3
    },
    {
      "character": "Brian",
      "startTime": 8.64,
      "finishTime": 10.92,
      "dialogue": {
        "text": "That's early. What's your morning routine?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 11
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 11
    },
    {
      "character": "Sarah",
      "startTime": 11.38,
      "finishTime": 15.38,
      "dialogue": {
        "text": "In the morning, I have breakfast at home and then head to the office at 8.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 15.88
    }
  ]
}