Back to Freecodecamp

Task 4

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

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

--description--

Idiomatic expressions are phrases where the words together have a different meaning than the individual words might suggest.

A ton of energy is an idiomatic expression meaning having a lot of energy, similar to saying loads of energy.

Here are some more examples of idiomatic expressions:

  • I slept like a rock. - Here, to sleep like a rock means to sleep very deeply.
  • She's feeling blue today. - Here, to feel blue means to feel sad.
  • This math problem is a piece of cake. - Here, a piece of cake means something is very easy.
  • He's in hot water now. - Here, to be in hot water means to be in trouble.
  • They see eye to eye. - Here, to see eye to eye means to agree with someone.

--fillInTheBlank--

--sentence--

Good morning, Sarah. Wow, it seems like you have BLANK BLANK BLANK energy this morning.

--blanks--

a

--feedback--

It's an indefinite article.


ton

--feedback--

This word means a very large amount of something.


of

--feedback--

This preposition means belonging to or connected with something.

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