Back to Freecodecamp

Task 122

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

latest1.9 KB
Original Source
<!-- (audio) Maria: I'll make sure it's prioritized for the next release. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll make sure it's BLANK for the next BLANK.

--blanks--

prioritized

--feedback--

This word means to give something more importance or make sure it gets done before other tasks. It ends with -ed.


release

--feedback--

This word refers to the act of launching or making a new version of a product, like software, available to users.

--explanation--

Prioritized means making sure something is considered more important than other tasks. In a work context, it's often used when certain tasks need to be done first or urgently. For example:

We need to ensure that the bug fix is prioritized for the next software update. - This means the bug fix is considered urgent and needs to be handled before other tasks.

Release refers to the process of launching a new version of a product or software for public use. For example:

The company will release the new feature next month. - It indicates making the new feature available for users to use.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 59.96,
      "finishTimestamp": 62.28
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.32,
      "dialogue": {
        "text": "I'll make sure it's prioritized for the next release.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.82
    }
  ]
}