curriculum/challenges/english/blocks/learn-how-to-share-feedback/679d1bd6ce4088301e89630b.md
Listen to the audio and answer the question below.
What is James particularly worried about?
That the client wants new features.
James is asking about existing features that might not be working correctly.
That the update was released too late.
James is focused on the issue itself, not on the timing of the update.
That the client misunderstood the update.
James is not asking if the client misunderstood something.
That the problem might be caused by a coding issue.
4
A coding issue refers to a problem in the software code that causes errors or unexpected behavior. These issues can include bugs, logic errors, missing functionality, or performance problems. For example:
The team is investigating a coding issue that prevents users from logging in. - This means a problem in the code is causing login failures.
{
"setup": {
"background": "company1-boardroom.png",
"characters": [
{
"character": "James",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_8-3.mp3",
"startTime": 1,
"startTimestamp": 14.62,
"finishTimestamp": 17.32
}
},
"commands": [
{
"character": "James",
"opacity": 1,
"startTime": 0
},
{
"character": "James",
"startTime": 1,
"finishTime": 3.7,
"dialogue": {
"text": "Which features did he mention? Do you think it's a coding issue?",
"align": "center"
}
},
{
"character": "James",
"opacity": 0,
"startTime": 4.2
}
]
}