Back to Freecodecamp

Task 22

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65b625b0ce7ac75e1115c8cb.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: Well, she's responsible for hiring people and taking care of workers. -->

--description--

After responsible for, you use the -ing form of verbs to describe these tasks.

Hiring means to give someone a job. A simple example could be, The manager is hiring new workers.

Taking care of means to look after or ensure someone's well-being. An example is, She is taking care of her sick friend.

--fillInTheBlank--

--sentence--

Well, she's responsible for BLANK people and BLANK BLANK BLANK workers.

--blanks--

hiring

--feedback--

It means to give someone a job or position.


taking

--feedback--

This word starts the phrase for looking after someone.


care

--feedback--

It's the part of the phrase meaning to ensure someone's well-being.


of

--feedback--

This small word connects taking care with who is being looked after, in this case, workers.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 23.44,
      "finishTimestamp": 26.98
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.54,
      "dialogue": {
        "text": "Well, she's responsible for hiring people and taking care of workers.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}