Back to Freecodecamp

Task 16

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

latest3.1 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--

FAQ stands for Frequently Asked Questions. It's a list of questions and answers about a particular topic, often found on websites or product manuals. For example, The software's FAQ page helps users troubleshoot common issues.

Based on is a phrase used to show that something is made using certain information or ideas. In tech, you might say, This update is based on user suggestions.

To attend means to go to or be present at an event or meeting. In a professional setting, attending training can mean participating in a session to learn new skills. For instance, I attended a webinar on cybersecurity.

These terms are commonly used in professional and technical contexts.

--fillInTheBlank--

--sentence--

Things are going well. Last week, I worked BLANK improving our project's documentation. I updated the user manual and added some FAQs BLANK on customer feedback. I also BLANK the customer support BLANK session.

--blanks--

on

--feedback--

It is used to indicate the focus of the improvement, in this case, the project's documentation.


based

--feedback--

It indicates that the FAQs were created using the information gathered from customer feedback.


attended

--feedback--

It means that Brian was present at or participated in an event, here referring to the training session.


training

--feedback--

It refers to the session Brian attended, designed to teach or enhance skills, particularly in customer support.

--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
    }
  ]
}