Back to Freecodecamp

Task 8

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

latest1.8 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 complete the sentence below.

--fillInTheBlank--

--sentence--

For the BLANK, the first task is to BLANK the software requirements by next Friday.

--blanks--

initial phase

--feedback--

This two-word phrase refers to the first stage of a project.


finalize

--feedback--

This verb means to complete or make something final.

--explanation--

Initial phase means the beginning stage of something. For example:

During the initial phase of testing, we found several bugs. — This means bugs were found at the start of testing.

To finalize means to complete or finish something officially. For example:

We need to finalize the design before the meeting. — They need to complete the design.

So, James is saying: In the first stage, the most important job is to complete the software requirements.

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