Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657cad90d6745e85569cdc06.md

latest1.9 KB
Original Source
<!-- AUDIO REFERENCE: Bob: This is John, the database administrator. He's been here for three years. He makes sure our data is secure and efficient. -->

--description--

In the context of database management, secure means keeping data safe from unauthorized access or cyber threats. Efficient refers to how well the data is managed and used, ensuring it is easily accessible and performs well.

--fillInTheBlank--

--sentence--

This is John, the database administrator. He's been here for three years. He makes sure our data is BLANK and BLANK.

--blanks--

secure

--feedback--

This term refers to the safety and protection of data.


efficient

--feedback--

This word describes how well the data is managed for performance and accessibility.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Mark",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.18,
      "finishTimestamp": 26.58
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.34,
      "dialogue": {
        "text": "This is John, the database administrator.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.34,
      "finishTime": 5.34,
      "dialogue": {
        "text": "He's been here for three years.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 5.34,
      "finishTime": 8.4,
      "dialogue": {
        "text": "He makes sure that our data is secure and efficient.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 8.9
    }
  ]
}