Back to Freecodecamp

Task 34

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does the final task focus on?

--answers--

Writing code for a new feature.

--feedback--

This is not about building features.


Creating materials for launching the software.


Testing the product with users.

--feedback--

That happens earlier. The last step is about preparing to launch.


Fixing minor visual bugs.

--feedback--

No bugs are mentioned here.

--video-solution--

2

--explanation--

James says the final task is to prepare the deployment documentation.

This means the team needs to write instructions and materials for launching the software — not coding or testing at this stage.

--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
    }
  ]
}