Back to Freecodecamp

Task 24

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/66126744e24b0a31255718a7.md

latest2.0 KB
Original Source
<!-- (Audio) Brian: Of course. By the end of the quarter, I plan to have the documentation I'm working on fully updated, and I intend to improve our customer support process based on the training I received. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Why does Brian intend to improve the customer support process?

--answers--

He received complaints from customers.

--feedback--

This choice is incorrect as Brian's motivation for improving customer support is based on training, not directly on customer complaints.


It's a routine quarterly goal.

--feedback--

The routine aspect is not mentioned; his intention is specifically linked to the insights gained from training.


Based on the training he received.


He wants to increase sales.

--feedback--

Increasing sales is not mentioned; his focus is on enhancing support due to his recent training.

--video-solution--

3

--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": 29.72,
      "finishTimestamp": 39
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.9,
      "dialogue": {
        "text": "Of course. By the end of the quarter, I plan to have the documentation I'm working on fully updated,",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 6.1,
      "finishTime": 10.28,
      "dialogue": {
        "text": "and I intend to improve our customer support process based on the training I received.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 10.78
    }
  ]
}