Back to Freecodecamp

Task 85

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

latest1.7 KB
Original Source
<!-- (audio) James: We have to comply with data protection regulations, security standards, and our company's code of conduct. -->

--description--

Data refers to information or facts collected for reference or analysis. In a workplace, data can include numbers, words, or observations used to make decisions. For example:

The company collects customer data to understand buying habits. - This means the company gets information about customers to learn what they usually buy.

--questions--

--text--

What does data mean?

--answers--

Collected information or facts.


A type of personal opinion.

--feedback--

Data is about factual information, not opinions.


A guess without proof.

--feedback--

Data is based on actual information, not guesses.


An entertainment activity.

--feedback--

Data is related to information collection, not entertainment.

--video-solution--

1

--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": 28.40,
      "finishTimestamp": 34.06
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.66,
      "dialogue": {
        "text": "We have to comply with data protection regulations, security standards, and our company's code of conduct.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.16
    }
  ]
}