Back to Freecodecamp

Task 24

curriculum/challenges/english/blocks/learn-how-to-share-feedback/67978d50e2a7684919cf804a.md

latest2.0 KB
Original Source
<!-- (Audio) Bob: Let's set some goals for the next quarter to ensure you're on track. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let's BLANK some BLANK for the next quarter to ensure you're on track.

--blanks--

set

--feedback--

This word means to establish or define something, like a target or objective.


goals

--feedback--

This word refers to objectives or desired outcomes that someone wants to achieve.

--explanation--

To set goals means to define specific objectives or targets to achieve. For example:

The team set goals to improve customer satisfaction this year. - This means the team established objectives related to customer satisfaction.

Quarter refers to one-fourth of a year, or a three-month period. In business context, the next quarter means the upcoming three-month period in the calendar or fiscal year. For example:

  • Our sales target for the next quarter is $1 million. - This means the target applies to the next three-month period.

  • We review our performance at the end of each quarter. - This refers to evaluating progress every three months.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 40.48,
      "finishTimestamp": 43.64
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.16,
      "dialogue": {
        "text": "Let's set some goals for the next quarter to ensure you're on track.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}