Back to Freecodecamp

Task 77

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

latest1.4 KB
Original Source
<!-- (Audio) Anna: When do they usually happen? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

When do they BLANK happen?

--blanks--

usually

--feedback--

This word means something that happens most of the time or is common.

--explanation--

Usually means something happens most of the time or is common. It describes the frequency or regularity of an event. For example:

I usually have coffee in the morning before starting work. - It means having coffee in the morning is a regular habit or something you do most of the time.

--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": 3,
      "finishTimestamp": 4.22
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.22,
      "dialogue": {
        "text": "When do they usually happen?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 2.72
    }
  ]
}