Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/6612762a058bb43b960e91ca.md

latest2.0 KB
Original Source
<!-- (Audio) Brian: That sounds awesome! I tested the app for bugs. We found a few, but the good news is we fixed them all. It seems pretty solid now. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What did Brian and his team do with the app?

--answers--

They added new features to the app.

--feedback--

Brian's focus was on testing for bugs and fixing them, not adding new features.


They tested the app, found bugs, and fixed them.


They only discussed potential improvements for the app.

--feedback--

Brian's statement goes beyond discussion; it involves active testing and fixing of bugs.


They prepared the app for a major launch.

--feedback--

Preparing for a launch isn't mentioned. Brian's update is about testing and fixing bugs in the app.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 11.68,
      "finishTimestamp": 18.86
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "That sounds awesome. I tested the app for bugs.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.82,
      "finishTime": 6.44,
      "dialogue": {
        "text": "We found a few, but the good news is we fixed them all.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 6.72,
      "finishTime": 8.18,
      "dialogue": {
        "text": "It seems pretty solid now.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 8.68
    }
  ]
}