Define research methods
This commit is contained in:
parent
d8576b03b1
commit
c913655edc
1 changed files with 12 additions and 0 deletions
|
@ -1,6 +1,18 @@
|
|||
;; Personal UX database. Goal of this database is to provide funtions and data
|
||||
;; to generate an org file for ux planning.
|
||||
|
||||
(defconst ux:research-methods
|
||||
'((quantitative
|
||||
("analytics" "https://plausible.io/")
|
||||
"surveys"
|
||||
"card sorting")
|
||||
(qualitative
|
||||
"contextual inquiry"
|
||||
"interviews"
|
||||
"focus groups"
|
||||
"usability testing"
|
||||
"diary study")))
|
||||
|
||||
(defconst ux:usability:research-questions
|
||||
'((web-sites
|
||||
"How easily do users understand what is clickable?"
|
||||
|
|
Loading…
Add table
Reference in a new issue