Back to Freecodecamp

Task 77

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

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

--description--

Secure facilities are places that are made very safe to protect the people and things inside. These places have special locks, guards, and sometimes cameras to keep everything safe from danger or theft. Examples include banks, military bases, or important government buildings.

Listen to the audio and fill in the blanks with the appropriate words.

--fillInTheBlank--

--sentence--

Also, it's used for identity verification at airports and BLANK BLANK.

--blanks--

secure

--feedback--

An adjective that means the same as protected or safe.


facilities

--feedback--

A synonym for places. Use its plural form. Preceded by secure, it defines places like military bases and banks.

--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
    }
  ]
}