Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/6612757ffdc16b3a22b08427.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 complete the sentence.

--fillInTheBlank--

--sentence--

That sounds awesome! I BLANK the app for bugs. We BLANK a few, but the good news is we BLANK them all. It seems pretty solid now.

--blanks--

tested

--feedback--

It is the past simple form of test, indicating an action that was completed in the past.


found

--feedback--

It is the past simple form of find, used here to describe the discovery of bugs which occurred in the past.


fixed

--feedback--

It is the past simple form of fix, indicating the completed action of resolving the found bugs.

--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
    }
  ]
}