Back to Freecodecamp

Task 41

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

latest1.9 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Finally, this is Linda, our UX/UI designer. She joined the team last year. She loves creating user-friendly interfaces. -->

--description--

In the context of UX/UI design, user-friendly refers to something that is easy and pleasant to use, especially digital products like websites or apps.

An interface is the part of a computer system or program that users interact with. These terms are key in understanding what makes a good design from the user's perspective.

--fillInTheBlank--

--sentence--

Finally, this is Linda, our UX/UI designer. She joined the team last year. She loves creating BLANK BLANK.

--blanks--

user-friendly

--feedback--

This term describes products that are easy and pleasant for people to use. This is a compound word, remember to use -.


interfaces

--feedback--

This word in the plural form refers to the parts of computer systems or programs that people use or interact with.

--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": 34.84
    }
  },
  "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": "Bob",
      "startTime": 4.2,
      "finishTime": 8.2,
      "dialogue": {
        "text": "She joined the team last year. She loves creating user-friendly interfaces.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 8.7
    }
  ]
}