Back to Freecodecamp

Task 89

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675fb5315884dc456fad654a.md

latest2.7 KB
Original Source
<!-- (Audio) Brian: We send out reminders every month, but we're planning to increase that to every two weeks to keep everyone vigilant. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We send out reminders BLANK, but we're planning to increase that to BLANK to keep everyone BLANK.

--blanks--

every month

--feedback--

This phrase of two words refers to something that happens once each month.


every two weeks

--feedback--

This phrase of three words refers to something that happens once every two weeks, or biweekly. The third word is in the plural form.


vigilant

--feedback--

This word means being alert and paying close attention, especially to avoid risks or problems.

--explanation--

Every month means something happens once per month, regularly. For example:

We back up our system data every month to prevent data loss. - This sentence shows that backing up system data is a regular task that happens monthly to ensure data safety.

Every two weeks means something happens once every two weeks, or twice a month. For example:

The IT team checks for security updates every two weeks to keep systems up to date. - This sentence highlights the importance of checking for updates twice a month to ensure that systems remain secure and functioning well.

Vigilant means being watchful and careful to avoid risks or problems. For example:

Employees must stay vigilant when opening emails to avoid phishing scams. - This sentence emphasizes the need for employees to pay attention and be cautious when handling emails to prevent falling victim to scams or attacks.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-3.mp3",
      "startTime": 1,
      "startTimestamp": 18.6,
      "finishTimestamp": 23.68
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.52,
      "dialogue": {
        "text": "We send out reminders every month,",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.52,
      "finishTime": 6.08,
      "dialogue": {
        "text": "but we're planning to increase that to every two weeks to keep everyone vigilant.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.58
    }
  ]
}