Back to Freecodecamp

Task 26

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

latest1.9 KB
Original Source
<!-- (Audio) James: An early coffee and then breakfast. I had never thought of that. -->

--description--

Early refers to doing something sooner or before the usual time, like waking up early in the morning. For example:

She likes to start her day early with a jog. - This means she begins her day in the morning, sooner than usual, by going for a run.

Late means doing something after the expected or usual time, like arriving late to a meeting. For example:

He often works late at the office. - This means he stays at the office after normal hours and finishes work in the evening or at night.

--questions--

--text--

What does James imply with early in an early coffee about the time Sarah has her coffee?

--answers--

After the usual time

--feedback--

Late would be used to indicate something happening after the usual time, not early.


At midnight

--feedback--

Early generally refers to the morning or before the usual time, not specifically midnight.


Before the usual time


During lunchtime

--feedback--

In this context, early suggests a time before the usual morning schedule, not during lunchtime.

--video-solution--

3

--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": 48.36,
      "finishTimestamp": 52.10
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "An early coffee and then breakfast. I had never thought of that.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}