Back to Freecodecamp

Task 45

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

latest2.4 KB
Original Source
<!-- (audio) Expert: Absolutely. My first suggestion is to not hit the snooze button multiple times. It may be tempting, but it disrupts your sleep cycle and you may feel groggy during the day. -->

--description--

To feel groggy is an informal phrase that means to feel weak, tired, or not fully awake. This often happens after poor sleep or when someone wakes up suddenly. For example:

I feel groggy if I don't get enough sleep. - Here, groggy describes being tired because of not sleeping well.

Sluggish is an adjective that means slow, with little energy or alertness. It can describe people, animals, or even machines. For example:

I felt sluggish after lunch, so it was hard to focus on work. - This means you felt slow and tired, not very active.

--questions--

--text--

What does the expert imply by saying you may feel groggy during the day?

--answers--

You will be very energetic during the day.

--feedback--

Feeling groggy indicates a lack of energy, not increased energy.


You won't need to sleep at all during the day.

--feedback--

Feeling groggy often relates to a need for more rest, not the absence of it.


You might feel tired or sluggish during the day.


You will feel extremely alert.

--feedback--

Feeling groggy implies a lack of alertness or feeling drowsy, not being extremely alert.

--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": 8.98,
      "finishTimestamp": 19.58
    }
  },
  "commands": [
    {
      "character": "Expert",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Expert",
      "startTime": 1,
      "finishTime": 6.42,
      "dialogue": {
        "text": "Absolutely. My first suggestion is to not hit the snooze button multiple times.",
        "align": "center"
      }
    },
    {
      "character": "Expert",
      "startTime": 7.08,
      "finishTime": 11.60,
      "dialogue": {
        "text": "It may be tempting, but it disrupts your sleep cycle and you may feel groggy during the day.",
        "align": "center"
      }
    },
    {
      "character": "Expert",
      "opacity": 0,
      "startTime": 12.10
    }
  ]
}