Back to Freecodecamp

Task 7

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

latest2.1 KB
Original Source
<!-- (Audio) Sarah: Currently, we meet every morning to review progress and issues. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, we meet every morning to review progress and issues.

--blanks--

Currently

--feedback--

This refers to the present time, indicating something happening now. The first letter is capitalized.

--explanation--

An adverbial phrase is a word or group of words that works together to modify a verb, adjective, or other adverb, providing additional information about time, frequency, manner, place, or degree. Sarah uses two adverbial phrases that describe the frequency of the meeting:

Currently is an adverb that refers to the present time. It indicates that the action is happening now, in the present moment. For example:

Currently, we are testing the new software. - It means the testing is happening at the present time.

Every morning is an adverbial phrase that describes frequency, indicating how often the meetings occur. For example:

She exercises every morning before work. - It means she exercises daily, specifically in the morning.

These phrases help provide more context and give the listener or reader a better understanding of when and how frequently the actions take place.

--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": 16.1,
      "finishTimestamp": 19
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Currently, we meet every morning to review progress and issues.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}