Back to Freecodecamp

Task 61

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663d136b07dbdd7cebf17907.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: Well, the documentation says we're starting the testing phase next week, but you mentioned it was the following week. -->

--description--

The testing phase is a part of a project where you check if everything works correctly. For example, in a project to make a new app, the testing phase is when you try using the app to find and fix any problems. It helps make sure the project is ready and works well.

Listen to the sentence and fill in the blank.

--fillInTheBlank--

--sentence--

Well, the documentation says we're starting the BLANK phase next week, but you mentioned it was the following week.

--blanks--

testing

--feedback--

Followed by phase, this represents the part of a project where you check if things are working well.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 14.06,
      "finishTimestamp": 19.16
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.1,
      "dialogue": {
        "text": "Well, the documentation says we're starting the testing phase next week, but you mentioned it was the following week.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.6
    }
  ]
}