Back to Freecodecamp

Task 22

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: Breakfast is important to keep my energy up during the morning. -->

--description--

To keep the energy up is an example of how English speakers often use verbs with adverbs or prepositions to express a specific idea.

To keep up means to maintain something at a high level. So, to keep the energy up means to maintain a high level of energy.

--questions--

--text--

What does Sarah mean when she says she wants to keep her energy up during the morning?

--answers--

Maintain a high level of energy


Save energy for later

--feedback--

This choice suggests conserving energy for future use.


Increase her physical strength

--feedback--

Having energy can contribute to physical strength, but keep my energy up means another thing.


Wake up early in the morning

--feedback--

Waking up early is about starting the day.

--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": 45.10,
      "finishTimestamp": 47.82
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "Breakfast is important to keep my energy up during the morning.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.22
    }
  ]
}