Back to Freecodecamp

Task 91

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

latest1.7 KB
Original Source
<!-- (audio) James: It's essential to protect sensitive information and maintain our reputation. -->

--description--

Industry refers to a certain type of business or economic activity. Different industries, like technology, healthcare, or education, have their own special ways of working. For example:

The fashion industry is known for its creativity and trends. - This means the fashion business is famous for new ideas and popular styles.

--questions--

--text--

What is an industry in a business context?

--answers--

A hobby people do for fun.

--feedback--

An industry is a business sector, not a hobby.


A place to go on vacation.

--feedback--

Industries are about business, not vacation places.


A sector of the economy involving certain kinds of business activities.


A type of sport.

--feedback--

An industry relates to economic activities, not sports.

--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": 34.42,
      "finishTimestamp": 39.62
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.20,
      "dialogue": {
        "text": "It's essential to protect sensitive information and maintain our reputation.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.70
    }
  ]
}