Update ux
This commit is contained in:
parent
2874c67a59
commit
b4c9ed8223
1 changed files with 7 additions and 7 deletions
|
@ -12,19 +12,19 @@
|
||||||
|
|
||||||
(defconst ux:methods
|
(defconst ux:methods
|
||||||
'((research
|
'((research
|
||||||
contextual-inquiry
|
(contextual-inquiry "Contextual inquiry is a type of ethnographic field study that involves in-depth observation and interviews of a small sample of users to gain a robust understanding of work practices and behaviors.")
|
||||||
interview
|
(interview "User interviews are guided interviews where a researcher asks existing or potential users questions to gain an understanding of their preferences, thoughts and feelings.")
|
||||||
focus-group
|
(focus-group "A focus group is a research method that brings together a small group of people to answer questions in a moderated setting.")
|
||||||
diary-study
|
(diary-study "A diary study is a research method used to collect qualitative data about user behaviors, activities, and experiences over time.")
|
||||||
(usability-testing "The goal is to identify any usability problems, collect qualitative and quantitative data and determine the participant's satisfaction with the product.")
|
(usability-testing "The goal is to identify any usability problems, collect qualitative and quantitative data and determine the participant's satisfaction with the product.")
|
||||||
(web-analytics "Web analytics is the collection, reporting, and analysis of website data. The focus is on identifying measures based on your organizational and user goals and using the website data to determine the success or failure of those goals and to drive strategy and improve the user’s experience.")
|
(web-analytics "Web analytics is the collection, reporting, and analysis of website data. The focus is on identifying measures based on your organizational and user goals and using the website data to determine the success or failure of those goals and to drive strategy and improve the user’s experience.")
|
||||||
(survey "A process of asking questions that are answered by a sample of a defined group of people to get numbers that you can use to make decisions.")
|
(survey "A process of asking questions that are answered by a sample of a defined group of people to get numbers that you can use to make decisions.")
|
||||||
(tree-testing "Tree Testing is a usability technique for evaluating the difficulty of finding topics in a website.")
|
(tree-testing "Tree Testing is a usability technique for evaluating the difficulty of finding topics in a website.")
|
||||||
(card-sorting "Card Sorting is a user-centered research method used to help determine how people categorize a set of items - referred to as 'cards' - to increase the users ability to find them. The technique can be used to determine both the naming of the categories and the grouping of the items within the categories."))
|
(card-sorting "Card Sorting is a user-centered research method used to help determine how people categorize a set of items - referred to as 'cards' - to increase the users ability to find them. The technique can be used to determine both the naming of the categories and the grouping of the items within the categories."))
|
||||||
(design
|
(design
|
||||||
sketching
|
(sketching "Sketching is a distinctive form of drawing which designers use to propose, explore, refine and communicate ideas.")
|
||||||
design-thinking
|
(design-thinking "Design thinking is a non-linear, iterative process that teams use to understand users, challenge assumptions, redefine problems and create innovative solutions to prototype and test.")
|
||||||
prototyping)
|
(prototyping "A simulation or sample version of a final product, which UX teams use for testing before launch."))
|
||||||
(writing
|
(writing
|
||||||
content-strategy "Content strategy focuses on the planning, creation, delivery, and governance of content.")))
|
content-strategy "Content strategy focuses on the planning, creation, delivery, and governance of content.")))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue