Back to Freecodecamp

Task 68

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/661aeec49a6635cb37599db1.md

latest2.0 KB
Original Source
<!-- (Audio) Tom: Alice, what's the deal with biometrics? I keep hearing about facial recognition and fingerprint scanning. -->

--description--

Fingerprint scanning is a technology that looks at the unique patterns on your fingers to identify and verify who you are. It's like your fingers have special marks that are different from everyone else's. When you use fingerprint scanning, the system checks these marks to make sure it's really you. Just like facial recognition, it is an important technique used by biometrics.

--fillInTheBlank--

--sentence--

Alice, what's the deal with biometrics? I keep hearing about BLANK BLANK and BLANK BLANK.

--blanks--

facial

--feedback--

Related to someone's face.


recognition

--feedback--

The act of checking something, like a face, and knowing who it belongs to.


fingerprint

--feedback--

The marks that are visible on the tip of your fingers.


scanning

--feedback--

The act of analyzing something using a scanner. Use the -ing form.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 0.72,
      "finishTimestamp": 6.5
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "Alice, what's the deal with biometrics?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.74,
      "finishTime": 6.78,
      "dialogue": {
        "text": "I keep hearing about facial recognition and fingerprint scanning.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.28
    }
  ]
}