Back to Freecodecamp

Task 19

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

latest1.7 KB
Original Source
<!-- (audio) James: We've outlined ten tasks for development. The third task involves setting up the core database, and it's crucial since everything else depends on it. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why is the third task important?

--answers--

Because it's the last task in the plan.

--feedback--

This is not the last task. It's the third one.


Because it takes the most time to complete.

--feedback--

James doesn't mention how long it takes.


Because the team is unsure how to complete it.

--feedback--

There's no mention of confusion or uncertainty.


Because everything else depends on the database.

--video-solution--

4

--explanation--

James says the task is crucial because everything else depends on it.

That means if this step isn't done, the rest of the tasks can't move forward.

--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": 23.52,
      "finishTimestamp": 30.06
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 7.54,
      "dialogue": {
        "text": "The third task involves setting up the core database, and it's crucial since everything else depends on it.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 8.04
    }
  ]
}