Back to Freecodecamp

Task 26

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

latest1.9 KB
Original Source
<!-- (Audio) Mark: It's a nice experience so far, but we're doing more tests to make sure everything works. -->

--description--

When you want to make sure something works, you try to do it with special care to confirm the result in the end. For example:

  • We have to make sure the code is running. - This means you'll be specially careful with the code to confirm it runs well.

  • Please make sure that you order the correct color. - Here, you are being asked to confirm the color you want before ordering something.

--questions--

--text--

Why are Mark and his team doing more tests?

--answers--

His team wants to improve the software's design.

--feedback--

The purpose of more testing is not specifically to improve its design.


They are testing more because they enjoy the process.

--feedback--

The main reason for more testing is to ensure functionality.


They are testing more to make sure everything works correctly.


They want to learn new testing methods.

--feedback--

The tests are to confirm the software's functionality.

--video-solution--

3

--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": 5.98,
      "finishTimestamp": 10.16
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 5.18,
      "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": 5.68
    }
  ]
}