Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/661253cc9fb5ee2d01a0d6a8.md

latest2.1 KB
Original Source
<!-- (Audio) Brian: It helped me to understand the issues our customers are facing, and I learned some strategies for better addressing their concerns. -->

--description--

To address means to deal with or handle a problem or challenge. In technology, for instance, you might say, We need to address the bugs in our software. meaning you need to find and fix the bugs.

Concerns are worries, problems, or issues that someone has. In a customer support context, a concern might be a difficulty a user is facing with a product. For example, The main concern of our users is the app's loading speed.

--fillInTheBlank--

--sentence--

It helped me to understand the issues our customers are facing, and I learned some BLANK for better BLANK their BLANK.

--blanks--

strategies

--feedback--

These are planned methods or approaches to solve a problem or achieve a goal.


addressing

--feedback--

It means dealing with or handling, in this context, how to manage customers' issues effectively.


concerns

--feedback--

It refers to the problems or challenges the customers are experiencing.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 16.48,
      "finishTimestamp": 22.5
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "It helped me to understand the issues our customers are facing,",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.88,
      "finishTime": 7.02,
      "dialogue": {
        "text": "and I learned some strategies for better addressing their concerns.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.52
    }
  ]
}