Back to Freecodecamp

Task 50

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

latest2.3 KB
Original Source
<!-- (Audio) Expert: Another thing: don't skip breakfast. Breakfast gives you the energy to start the day. If you skip it, you probably compensate later by eating too much or you feel sluggish in the morning. Have a balanced breakfast instead. -->

--description--

Later is the comparative form of late, used to indicate a time or event that is after the expected, usual, or planned time. Comparatives are used to compare two things. For example:

  • We will leave later than planned. - This means leaving after the planned time.

  • She arrived later than me. - This indicates she arrived after the speaker.

--questions--

--text--

What does compensate later imply?

--answers--

Compensating immediately

--feedback--

Later doesn't imply immediately.


Not compensating at all

--feedback--

The phrase suggests there will be compensation.


Making up for something at a time after the usual or expected time


Compensating at the usual time

--feedback--

Later doesn't mean at the usual time.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Expert",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 24.60,
      "finishTimestamp": 38.88
    }
  },
  "commands": [
    {
      "character": "Expert",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Expert",
      "startTime": 1,
      "finishTime": 7.06,
      "dialogue": {
        "text": "Another thing: don't skip breakfast. Breakfast gives you the energy to start the day.",
        "align": "center"
      }
    },
    {
      "character": "Expert",
      "startTime": 7.48,
      "finishTime": 12.98,
      "dialogue": {
        "text": "If you skip it, you probably compensate later by eating too much or you feel sluggish in the morning.",
        "align": "center"
      }
    },
    {
      "character": "Expert",
      "startTime": 13.28,
      "finishTime": 15.28,
      "dialogue": {
        "text": "Have a balanced breakfast instead.",
        "align": "center"
      }
    },
    {
      "character": "Expert",
      "opacity": 0,
      "startTime": 15.78
    }
  ]
}