Back to Freecodecamp

Task 76

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66fd5e559780701bf86652f1.md

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Brian: Usually two hours. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK two hours.

--blanks--

Usually

--feedback--

This word means something that happens most of the time or in most situations. The first letter is capitalized.

--explanation--

Usually is used to talk about something that happens most of the time or in most situations. It helps describe typical patterns or behaviors. For example:

  • I usually check the system logs in the morning. - You often check the system logs in the morning, but not always.

  • The team usually holds meetings on Fridays. - The team often holds meetings on Fridays, but not always.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 35.04,
      "finishTimestamp": 36.48
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.44,
      "dialogue": {
        "text": "Usually two hours.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 2.94
    }
  ]
}