Back to Freecodecamp

Task 73

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

latest2.1 KB
Original Source
<!-- (Audio) Alice: Biometrics is the use of physical or behavioral traits for security. It's used for access control, like unlocking your phone with your face or fingerprint. -->

--description--

Unlock your phone means making your phone ready to use by removing the security barrier. When you unlock your phone, you enter a code, use your fingerprint, or use facial recognition to remove the protection, allowing you to use your phone freely.

--questions--

--text--

Listen and choose what Alice means by mentioning using biometrics for access control, like unlocking your phone.

--answers--

Keeping your phone secure

--feedback--

Unlocking your phone is about removing security, not keeping it secure.


Making your phone ready to use by removing security


Throwing your phone away

--feedback--

Unlocking your phone doesn't mean throwing it away.


Switching your phone off

--feedback--

Unlocking your phone is not the same as turning it off.

--video-solution--

2

--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": 14.9
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.44,
      "dialogue": {
        "text": "Biometrics is the use of physical or behavioral traits for security.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 5.02,
      "finishTime": 8.98,
      "dialogue": {
        "text": "It's used for access control, like unlocking your phone with your face or fingerprint.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 9.48
    }
  ]
}