Back to Freecodecamp

Task 87

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

latest1.9 KB
Original Source
<!-- (Audio) Brian: I'm also interested in the flexibility that tech roles offer. They allow us to balance our jobs with personal interests and hobbies. -->

--description--

Tech roles often come with the flexibility to adjust work schedules, which can make it easier to balance work with personal life. This can include time for interests and hobbies outside of work.

Listen carefully and fill in the missing words about what tech roles make possible and the balance they help maintain.

--fillInTheBlank--

--sentence--

I'm also interested in the flexibility that tech roles offer. They BLANK us to balance our jobs with personal BLANK and hobbies.

--blanks--

allow

--feedback--

This verb means to make something possible or to give permission for something.


interests

--feedback--

This noun refers to things you enjoy doing, like hobbies or activities that catch your attention. This word is in plural.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 35.10,
      "finishTimestamp": 42.14
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.26,
      "dialogue": {
        "text": "I'm also interested in the flexibility that tech roles offer.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.7,
      "finishTime": 8.04,
      "dialogue": {
        "text": "They allow us to balance our jobs with personal interests and hobbies.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 8.54
    }
  ]
}