Back to Freecodecamp

Task 50

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/677fb90a1fd8951df9eb7761.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: If we don't back up regularly, we could lose important information, right? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If we don't back up BLANK, we could lose important information, right?

--blanks--

regularly

--feedback--

This word means doing something consistently or at set intervals, like every day or every week.

--explanation--

Regularly is an adverb used to describe an action done at consistent or repeated intervals. It is often associated with habits or routines. For example:

  • I exercise regularly. - This means exercising consistently, perhaps every day or a few times a week.

  • She checks her email regularly. - This means she checks her email often, such as daily.

Doing something regularly ensures good habits and prevents issues, as in backing up data to avoid loss.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-2.mp3",
      "startTime": 1,
      "startTimestamp": 3.96,
      "finishTimestamp": 8
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.04,
      "dialogue": {
        "text": "If we don't backup regularly, we could lose important information, right?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.54
    }
  ]
}