Back to Freecodecamp

Task 84

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679d1bd6ce4088301e89630b.md

latest1.9 KB
Original Source
<!-- (Audio) James: Which features did he mention? Do you think it's a coding issue? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is James particularly worried about?

--answers--

That the client wants new features.

--feedback--

James is asking about existing features that might not be working correctly.


That the update was released too late.

--feedback--

James is focused on the issue itself, not on the timing of the update.


That the client misunderstood the update.

--feedback--

James is not asking if the client misunderstood something.


That the problem might be caused by a coding issue.

--video-solution--

4

--explanation--

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.

--scene--

json
{
  "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
    }
  ]
}