Back to Freecodecamp

Task 79

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

latest1.8 KB
Original Source
<!-- (audio) James: Compliance is when we put specific rules, policies, and regulations that are important to our industry into practice. It helps promote ethics at the workplace. -->

--description--

Regulations are official rules made by a government or authority. They are designed to control how something works or how people act, especially in businesses. For example:

Health and safety regulations ensure a safe workplace. - This means health and safety rules help make the workplace safe for everyone.

--questions--

--text--

What are regulations usually in a business context?

--answers--

Personal preferences.

--feedback--

Regulations are formal rules, not personal preferences.


Informal team agreements.

--feedback--

Regulations are more formal than informal agreements.


Official rules set by authorities.


Suggestions for leisure activities.

--feedback--

Regulations are about professional conduct, not leisure.

--video-solution--

3

--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": 12.48,
      "finishTimestamp": 22.74
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 11.26,
      "dialogue": {
        "text": "Compliance is when we put specific rules, policies, and regulations that are important to our industry into practice. It helps promote ethics at the workplace.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 11.76
    }
  ]
}