Back to Freecodecamp

Task 36

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

latest1.6 KB
Original Source
<!-- (audio) James: We should have that ready near the last week of the project. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

When should the team have the task ready?

--answers--

Around the final days of the project.


During the planning phase.

--feedback--

He says they'll be ready near the end, not the beginning.


By the middle of the next sprint.

--feedback--

Near the last week is closer to the end, not the middle.


After the entire project is delivered.

--feedback--

He says it should be ready before the project ends, not after.

--video-solution--

1

--explanation--

James says, near the last week of the project, meaning they plan to have it ready before the very end, during the final week of the timeline.

--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": 57.34,
      "finishTimestamp": 60.46
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.12,
      "dialogue": {
        "text": "We should have that ready near the last week of the project.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.62
    }
  ]
}