Back to Freecodecamp

Task 18

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

latest1.9 KB
Original Source
<!-- (audio) James: 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 complete the sentence below.

--fillInTheBlank--

--sentence--

The third task involves setting up the BLANK, and it's BLANK since everything else depends on it.

--blanks--

core database

--feedback--

This two-word phrase refers to the central part of the data system.


crucial

--feedback--

This word means something is very important or necessary.

--explanation--

Core database refers to the main or central data storage in a software system. It holds the key information that other parts of the system need. For example:

All user information is stored in the core database. — It's essential for the system to work.

Crucial means very important or essential. For example:

It's crucial to test the login feature before launch. — It's necessary to do this first.

James says the core database is crucial because everything else depends on it, which means that the project can't work without it.

--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
    }
  ]
}