Back to Freecodecamp

Task 17

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: After coffee, I like to take a quick shower to freshen up. It helps me feel more alert and ready for the day. -->

--description--

Phrasal verbs in English combine a verb with a preposition or an adverb, creating a new meaning. For example, freshen up is a phrasal verb:

  • Freshen is the verb.

  • Up is the preposition.

Together, freshen up means to make oneself feel cleaner or more refreshed.

--questions--

--text--

What does Sarah mean when she uses freshen up in her sentence?

--answers--

Make coffee stronger

--feedback--

This doesn't match the meaning of freshen up. It's unrelated to making coffee stronger.


Wake up early

--feedback--

Freshen up doesn't mean waking up early.


Make herself feel cleaner or more refreshed


Dress up formally

--feedback--

Dressing up formally is different from freshen up.

--video-solution--

3

--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": 24.32,
      "finishTimestamp": 29.48
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.16,
      "dialogue": {
        "text": "After coffee, I like to take a quick shower to freshen up. It helps me feel more alert and ready for the day.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.66
    }
  ]
}