Back to Freecodecamp

Task 122

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e7318f9fe365ba838011d.md

latest1.6 KB
Original Source
<!-- (audio) Sarah: Then, in the afternoon, I test other features like the payment system. -->

--description--

In software, features refer to the various functions, parts, or aspects of the software. Each feature, like a login process or a payment system, is a specific capability or function that the software offers.

--questions--

--text--

What are features in the context of software?

--answers--

The different functions or parts of the software.


The problems or bugs found in the software.

--feedback--

Features are about functionality, not problems.


The physical appearance of the software.

--feedback--

Features refer to functionalities, not physical appearance.


The people who develop the software.

--feedback--

Features refer to software aspects, not the developers.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 50.36,
      "finishTimestamp": 53.84
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "Then, in the afternoon, I test other features like the payment system.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}