Back to Freecodecamp

Task 54

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678e4878f7df13bbcdbcdee4.md

latest1.6 KB
Original Source
<!-- (audio) Jake: It's customizable, which is useful for our different teams. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's BLANK, which is useful for our different teams.

--blanks--

customizable

--feedback--

This word means that something can be changed or adjusted to meet individual preferences or needs.

--explanation--

Customizable refers to something that can be changed or modified to suit different preferences, needs, or requirements. For example:

The dashboard in this project management tool is customizable, allowing each team to organize their tasks in their preferred way. - This means that the dashboard can be modified according to each team's needs, helping them organize their work more efficiently.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-2.mp3",
      "startTime": 1,
      "startTimestamp": 24.32,
      "finishTimestamp": 27.88
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "It's customizable, which is useful for our different teams.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}