Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/655792631f21afaa40c611e1.md

latest1.4 KB
Original Source
<!-- (Audio) James: Coffee is always a good start. What do you do after that? -->

--description--

The words before and after are used to describe the order of events in time.

Before is used to talk about something that happens earlier than another event, and after is used for something that happens later. For example:

  • I brush my teeth before I have breakfast. - Brushing teeth happens first.

  • I go to work after I have breakfast. - Going to work happens later.

--fillInTheBlank--

--sentence--

Coffee is always a good start. What do you do BLANK that?

--blanks--

after

--feedback--

This word is used to talk about the next step in a sequence of events.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 20.22,
      "finishTimestamp": 23.66
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.44,
      "dialogue": {
        "text": "Coffee is always a good start. What do you do after that?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.94
    }
  ]
}