Back to Freecodecamp

Task 33

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

latest1.8 KB
Original Source
<!-- (audio) James: The last, or tenth task, is to prepare the deployment documentation. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The last, or tenth task, is to prepare the BLANK.

--blanks--

deployment documentation

--feedback--

This two-word phrase refers to written information that explains how to launch and install the software.

--explanation--

Deployment means releasing or launching software so it can be used in a real environment. For example:

We're planning the next deployment for Thursday. — The team will release new changes on Thursday.

Documentation is written information that helps explain how something works or how to use it. For example:

The software needs better documentation. — The instructions or user guide should be clearer.

Together, deployment documentation means the written steps and instructions needed to launch the software correctly.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-1.mp3",
      "startTime": 1,
      "startTimestamp": 52.24,
      "finishTimestamp": 57.32
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.08,
      "dialogue": {
        "text": "The last, or tenth task, is to prepare the deployment documentation.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.58
    }
  ]
}