Back to Freecodecamp

Task 73

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

latest1.6 KB
Original Source
<!-- (audio) James: Hey, Linda. Today, I want to talk to you about compliance and the obligations we have in our daily tasks. -->

--description--

Compliance means following rules and doing what is required in a job. It is about making sure you do things the right way. For example:

Compliance with safety rules keeps everyone safe. - This means following safety rules helps protect all people.

--questions--

--text--

What does compliance mean?

--answers--

Ignoring work rules.

--feedback--

Compliance is about following rules, not ignoring them.


Following rules and doing what is required.


Choosing when to come to work.

--feedback--

Compliance involves sticking to set times, not choosing.


Deciding what tasks to do.

--feedback--

It's about following set tasks, not personal choice.

--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": 0.00,
      "finishTimestamp": 7.40
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 8.40,
      "dialogue": {
        "text": "Hey, Linda. Today, I want to talk to you about compliance and the obligations we have in our daily tasks.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 8.90
    }
  ]
}