Back to Freecodecamp

Task 80

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

An industry refers to a specific sector of the economy or a type of business activity. Different industries have their own sets of rules, regulations, and practices. For example:

The technology industry is known for rapid innovation. - This means the technology business area often makes new ideas and products very quickly.

--questions--

--text--

What does industry refer to in a business context?

--answers--

A type of hobby.

--feedback--

Industry refers to economic sectors, not hobbies.


A social club.

--feedback--

Industry is about economic activities, not social clubs.


A personal interest.

--feedback--

Industry is related to business sectors, not personal interests.


A specific sector of the economy or business activity.

--video-solution--

4

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