Back to Freecodecamp

Task 61

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

latest1.6 KB
Original Source
<!-- (Audio) Expert: Don't forget to get enough sleep to feel well-rested in the morning. Have a great morning. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is the final advice the expert gives to Sophie?

--answers--

Have a great morning.

--feedback--

While encouraging, this is more of a closing remark than the main piece of advice about the morning routine.


Don't forget to get enough sleep to feel well-rested in the morning.


Forget to get enough sleep.

--feedback--

This goes against the expert's emphasis on the importance of adequate sleep for a good morning routine.


Feel well-rested in the morning.

--feedback--

This is a desired outcome of following the advice, not the advice itself.

--video-solution--

2

--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": 84.44,
      "finishTimestamp": 88.90
    }
  },
  "commands": [
    {
      "character": "Expert",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Expert",
      "startTime": 1,
      "finishTime": 5.46,
      "dialogue": {
        "text": "Don't forget to get enough sleep to feel well-rested in the morning. Have a great morning.",
        "align": "center"
      }
    },
    {
      "character": "Expert",
      "opacity": 0,
      "startTime": 5.96
    }
  ]
}