Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655bd2158780e2421b674e61.md

latest1.9 KB
Original Source
<!-- (Audio) Sarah: Hi, Bob. I'm looking at customer data to find patterns. -->

--description--

Data means information, especially facts or numbers collected to be examined and considered and used to help decision-making.

There are different types of data, like quantitative data, which is about numbers (like how many people visit a store), and qualitative data, which is about descriptions (like what people think about a product).

Customer data is specific information about customers, like their buying habits or preferences.

For example, a store might collect data on what times of day customers visit most often, or which products are most popular.

--questions--

--text--

What does customer data mean?

--answers--

How many people visit a store.

--feedback--

That would be an example of quantitative data.


Information about customers.


What people think about a product.

--feedback--

This would be a good example of qualitative data.


Numbers related to store profits.

--feedback--

Store profits involve numbers, but customer data refers to information about the customers themselves.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 3.52,
      "finishTimestamp": 6.44
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "Hi, Bob. I'm looking at customer data to find patterns.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.42
    }
  ]
}