Back to Freecodecamp

Task 62

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

latest2.4 KB
Original Source
<!-- (audio) Sarah: I agree. Keeping our data safe is a top priority. Bob: Indeed. It's a continuous effort to adapt to new security challenges. -->

--description--

To adapt means to change or adjust to new conditions. For example:

Businesses must adapt to new technologies. - This means businesses must change the way they work to use new technology.

Effort means the physical or mental energy needed to do something. For example:

It takes a lot of effort to learn a new language. - This means learning a new language needs a lot of work and energy.

Indeed is used to agree strongly or to confirm that something is true. For example:

Indeed, the results were excellent. - This means it is true that the results were very good.

--fillInTheBlank--

--sentence--

Sarah: I agree. Keeping our data safe is a top priority.

Bob: BLANK. It's a continuous BLANK to BLANK to new security challenges.

--blanks--

Indeed

--feedback--

This word is used to strongly agree with Sarah. The first letter is capitalized.


effort

--feedback--

This noun refers to the work and energy put into the task.


adapt

--feedback--

This verb means making changes in response to new challenges.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      },
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 46.74,
      "finishTimestamp": 54.40
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "I agree. Keeping our data safe is a top priority.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4
    },
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 4
    },
    {
      "character": "Bob",
      "startTime": 4.5,
      "finishTime": 8.66,
      "dialogue": {
        "text": "Indeed. It's a continuous effort to adapt to new security challenges.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 9.16
    }
  ]
}