Back to Freecodecamp

Task 39

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

latest1.4 KB
Original Source
<!-- (Audio) Sophie: Do you have any tips on how to have a healthy morning routine? -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What specific advice is Sophie asking for?

--answers--

Ways to sleep more in the morning

--feedback--

Sophie is looking for ways to be more productive, not to sleep more.


Suggestions for evening activities

--feedback--

Her focus is on improving her morning routine, not on evening activities.


Advice on avoiding mornings

--feedback--

Sophie wants to improve her mornings, not avoid them.


Tips for a healthy morning routine to improve productivity

--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": 5.76,
      "finishTimestamp": 8.30
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "Do you have any tips on how to have a healthy morning routine?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.04
    }
  ]
}