Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a98cb3c834fe1b9d887299.md

latest2.5 KB
Original Source
<!-- (Audio) Bob: Perfect. Let's set a weekly meeting to review our progress. Would Friday morning work for you? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. Let's set a BLANK to review our progress. Would BLANK work for you?

--blanks--

Perfect

--feedback--

This word is used to express agreement or approval, often when something is seen as ideal or satisfactory. The first letter is capitalized.


weekly meeting

--feedback--

This two-word phrase refers to a meeting that takes place once every week to discuss ongoing progress or tasks.


Friday morning

--feedback--

These two words refer to the day of the week and time period when the meeting might happen, indicating a precise time to schedule something. The first letter of the first word is capitalized.

--explanation--

Perfect is often used to express agreement or enthusiasm about something. For example:

That's a perfect idea. – This means the idea is great or ideal.

Weekly meeting refers to a meeting that occurs regularly every week, typically for status updates or progress reviews. For example:

We have a weekly meeting every Monday morning. – This means a meeting is scheduled every Monday to discuss updates.

Friday morning specifies a time frame, in this case, the morning of a specific day of the week (Friday). For example:

Our team will meet on Friday morning to discuss the project. – This means the meeting is set for Friday, in the morning.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 42.32,
      "finishTimestamp": 47.02
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "Perfect. Let's set a weekly meeting to review our progress.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.38,
      "finishTime": 5.7,
      "dialogue": {
        "text": "Would Friday morning work for you?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.2
    }
  ]
}