Back to Freecodecamp

Task 16

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: Hi, Bob. I'm looking at customer data to find patterns. We're trying to understand what our customers like and what they buy. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Why is Sarah trying to find patterns in their customers data?

--answers--

To prepare a report for her manager.

--feedback--

Sarah does not mention a report.


To solve a technical issue with the customer database.

--feedback--

Sarah doesn't mention technical issues.


To understand what customers like and what they buy.


To decide on new products to develop.

--feedback--

Sarah doesn't mention product development.

--video-solution--

3

--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": 9.84
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "Hi, Bob. I'm looking at customer data to find patterns.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.72,
      "finishTime": 7.32,
      "dialogue": {
        "text": "We're trying to understand what our customers like and what they buy.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.82
    }
  ]
}