Back to Freecodecamp

Task 4

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

latest1.5 KB
Original Source
<!-- (audio) Jessica: How many phases do we currently have planned? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

How many BLANK do we currently have planned?

--blanks--

phases

--feedback--

This word in the plural form refers to a stage or step in a process or project.

--explanation--

A phase is one part of a larger process. Projects are often divided into phases to help manage tasks and time. For example:

We are in the testing phase of the project. — The project is in the part where they test what they've built.

Jessica is asking how many different steps or phases are already planned in the project.

--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": 4.78,
      "finishTimestamp": 7.2
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "How many phases do we currently have planned?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.92
    }
  ]
}