Back to Freecodecamp

Task 12

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Then, I go straight to the kitchen to make a cup of coffee. It's my morning fuel. -->

--description--

Fuel typically refers to a substance that is used to produce energy, like gasoline for cars or coal for trains.

However, in everyday language, people often use fuel to describe something that gives them energy or motivation. For example, someone might call food or drink their fuel if it helps them to start the day with energy.

--questions--

--text--

What does Sarah mean by morning fuel?

--answers--

A cup of coffee that gives her energy in the morning


A morning exercise routine

--feedback--

Exercise can be energizing, but another thing is her morning fuel.


The fuel she puts in her car

--feedback--

Sarah is talking about her morning routine, not about driving or using a car.


A special kind of morning medicine

--feedback--

Sarah uses the term fuel metaphorically for something that energizes her, not as a literal medicine.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 16.18,
      "finishTimestamp": 19.90
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "Then, I go straight to the kitchen to make a cup of coffee. It's my morning fuel.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.22
    }
  ]
}