Back to Freecodecamp

Task 78

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e4e482e3a38992b212c6f.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--

A policy (in the plural, policies) is a principle or rule to guide decisions and achieve rational outcomes. Policies are often adopted by an organization to guide employees. For example:

The company's privacy policy protects client information. - This means the company has rules about keeping client information safe and private.

--questions--

--text--

What does policy mean in a workplace?

--answers--

A formal rule or principle guiding decisions.


A casual suggestion.

--feedback--

Policies are formal and more than just suggestions.


A personal belief.

--feedback--

Policies are organizational, not personal.


A recreational activity.

--feedback--

Policies are related to professional conduct, not recreation.

--video-solution--

1

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