curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663681f2b524fe34dca85721.md
Let's talk a little about occupations in tech.
UX (User Experience) is about how easy and enjoyable it is to use something like a website or an app. It focuses on making sure everything works well and feels nice to use.
UI (User Interface) has to do with how things on a website or app look and where you find them. It includes the buttons you click, the colors, and the layout. It's about making sure everything looks good and is easy to find.
If you are a UX designer, a UI designer, or a UX/UI designer, you are the person responsible for making websites and apps easy to use and look nice.
Listen to the sentences and fill in the blanks.
Alice: What does she do on the team?
Tom: She's a BLANK/BLANK designer. She's really creative.
UX
Short for User Experience, it has to do with making sure everything works and is nice to use.
UI
Short for User Interface, it has to do with the look and feel of a website or app.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Alice",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
},
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "4.3-1.mp3",
"startTime": 1,
"startTimestamp": 16.42,
"finishTimestamp": 20.96
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 2.06,
"dialogue": {
"text": "What does she do on the team?",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 2.26
},
{
"character": "Tom",
"opacity": 1,
"startTime": 2.26
},
{
"character": "Tom",
"startTime": 2.46,
"finishTime": 5.54,
"dialogue": {
"text": "She's a UX/UI designer. She's really creative.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 6.04
}
]
}