Back to Freecodecamp

Task 54

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

latest2.0 KB
Original Source
<!-- (Audio) Expert: Yes. Don't start your day by checking your phone or emails immediately. It creates stress and makes you feel like you have to rush. -->

--description--

To rush means to do something or move quickly or in a hurry, often due to time pressure. It's used to describe actions done with urgency. For example:

  • I had to rush to catch the train. - Here, rush means moving quickly to not miss the train.

  • Don't rush your decision. - Here, rush suggests taking time to decide.

--fillInTheBlank--

--sentence--

Yes. Don't start your day by checking your phone or emails immediately. It BLANK stress and BLANK you feel like you have to BLANK.

--blanks--

creates

--feedback--

This verb means causing something to exist or happen. Don't forget the ending -s.


makes

--feedback--

This verb means causing someone to feel or do something. Don't forget the ending -s.


rush

--feedback--

This verb means to move or do something too quickly, often because of stress.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Expert",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 43.42,
      "finishTimestamp": 50.60
    }
  },
  "commands": [
    {
      "character": "Expert",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Expert",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "Yes. Don't start your day by checking your phone or emails immediately.",
        "align": "center"
      }
    },
    {
      "character": "Expert",
      "startTime": 4.88,
      "finishTime": 8.18,
      "dialogue": {
        "text": "It creates stress and makes you feel like you have to rush.",
        "align": "center"
      }
    },
    {
      "character": "Expert",
      "opacity": 0,
      "startTime": 8.68
    }
  ]
}