Back to Freecodecamp

Task 26

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

latest1.7 KB
Original Source
<!-- (audio) James: If all goes well, we should complete the third phase, which includes all initial testing, by the end of April. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does the third phase include?

--answers--

Final bug fixes and deployment.

--feedback--

James doesn't mention the final stages.


All initial testing.


Design revisions and feature planning.

--feedback--

Those happen earlier. James talks about the testing part of development.


Marketing and product launch.

--feedback--

That comes after development and testing, not during the third phase.

--video-solution--

2

--explanation--

James says, The third phase, which includes all initial testing....

He does not mention final fixes, marketing, or early planning steps here.

--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": 36.22,
      "finishTimestamp": 42.34
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 7.12,
      "dialogue": {
        "text": "If all goes well, we should complete the third phase, which includes all initial testing, by the end of April.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.62
    }
  ]
}