Back to Freecodecamp

Task 21

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

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

--description--

The phrase responsible for means someone has a duty to do something at work or in life. You can use a noun or an -ing form of a verb to describe the duties or tasks.

Examples: She's responsible for the team., or I am responsible for teaching English.

--fillInTheBlank--

--sentence--

Well, she's BLANK BLANK hiring people and taking care of workers.

--blanks--

responsible

--feedback--

This word means having a duty or job to do something.


for

--feedback--

This preposition is used to connect responsible with the tasks she does.

--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
    }
  ]
}