Back to Freecodecamp

Task 11

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

latest1.7 KB
Original Source
<!-- (audio) James: For the initial phase, the first task is to finalize the software requirements by next Friday. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the team supposed to do first?

--answers--

Build the final product.

--feedback--

This step happens later. First, they need to do something else.


Complete the software requirements.


Test the software with users.

--feedback--

Testing usually happens after development. It's not the first task.


Create the user interface.

--feedback--

The user interface comes after the planning phase.

--video-solution--

2

--explanation--

James says, the first task is to finalize the software requirements.

This means they need to complete the software requirements document before doing anything else.

--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": 10.6,
      "finishTimestamp": 16.26
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.66,
      "dialogue": {
        "text": "For the initial phase, the first task is to finalize the software requirements by next Friday.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.16
    }
  ]
}