Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/661254cf9474ed2da90fec1b.md

latest3.3 KB
Original Source
<!-- (Audio) Brian: Things are going well. Last week, I worked on improving our project's documentation. I updated the user manual and added some FAQs based on customer feedback. I also attended the customer support training session. It helped me understand the issues our customers are facing, and I learned some strategies for better addressing their concerns. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What helped Brian understand his customers' problems, and what did he learn?

--answers--

Updating the user manual helped him, and he learned about the new software features.

--feedback--

While updating the user manual was part of his work, it was the training session that helped him understand customer issues and learn new strategies.


Attending the customer support training session helped him, and he learned strategies for addressing customer concerns.


Creating FAQs based on customer feedback helped him, and he learned how to design better user interfaces.

--feedback--

Creating FAQs was part of Brian's work, but it was specifically the training session that provided insights into customer issues and strategies.


Working on the project documentation helped him, and he learned about project management.

--feedback--

It was the training session, not just working on documentation, that helped Brian gain insights into customer issues.

--video-solution--

2

--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": 3.74,
      "finishTimestamp": 22.5
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.06,
      "dialogue": {
        "text": "Things are going well.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.24,
      "finishTime": 5,
      "dialogue": {
        "text": "Last week, I worked on improving our project's documentation.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.48,
      "finishTime": 10.02,
      "dialogue": {
        "text": "I updated the user manual and added some FAQs based on customer feedback.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 10.62,
      "finishTime": 13.54,
      "dialogue": {
        "text": "I also attended the customer support training session.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 13.74,
      "finishTime": 16.62,
      "dialogue": {
        "text": "It helped me to understand the issues our customers are facing,",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 16.62,
      "finishTime": 19.76,
      "dialogue": {
        "text": "and I learned some strategies for better addressing their concerns.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 20.26
    }
  ]
}