Back to Freecodecamp

Task 44

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

latest1.7 KB
Original Source
<!-- (Audio) Tom: It's exhausting, and it feels like I'm constantly running without knowing where I'm going. -->

--description--

When something is exhausting, it makes you feel very tired, like after a long day of work or exercise. Imagine playing soccer all day and feeling so tired afterward; you'd say, Playing soccer all day is exhausting.

Constantly means happening all the time or very often, without stopping. If you do your homework every day without fail, you can say, I'm constantly doing these tasks.

--fillInTheBlank--

--sentence--

It's BLANK, and it feels like I'm BLANK running BLANK knowing where I'm going.

--blanks--

exhausting

--feedback--

This word is used to describe something that makes you feel very tired.


constantly

--feedback--

This word means something is happening all the time or very often.


without

--feedback--

This word is used to indicate the absence of something.

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 12.82,
      "finishTimestamp": 17.12
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.30,
      "dialogue": {
        "text": "It's exhausting and it feels like I'm constantly running without knowing where I'm going.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.80
    }
  ]
}