Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ccd18f62d4c0292a97808.md

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Finally, this is Linda, our UX/UI designer. -->

--description--

UX stands for User Experience, and UI stands for User Interface. A UX/UI designer works on designing websites or applications to make them easy and pleasant to use.

The UX part focuses on the overall feel of the experience, while UI focuses on the specific layout and design of the interface.

--questions--

--text--

What is the main responsibility of a UX/UI designer like Linda?

--answers--

Managing company finances.

--feedback--

This is not related to UX/UI design, which is about creating user-friendly digital products.


Designing user-friendly websites and applications.


Teaching computer programming.

--feedback--

UX/UI design is different from teaching programming; it's about designing digital interfaces.


Organizing company events.

--feedback--

Organizing events is not typically a responsibility of a UX/UI designer.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 27.18,
      "finishTimestamp": 30.38
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "Finally, this is Linda, our UX/UI designer.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}