Back to Freecodecamp

Task 66

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

latest1.3 KB
Original Source
<!-- (Audio) Brian: We have them quarterly. -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

We have them BLANK.

--blanks--

quarterly

--feedback--

This word means happening every three months, or four times a year.

--explanation--

Quarterly means happening every three months, or four times a year. For example:

  • The company releases its financial reports quarterly. - The reports are released every three months.

  • We hold quarterly meetings. - Meetings are organized four times a year.

--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": 23.38,
      "finishTimestamp": 24.58
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.2,
      "dialogue": {
        "text": "We have them quarterly",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 2.7
    }
  ]
}