Back to Freecodecamp

Task 15

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

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

--description--

Patterns are regular and repeated ways in which something happens or is done. In data, patterns can show trends or behaviors.

For example, a pattern in customer data might be that more people use bows as accessories. This is a trend pattern.

There are also cycle patterns, like a coffee shop selling more coffee in the morning.

Patterns can be found in numbers, like sales increasing every month, or in behaviors, like customers preferring to shop online.

--fillInTheBlank--

--sentence--

Hi, Bob. I'm BLANK at customer data to find BLANK.

--blanks--

looking

--feedback--

This verb means to examine or analyze something carefully. It ends in -ing.


patterns

--feedback--

This word in the plural form refers to regular and repeated ways in which something happens or is done.

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