Back to Freecodecamp

Task 21

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

latest2.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. I'm using some tools to help me. Sarah: Pictures can be great to explain things. We're not using pictures, but it's definitely fun to work with data like this. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Sarah mention pictures in her statement to Bob?

--answers--

To express interest in adopting Bob's method.

--feedback--

Sarah recognizes Bob's method but doesn't show an interest in changing.


To show that Bob's idea with pictures is good, but she likes how she works.


Because she wants to do what Bob is doing.

--feedback--

Sarah isn't planning to change her method, she just talks about what Bob is doing.


To indicate that Bob's method is less enjoyable.

--feedback--

Sarah doesn't compare fun or enjoyment, she just talks about different ways of working.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 12.32,
      "finishTimestamp": 28.02
    }
  },
  "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": 10.54,
      "dialogue": {
        "text": "We think it may help people understand them better. I'm using some tools to help me.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 10.54
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 10.54
    },
    {
      "character": "Sarah",
      "startTime": 11,
      "finishTime": 12.68,
      "dialogue": {
        "text": "Pictures can be great to explain things.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 13.42,
      "finishTime": 16.70,
      "dialogue": {
        "text": "We're not using pictures, but it's definitely fun to work with data like this.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 17.20
    }
  ]
}