Back to Freecodecamp

Task 89

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/681344c14ac4fd072a51d5f7.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: We're a little short on testers right now. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We're a little short on BLANK right now.

--blanks--

testers

--feedback--

This noun means people whose job is to find mistakes or problems in a product before it is finished. Use the plural form.

--explanation--

Testers are people who check products (like apps or websites) to find problems or bugs before the final version is released. For example:

  • The testers found several bugs during the first round. - People who tested the product discovered some issues.

  • Our testers are focusing on user experience this week. - The team of testers is currently checking how easy and smooth the app is to use.

QA testers (Quality Assurance testers) are very important for ensuring the product works correctly.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 55.24,
      "finishTimestamp": 57.5
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "We're a little short on testers right now.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.76
    }
  ]
}