Back to Freecodecamp

Task 5

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

latest1.5 KB
Original Source
<!-- (Audio) James: Good morning, Sarah. Wow, it seems like you have a ton of energy this morning. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is James communicating?

--answers--

He is asking Sarah why she is late.

--feedback--

James's line is friendly and positive, not questioning Sarah's punctuality.


He is greeting Sarah and complimenting her.


He is making a joke about Sarah's energy level.

--feedback--

James mentions Sarah's energy, but he is not making a joke.


He is asking Sarah for a favor.

--feedback--

James's line doesn't include a request or ask for a favor.

--video-solution--

2

--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": 4.38
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.38,
      "dialogue": {
        "text": "Good morning, Sarah. Wow, it seems like you have a ton of energy this morning.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.88
    }
  ]
}