Back to Freecodecamp

Task 38

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

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

Listen to the audio and answer the question below.

--questions--

--text--

Why is Sophie looking for help?

--answers--

She feels sleepy and unproductive in the mornings.


She always wakes up feeling energetic.

--feedback--

Sophie mentions feeling sleepy, not energetic, in the mornings.


She doesn't like mornings at all.

--feedback--

Sophie doesn't express a dislike for mornings, just a lack of productivity.


She is already very productive in the morning.

--feedback--

Sophie states that she doesn't get productive until almost midday, indicating a need for improvement.

--video-solution--

1

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