Back to Freecodecamp

Task 48

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

latest1.5 KB
Original Source
<!-- (Audio) Expert: Absolutely. My first suggestion is to not hit the snooze button multiple times. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is the main advice the expert gives for a better morning routine?

--answers--

Use multiple alarms to ensure waking up on time.

--feedback--

The expert advises against multiple alarms.


Stay in bed longer to feel less groggy.

--feedback--

The advice is not to stay in bed longer.


Ignore the alarm and sleep until midday.

--feedback--

This is contrary to the expert's advice.


Avoid using the snooze button and wake up with a single alarm.

--video-solution--

4

--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": 14.40
    }
  },
  "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",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}