Back to Freecodecamp

Task 86

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

latest1.7 KB
Original Source
<!-- (Audio) Anna: I see. How often should we remind employees to use secure connections? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I see. BLANK should we remind employees to use secure connections?

--blanks--

How often

--feedback--

This phrase of two words is used to ask about the frequency of an action, or how many times something should be done. The first letter is capitalized.

--explanation--

How often is used to ask about the frequency of an action, meaning how many times or at what intervals it should be repeated. For example:

How often should we update our antivirus software? - The question is asking about the frequency of updating antivirus software, which is an important security task. It emphasizes the need to establish a regular schedule to keep systems protected from threats.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-3.mp3",
      "startTime": 1,
      "startTimestamp": 14.72,
      "finishTimestamp": 18.18
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "I see. How often should we remind employees to use secure connections?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}