Define research methods

This commit is contained in:
Marcus Kammer 2022-10-23 11:42:43 +02:00
parent d8576b03b1
commit c913655edc
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -1,6 +1,18 @@
;; Personal UX database. Goal of this database is to provide funtions and data ;; Personal UX database. Goal of this database is to provide funtions and data
;; to generate an org file for ux planning. ;; 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 (defconst ux:usability:research-questions
'((web-sites '((web-sites
"How easily do users understand what is clickable?" "How easily do users understand what is clickable?"