Back to Freecodecamp

Task 19

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

latest1.7 KB
Original Source
<!-- (Audio) Bob: Interesting. I'm making pictures with our data for our reports. We think it may help people understand them better. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Why is Bob making pictures for their reports?

--answers--

Because they can make the reports more interesting.

--feedback--

That can be true, but it is not what he said.


Because they could provide more detailed data analysis.

--feedback--

Bob doesn't mention data analysis.


Because they might attract more readers.

--feedback--

Bob's statement is about understanding, not attracting more readers.


Because they may help people understand the data better.

--video-solution--

4

--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": 18.88
    }
  },
  "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",
      "startTime": 5.48,
      "finishTime": 7.56,
      "dialogue": {
        "text": "We think it may help people understand them better.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.06
    }
  ]
}