Back to Freecodecamp

Task 77

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

Rules are specific guidelines or instructions that are meant to be followed. They are set to maintain order and ensure fair and proper conduct, especially in a professional setting. For example:

The office rules include being punctual and respectful to colleagues. - This means you should arrive on time and be polite to people you work with.

--questions--

--text--

What are rules in a professional context?

--answers--

Suggestions for hobbies.

--feedback--

Rules are more about mandatory conduct, not hobbies.


Guidelines or instructions that have to be followed.


Plans for social events.

--feedback--

Rules are related to workplace conduct, not social events.


Ideas for personal projects.

--feedback--

Rules are related to professional behavior, not personal projects.

--video-solution--

2

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