Back to Freecodecamp

Task 108

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

latest1.7 KB
Original Source
<!-- Audio Reference: Tom: Isn't it supposed to support that feature? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Isn't it supposed to BLANK that BLANK?

--blanks--

support

--feedback--

The word describes the program's ability to handle different tasks or features.


feature

--feedback--

This word describes a specific function or capability that a software program offers to its users.

--explanation--

In software development, support means that a program or tool is capable of working with a certain feature or functionality. A feature refers to a specific function or capability that a software program offers to its users. For example:

  • VS Code supports multiple programming languages. - VS Code can work with different languages.

  • One feature of VS Code is the ability to integrate with Git. - This refers to a specific capability that VS Code offers to its users.

--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": 10.28,
      "finishTimestamp": 12.16
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.88,
      "dialogue": {
        "text": "Isn't it supposed to support that feature?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.38
    }
  ]
}