Back to Freecodecamp

Task 116

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e70aa0abc044d54937aa9.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--

Understanding what people are saying is important.

Weekdays refer to Monday, Tuesday, Wednesday, Thursday, and Friday. They usually use the preposition on. For example, I work on weekdays or I work on Monday.

Weekend refers to Saturday and Sunday. It can use either on or at. For example, I relax on the weekend or I relax at the weekend. Both are correct and mean the same thing.

--fillInTheBlank--

--sentence--

Brian: Go on, please. What's your weekly routine like?

Sarah: Well, on weekdays, I usually wake up at BLANK 6 to get BLANK for work.

Brian: That's early. What's your morning routine?

Sarah: In the morning, I have BLANK at home and then head to the office BLANK 8.

--blanks--

around

--feedback--

This preposition indicates an approximate time, not a specific one.


ready

--feedback--

This word is similar to "all set".


breakfast

--feedback--

This noun refers to the first meal of the day.


at

--feedback--

This preposition is used to specify a time.

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