Back to Freecodecamp

Task 24

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

latest1.9 KB
Original Source
<!-- (Audio) Mark: Hi, Maria. I'm testing a new software tool to find problems. It's a nice experience so far, but we're doing more tests to make sure everything works. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, Maria. I'm BLANK a new software tool to BLANK problems. It's a nice experience so far, but we're BLANK more tests to BLANK sure everything BLANK.

--blanks--

testing

--feedback--

This verb means trying out the software to check for problems. It ends in -ing.


find

--feedback--

This verb means looking for problems in the software.


doing

--feedback--

This verb refers to carrying out or performing the tests. It ends in -ing.


make

--feedback--

In this context, this verb means to ensure or confirm.


works

--feedback--

This verb means something functions correctly or as expected. Don't forget the ending -s.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 2.56,
      "finishTimestamp": 10.16
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.14,
      "dialogue": {
        "text": "Hi, Maria. I'm testing a new software tool to find problems.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 4.42,
      "finishTime": 8.60,
      "dialogue": {
        "text": "It's a nice experience so far, but we're doing more tests to make sure everything works.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 9.10
    }
  ]
}