Back to Freecodecamp

Task 6

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

latest1.6 KB
Original Source
<!-- (audio) James: Hi, Jessica. We have four major phases. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, Jessica. We have BLANK.

--blanks--

four major phases

--feedback--

The first word is a cardinal number, and the following two-word phrase refers to the important steps in a process.

--explanation--

A cardinal number tells you "how many" of something there are. Words like one, two, three, four are all cardinal numbers. For example:

We completed two phases of the project.Two tells you the number of phases.

Major phases means the important stages or main parts of a project. So, four major phases means there are four big or important steps in their project plan.

--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": 7.62,
      "finishTimestamp": 10.5
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "Hi, Jessica. We have four major phases.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.38
    }
  ]
}