Back to Freecodecamp

Task 65

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

latest1.1 KB
Original Source
<!-- (Audio) Tom: Alice, what's the deal with biometrics? -->

--description--

Listen to the audio and fill in the blank.

--fillInTheBlank--

--sentence--

Alice, what's the deal with BLANK?

--blanks--

biometrics

--feedback--

This is related to the use of unique characteristics of your body, like your face or fingerprints, for security or identification.

--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": 3.12
    }
  },
  "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",
      "opacity": 0,
      "startTime": 3.9
    }
  ]
}