Back to Freecodecamp

Task 43

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: One thing that really gets to me is working long hours without any breaks. -->

--description--

When you hear someone say it gets to me, they're telling you that something is really bothering or upsetting them. It's like when something annoys you a lot or makes you feel stressed.

--fillInTheBlank--

--sentence--

One thing that really BLANK to me is BLANK long hours BLANK any BLANK.

--blanks--

gets

--feedback--

This word is used to say that something is bothering or affecting the speaker emotionally.


working

--feedback--

This word describes the action of doing a job or task.


without

--feedback--

This word means lacking or not having something.


breaks

--feedback--

This word refers to a short period of rest or pause from work or activity. Use the plural form.

--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": 8.84,
      "finishTimestamp": 12.60
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.76,
      "dialogue": {
        "text": "One thing that really gets to me is working long hours without any breaks.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.26
    }
  ]
}