Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/66100646290700150caff732.md

latest2.0 KB
Original Source
<!-- (Audio) Bob: That's great, Sarah! I've also been pretty busy this week. I tested the new feature we added last week. It seems to be working well. And I found a few minor issues that we need to fix. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What did Bob do this week?

--answers--

He tested the new feature and found a few minor issues.


He was on vacation.

--feedback--

Bob mentions he was busy testing a new feature and finding issues.


He worked on creating a new app.

--feedback--

While Bob was busy with a feature, there's no mention of him creating a new app.


He attended a technology conference.

--feedback--

Bob's activities were related to testing and issue-finding, not attending a conference.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 13.02,
      "finishTimestamp": 23.4
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "That's great Sarah. I've also been pretty busy this week.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.28,
      "finishTime": 8.4,
      "dialogue": {
        "text": "I tested the new feature we added last week. It seems to be working well.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 8.8,
      "finishTime": 11.38,
      "dialogue": {
        "text": "And I found a few minor issues that we need to fix.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 11.88
    }
  ]
}