Back to Freecodecamp

Task 36

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

latest1.8 KB
Original Source
<!-- (Audio) Sophie: So, I'm here because I feel sleepy during the mornings. I don't get productive until it's almost midday. -->

--description--

Words ending in -y often describe a state or quality.

For example, if you add -y to the noun sleep, you create the adjective sleepy, which means feeling a need to sleep or being tired.

The -y ending transforms the noun sleep into an adjective describing a condition. Similarly:

  • snow + y = snowy (having a lot of snow)

  • rain + y = rainy (having a lot of rain)

--questions--

--text--

What does sleepy mean in the sentence I'm here because I feel sleepy during the mornings?

--answers--

Feeling fully awake and energetic

--feedback--

Sleepy indicates a need for sleep, not being fully awake.


Unable to sleep

--feedback--

Sleepy means feeling tired, not the inability to sleep.


Excited and active

--feedback--

Sleepy describes a state of tiredness, not excitement or activity.


Feeling tired and in need of sleep

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 5.28
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.28,
      "dialogue": {
        "text": "So, I'm here because I feel sleepy during the mornings. I don't get productive until it's almost midday.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.78
    }
  ]
}