Back to Freecodecamp

Task 61

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

latest1.6 KB
Original Source
<!-- (Audio) Maria: Yeah, I've seen him around. He's responsible for security operations in our company. -->

--description--

The phrase be responsible for means to have the duty or job of taking care of something or ensuring something is done. It's often followed by a noun or the -ing form of a verb to describe what someone needs to take care of.

For example, She's responsible for managing the team means she has the duty of overseeing and directing the team's work.

--fillInTheBlank--

--sentence--

Yeah, I've seen him around. He's BLANK BLANK security operations in our company.

--blanks--

responsible

--feedback--

This word indicates having the duty or job of taking care of something.


for

--feedback--

This preposition is used to connect responsible with what the person is in charge of.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.40,
      "finishTimestamp": 10.40
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.00,
      "dialogue": {
        "text": "Yeah, I've seen him around. He's responsible for security operations in our company.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.50
    }
  ]
}