Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/661277970c67233d02f138de.md

latest2.4 KB
Original Source
<!-- (Audio) Sarah: Nice work! I also attended a UX design workshop last month. I learned some great techniques for user research. I've applied them to our project, and it helped improve the user experience. -->

--description--

UX stands for User Experience. It refers to how a person feels when they are using a product, system, or service. This includes websites, apps, and electronic devices. A UX designer makes things easy and nice for people to use on the computer or phone.

For example: The UX of this website is excellent because it's easy to navigate and find the information you need.

--fillInTheBlank--

--sentence--

Nice work! I also attended a BLANK design workshop last month. I learned some great BLANK for user research. I've applied them to our project, and it helped BLANK the user experience.

--blanks--

UX

--feedback--

It stands for User Experience, a key aspect of design focusing on how users interact with products.


techniques

--feedback--

It refers to methods or ways of doing something, in this case, for conducting user research.


improve

--feedback--

It means to make something better, here referring to enhancing the user experience of the project.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 19.56,
      "finishTimestamp": 29.88
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.02,
      "dialogue": {
        "text": "Nice work. I also attended a UX design workshop last month.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.2,
      "finishTime": 7.8,
      "dialogue": {
        "text": "I learned some great techniques for user research.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 7.8,
      "finishTime": 11.32,
      "dialogue": {
        "text": "I've applied them to our project and it helped improve the user experience.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 11.82
    }
  ]
}