Back to Freecodecamp

Task 89

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e581f01bedfd00d3d57ce.md

latest1.7 KB
Original Source
<!-- (audio) James: We have to comply with data protection regulations, security standards, and our company's code of conduct. -->

--description--

Regulation is a rule made by a government or another authority.

Regulations is the plural form, and it means a set of rules. These rules are important to follow in many jobs. For example:

Health regulations in restaurants are important for customer safety. - This means health rules in restaurants help keep customers safe from sickness.

--questions--

--text--

What does regulation or regulations mean?

--answers--

Personal choices in clothing.

--feedback--

Regulations are official rules, not personal choices.


Ideas for new games.

--feedback--

Regulations are about official standards, not game ideas.


Plans for traveling.

--feedback--

Regulations involve legal standards, not travel plans.


Official rules made by authorities.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 28.40,
      "finishTimestamp": 34.06
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.66,
      "dialogue": {
        "text": "We have to comply with data protection regulations, security standards, and our company's code of conduct.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.16
    }
  ]
}