Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655b5cc5a8b3897908c962f0.md

latest1.5 KB
Original Source
<!-- (Audio): Sophie: Hey, James. What's your cybersecurity project about? -->

--description--

Cybersecurity is about keeping computers and online information safe. It stops bad people from stealing or damaging what's on computers and the internet.

For example, when you use a password to protect your email, or when a website keeps your credit card information safe, that's cybersecurity. It's important because people use computers and the internet a lot.

--fillInTheBlank--

--sentence--

Hey, James. What's your BLANK project about?

--blanks--

cybersecurity

--feedback--

This word refers to the protection of internet-connected systems, including hardware, software, and data, from cyber attacks.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 0.60,
      "finishTimestamp": 3.28
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.68,
      "dialogue": {
        "text": "Hey, James. What's your cybersecurity project about?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.18
    }
  ]
}