Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/6846f1bd08c49425cdcd9c5d.md

latest2.2 KB
Original Source
<!-- (audio) Jessica: Perfect. For the final phase, we should aim to have at least two weeks for beta testing and fixing any critical issues that our testers find. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Perfect. For the final phase, we should BLANK to have at least two weeks for BLANK and fixing any BLANK that our testers find.

--blanks--

aim

--feedback--

This verb means to plan or try to achieve something.


beta testing

--feedback--

This two-word phrase refers to the testing stage where real users try the product before it launches.


critical issues

--feedback--

This two-word phrase refers to major problems that could stop the product from working correctly.

--explanation--

To aim means to plan to reach a goal or target. For example:

We aim to release the app next month. — They hope or plan to do it.

Beta testing is when real users test a nearly finished product to find any bugs. For example:

The app is now in beta testing. — People are trying the app to find problems.

Critical issues are very serious problems that must be fixed before release. For example:

The app crashing on login is a critical issue. — It's a serious problem that blocks usage.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-1.mp3",
      "startTime": 1,
      "startTimestamp": 42.62,
      "finishTimestamp": 49.88
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 8.26,
      "dialogue": {
        "text": "Perfect. For the final phase, we should aim to have at least two weeks for beta testing and fixing any critical issues that our testers find.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 8.76
    }
  ]
}