Back to Freecodecamp

Task 18

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: Interesting. I'm making pictures with our data for our reports. -->

--description--

To make pictures in the context of data refers to creating visual representations or graphs to illustrate data findings. It's a common practice in report-making to help show information.

--fillInTheBlank--

--sentence--

Interesting. I'm BLANK pictures with our data for our BLANK.

--blanks--

making

--feedback--

This word refers to the process of creating visual representations of data. It ends in -ing.


reports

--feedback--

This word in the plural form refers to documents or presentations that Bob and his team are preparing.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 12.32,
      "finishTimestamp": 16.24
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.92,
      "dialogue": {
        "text": "Interesting. I'm making pictures with our data for our reports.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.42
    }
  ]
}