Back to Freecodecamp

Task 17

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

latest1.9 KB
Original Source
<!-- (Audio) Bob: For daily meetings, a quick status check should be enough. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

For BLANK meetings, a quick BLANK check should be enough.

--blanks--

daily

--feedback--

This refers to something happening every day.


status

--feedback--

This refers to a report about the current situation or condition of something.

--explanation--

Daily means happening every day. It is used to describe actions, tasks, or events that occur each day without exception. For example:

She has a daily routine of checking her email in the morning. – This means she checks her email every day.

A status check refers to reviewing or checking the current condition or progress of something. It typically involves a brief update to understand how things are going. For example:

We will do a quick status check at the start of each meeting to ensure everything is on track. – This means checking the progress of the tasks or project at the beginning of each meeting.

--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": 33.72,
      "finishTimestamp": 36.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "For daily meetings, a quick status check should be enough.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.54
    }
  ]
}