Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6805083435c58a70b9556209.md

latest2.1 KB
Original Source
<!-- (Audio) Sarah: Thanks for meeting with me today. We need to wrap up the list of components for our next product batch. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks for meeting with me today. We need to BLANK the list of BLANK for our next BLANK.

--blanks--

wrap up

--feedback--

This two-word phrase means to finish or complete something.


components

--feedback--

This word in the plural form means individual parts that make up a whole.


product batch

--feedback--

This two-word phrase means a group of products made at the same time.

--explanation--

Wrap up means to finish or complete something. For example:

Let's wrap up this task before lunch. – This means to finish the task before lunchtime.

Components are the individual parts that make up a whole system or object. For example:

We ordered all the components for the new smartphone. – This refers to all the separate parts needed to build the phone.

Product batch refers to a group of items produced at the same time. For example:

The factory shipped the first product batch last week. – This refers to a group of products made and sent together.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.98
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.98,
      "dialogue": {
        "text": "Thanks for meeting with me today. We need to wrap up the list of components for our next product batch.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.48
    }
  ]
}