Back to Freecodecamp

Task 6

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

latest1.7 KB
Original Source
<!-- (Audio) James: Good morning, Sarah. Wow, it seems like you have a ton of energy this morning. What do you do to start the day off right? -->

--description--

James notices that Sarah is full of energy in the morning. He comments on it and then asks her about her routine.

By asking What do you do to start the day off right? he is showing interest in the steps or habits she follows to feel good and productive at the beginning of her day.

--questions--

--text--

What does James want to know about Sarah?

--answers--

Why she is at work so early.

--feedback--

James is not asking about the time Sarah arrives at work.


If she likes her job.

--feedback--

James's question is not focused on her feelings about her job.


Where she bought her clothes.

--feedback--

He is not asking about her clothes.


What she does to feel energetic in the morning.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 6.80
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 7.80,
      "dialogue": {
        "text": "Good morning, Sarah. Wow, it seems like you have a ton of energy this morning. What do you do to start the day off right?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 8.30
    }
  ]
}