Back to Freecodecamp

Task 75

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

latest1.3 KB
Original Source
<!-- (Audio) Alice: Also, it's used for identity verification at airports and secure facilities. -->

--description--

Listen to the audio and fill in the blanks.

--fillInTheBlank--

--sentence--

Also, it's used for BLANK BLANK at airports and secure facilities.

--blanks--

identity

--feedback--

This has to do with who you are. It includes things like your name, where you come from, and so on.


verification

--feedback--

This word means checking to make sure something is true or correct.

--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": 15.22,
      "finishTimestamp": 19.04
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.82,
      "dialogue": {
        "text": "Also, it's used for identity verification at airports and secure facilities.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.32
    }
  ]
}