Back to Freecodecamp

Task 54

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662f074021418e2b24937af7.md

latest1.7 KB
Original Source
<!-- (Audio) Tom: Depending on the IDE that you're using, there are many extensions and plugins to use. -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

Depending on the BLANK that you're using, BLANK BLANK many BLANK and BLANK to use.

--blanks--

IDE

--feedback--

It stands for Integrated Development Environment, a software application that provides comprehensive programming facilities.


there

--feedback--

It is used here to introduce the existence or presence of extensions and plugins.


are

--feedback--

This verb is used to form expressions about the presence of multiple items.


extensions

--feedback--

They are software additions that extend the capabilities of the IDE.


plugins

--feedback--

Similar to extensions, these are software components that add specific features to an existing program, enhancing functionality.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 25.6,
      "finishTimestamp": 30.06
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.46,
      "dialogue": {
        "text": "Depending on the IDE that you're using, there are many extensions and plugins to use.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.96
    }
  ]
}