Back to Freecodecamp

Task 132

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c61a57f6eca6e9fb0f61d7.md

latest1.9 KB
Original Source
<!-- Audio Reference: Tom: And in Eclipse, it's not showing the Git tools. Are they built-in? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

And in Eclipse, it's not showing the Git tools. Are they BLANK?

--blanks--

built-in

--feedback--

Something has been included as part of a larger system or structure from the start. This is a compound word, remember to use - between them.

--explanation--

Built-in refers to features or tools that are included as part of a software program or device from the start, without needing to be added or installed separately.

When something is built-in, it's already there and ready to use. For example:

  • This laptop has a built-in camera. - The camera is included as part of the laptop.

  • The software comes with built-in security features. - The security features are already included in the software.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 36.32,
      "finishTimestamp": 40.76
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.24,
      "dialogue": {
        "text": "And in Eclipse, it's not showing the Git tools.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.52,
      "finishTime": 5.44,
      "dialogue": {
        "text": "Are they built-in?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.94
    }
  ]
}