Back to Freecodecamp

Task 43

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

latest1.9 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--

Tempting is an adjective that describes something that looks or sounds very nice, making you want to do it or have it. For example:

The idea of sleeping in is tempting. - Here, tempting means the idea of staying in bed longer is very appealing or hard to resist.

--fillInTheBlank--

--sentence--

Absolutely. My first suggestion is to not hit the snooze button multiple times. It may be BLANK, but it disrupts your sleep cycle and you may feel groggy during the day.

--blanks--

tempting

--feedback--

This adjective describes something that is appealing or attractive, in this case, hitting the snooze button.

--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
    }
  ]
}