Back to Freecodecamp

Task 12

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

latest1.6 KB
Original Source
<!-- (audio) Jessica: Okay, that's good. For the second phase, how many development tasks are we looking at? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Okay, that's good. For the BLANK, how many development tasks are we looking at?

--blanks--

second phase

--feedback--

The first word is an ordinal number that means the step after the first one, and the second word refers to a stage in a project.

--explanation--

Second is an ordinal number that shows something comes after the first position in a sequence. For example:

The second step is testing the software. — It shows that this step comes after the first.

A phase is a part or stage of a project. So second phase means the second main part of the project plan.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-1.mp3",
      "startTime": 1,
      "startTimestamp": 16.56,
      "finishTimestamp": 20.68
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.12,
      "dialogue": {
        "text": "Okay, that's good. For the second phase, how many development tasks are we looking at?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.62
    }
  ]
}