Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/67fe493ff469cad1b4f4ed3c.md

latest1.5 KB
Original Source
<!-- (Audio) Bob: First off, let's discuss the frequency of our updates. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

First off, let's discuss the BLANK of our updates.

--blanks--

frequency

--feedback--

This word refers to how often something happens or is done.

--explanation--

Frequency refers to how often something occurs or repeats within a certain time period. For example:

  • The frequency of our team meetings has increased this month. – This means the team is meeting more often.

  • The frequency of emails in my inbox has been overwhelming lately. – This means a large number of emails are coming in at a rapid rate.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-1.mp3",
      "startTime": 1,
      "startTimestamp": 6.66,
      "finishTimestamp": 10.24
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.58,
      "dialogue": {
        "text": "First off, let's discuss the frequency of our updates.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.08
    }
  ]
}