Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/66122b7d6f1f182bb1fe0338.md

latest2.4 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. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What did Brian work on last week?

--answers--

He developed a new software feature.

--feedback--

Brian's focus was on documentation and training, not on developing new software features.


He focused on marketing and sales strategies.

--feedback--

Brian's activities were related to documentation and training, not marketing and sales.


He improved project documentation and attended a training session.


He was on leave for personal reasons.

--feedback--

Brian mentioned actively working on project documentation and attending a training session.

--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": 3.74,
      "finishTimestamp": 16.28
    }
  },
  "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",
      "opacity": 0,
      "startTime": 14.04
    }
  ]
}