Back to Freecodecamp

Task 34

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

latest2.1 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--

A database administrator is a professional responsible for managing and maintaining databases. They ensure that data is secure (safe from unauthorized access) and efficient (easily accessible and usable).

This role is crucial in any organization that handles large amounts of data.

--questions--

--text--

According to Bob, what is John's main responsibility?

--answers--

Designing websites and graphics.

--feedback--

This is not related to managing databases.


Making sure their data is secure and efficient.


Teaching database courses.

--feedback--

While some might teach, it's not the primary responsibility mentioned.


Selling database software.

--feedback--

This role is more about management, not sales.

--video-solution--

2

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