Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/658154d361f5f6285eeeffc6.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: Dealing with many tight deadlines and feeling like I'm rushing to complete tasks. -->

--description--

The phrase feeling like I'm rushing means feeling very busy or having to work very fast.

Being in a rush means you are doing something quickly because you do not have much time. In the dialogue, Brian uses this phrase to show he feels a lot of pressure. So, being in a rush is like racing against time to get things done.

--fillInTheBlank--

--sentence--

Dealing with many tight deadlines and BLANK BLANK I'm BLANK to complete tasks.

--blanks--

feeling

--feedback--

This word is used here as a gerund, indicating the experience or sensation of a particular emotion.


like

--feedback--

This word is a preposition used to compare or illustrate a similarity to something else.


rushing

--feedback--

It means you are doing something quickly because you do not have much time. It ends with -ing.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 26.66,
      "finishTimestamp": 31.58
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.92,
      "dialogue": {
        "text": "Dealing with many tight deadlines and feeling like I'm rushing to complete tasks.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.42
    }
  ]
}