curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e7318f9fe365ba838011d.md
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.
What are features in the context of software?
The different functions or parts of the software.
The problems or bugs found in the software.
Features are about functionality, not problems.
The physical appearance of the software.
Features refer to functionalities, not physical appearance.
The people who develop the software.
Features refer to software aspects, not the developers.
1
{
"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
}
]
}