Back to Freecodecamp

Task 61

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656a4e35a774444d1946a899.md

latest1.3 KB
Original Source
<!-- (Audio) Bob: It's essential to ensure our data is secure. -->

--description--

To ensure means to make sure or guarantee something. For example:

We ensure quality by checking every product. - This means they make sure that every product is good and works correctly.

--fillInTheBlank--

--sentence--

It's essential to BLANK our data is BLANK.

--blanks--

ensure

--feedback--

This verb means to make certain or confirm.


secure

--feedback--

This adjective means something is safe or protected.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 43.32,
      "finishTimestamp": 45.92
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.60,
      "dialogue": {
        "text": "It's essential to ensure our data is secure.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.10
    }
  ]
}