Back to Freecodecamp

Task 70

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

latest1.6 KB
Original Source
<!-- (Audio) Maria: He also ensures that everyone follows security procedures. -->

--description--

Follow security procedures means to act according to rules or steps designed to keep a place or people safe. It's important in many areas, especially in workplaces, to prevent problems or dangers.

You learned that after everyone, you should use the third-party singular form of the verb because everyone is considered as each person in a group, treated individually.

--fillInTheBlank--

--sentence--

He also ensures that everyone BLANK BLANK BLANK.

--blanks--

follows

--feedback--

This is the singular form of the verb meaning each person does the action.


security

--feedback--

This word means keeping people, places, or things safe from danger or harm.


procedures

--feedback--

These are the steps or rules that need to be followed for safety.

--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": 33.80,
      "finishTimestamp": 36.56
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "He also ensures that everyone follows security procedures.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}