Back to Freecodecamp

Task 86

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

latest1.6 KB
Original Source
<!-- (Audio) Brian: I'm also interested in the flexibility that tech roles offer. -->

--description--

A role refers to the function or part an individual plays in a particular situation or activity. For example, in a software development team, one person's role might be to write code, while another's is to test it.

Flexibility means the ability to adapt to different situations or to have a variety of work conditions, such as choosing your work hours or working from different locations.

--fillInTheBlank--

--sentence--

I'm also interested in the BLANK that tech BLANK offer.

--blanks--

flexibility

--feedback--

This noun describes the ability to change or adapt easily according to different situations or needs.


roles

--feedback--

This word refers to the specific functions or positions that individuals can have within a group or organization.

--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": 38.36
    }
  },
  "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",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}