Back to Freecodecamp

Task 22

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: We might also consider having weekly updates for parts of the project where changes are less frequent. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We might also consider having BLANK updates for parts of the project where changes are less frequent.

--blanks--

weekly

--feedback--

This refers to something happening once a week.

--explanation--

Weekly is used to describe something that happens only once every week. It indicates the frequency of an event or action occurring on a weekly basis. For example:

The team has weekly meetings to discuss project progress. – This means the meetings happen every week.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-1.mp3",
      "startTime": 1,
      "startTimestamp": 44.62,
      "finishTimestamp": 49.14
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "We might also consider having weekly updates",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.2,
      "finishTime": 5.52,
      "dialogue": {
        "text": "for parts of the project where changes are less frequent.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}