Back to Freecodecamp

Dialogue 2: Data Analysis Team Discuss Their Projects

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

latest3.0 KB
Original Source

--description--

Watch the video to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "2.3-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Bob",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Bob",
      "startTime": 1.4,
      "finishTime": 3.4,
      "dialogue": {
        "text": "Hi, Sarah. What are you doing now?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.3,
      "finishTime": 7.1,
      "dialogue": {
        "text": "Hi, Bob. I'm looking at customer data to find patterns.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 7.8,
      "finishTime": 11.1,
      "dialogue": {
        "text": "We're trying to understand what our customers like and what they buy,",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 11.1,
      "finishTime": 12.7,
      "dialogue": {
        "text": "but we're not having any luck at the moment.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 13.4,
      "finishTime": 17.4,
      "dialogue": {
        "text": "Interesting. I'm making pictures with our data for our reports.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 17.8,
      "finishTime": 19.9,
      "dialogue": {
        "text": "We think it may help people understand them better.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 20.2,
      "finishTime": 22.2,
      "dialogue": {
        "text": "I'm using some tools to help me.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 23.1,
      "finishTime": 25.2,
      "dialogue": {
        "text": "Pictures can be great to explain things.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 25.7,
      "finishTime": 27.5,
      "dialogue": {
        "text": "We're not using pictures, but it's definitely fun",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 27.5,
      "finishTime": 29,
      "dialogue": {
        "text": "to work with data like this.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 29.5
    },
    {
      "character": "Bob",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 30
    }
  ]
}