Back to Freecodecamp

Task 81

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

latest1.9 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--

To promote ethics means to encourage and support moral principles and standards. For example:

The manager promotes ethics by enforcing transparent reporting. - This means the manager supports good and honest behavior by making sure reports are clear and truthful.

--questions--

--text--

What does it mean to promote ethics in a company?

--answers--

To encourage social interactions.

--feedback--

Promoting ethics is more about moral conduct than socializing.


To advance personal gains.

--feedback--

Ethics promotion is about collective standards, not personal gains.


To encourage and support moral principles.


To focus on individual achievements.

--feedback--

Ethics are about collective moral standards, not just individual achievements.

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