Back to Freecodecamp

Task 117

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

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

In this task, focus on verb conjugation in the third person singular when describing someone else's routine.

Note: to head to means to go or move towards a place.

--instructions--

Listen to the audio to understand the context. Write the correct verb forms to complete sentences about Sarah's morning routine, focusing on third-person singular conjugation.

--fillInTheBlank--

--sentence--

On weekdays, Sarah BLANK up at around 6. She BLANK ready for work after waking up. In the morning, Sarah BLANK breakfast at home. Then, she BLANK to the office at 8.

--blanks--

wakes

--feedback--

This is a form of the verb wake, used with he, she, or it.


gets

--feedback--

This is a form of the verb get, used with he, she, or it.


has

--feedback--

This is a form of the verb have, used with he, she, or it.


heads

--feedback--

This is a form of the verb head, used with he, she, or it.

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