Back to Freecodecamp

Task 53

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

latest2.2 KB
Original Source
<!-- (audio) Jake: That's true, but Visual Studio Code has a large selection of extensions. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, but Visual Studio Code has a large BLANK of BLANK.

--blanks--

That's true

--feedback--

This phrase is used to agree with a statement made previously.


selection

--feedback--

This refers to a variety or range of options available to choose from.


extensions

--feedback--

In the context of software, extensions are additional features or tools that can be added to a program to extend its functionality.

--explanation--

Selection refers to the range or variety of options available from which you can choose. It's used to describe a large number of items that offer choices. For example:

Visual Studio Code offers a wide selection of themes, allowing developers to choose their preferred color scheme. - This means there are many color themes available to developers in Visual Studio Code.

Extensions are additional parts or features that can be added to a software application to enhance or extend its capabilities. For example:

The AdBlock extension for Chrome blocks unwanted ads while browsing the internet. - This means that the AdBlock tool is used in Chrome to stop advertisements from appearing on web pages, helping to create a cleaner and faster browsing experience.

--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": 18.94,
      "finishTimestamp": 24.1
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.16,
      "dialogue": {
        "text": "That's true, but Visual Studio Code has a large selection of extensions.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.66
    }
  ]
}