Back to Freecodecamp

Task 71

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

latest1.9 KB
Original Source
<!-- (Audio) Alice: Biometrics is the use of physical or behavioral traits for security. -->

--description--

For is a preposition that indicates the purpose, goal, or reason for an action. It often tells people why something is happening or who it is intended for. Examples: She studied hard for the exam. (the purpose of studying was the exam). They bought a gift for their friend's birthday. (the reason for buying it was the friend's birthday).

--questions--

--text--

What do physical or behavioral traits include in biometrics?

--answers--

Biometrics uses traits to create security


Traits are used without a purpose in biometrics

--feedback--

Alice emphasizes that traits have a purpose in biometrics, contributing to security.


Security is only needed for physical traits

--feedback--

Alice doesn't specify that security is only needed for physical traits.


Traits are used for colorful security

--feedback--

The phrase colorful security is not mentioned. Alice refers to the use of traits for security.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 6.92,
      "finishTimestamp": 10.56
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "Biometrics is the use of physical or behavioral traits for security.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}