Back to Freecodecamp

Task 81

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

latest1.4 KB
Original Source
<!-- (Audio) Alice: It's generally secure, but like any technology, it has its challenges and privacy concerns. -->

--description--

Listen to the audio and fill in the blanks.

--fillInTheBlank--

--sentence--

It's generally secure, but like any technology, it has its challenges and BLANK BLANK.

--blanks--

privacy

--feedback--

Word used when you keep something about yourself or your life away from others.


concerns

--feedback--

Word related to what you have when you feel worried about something or someone. Use it in the plural here.

--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": 21.02,
      "finishTimestamp": 25.86
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.84,
      "dialogue": {
        "text": "It's generally secure, but like any technology, it has its challenges and privacy concerns.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.34
    }
  ]
}