From c913655edcfc7b9537de7bd439f8d9abd5cd2395 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 23 Oct 2022 11:42:43 +0200 Subject: [PATCH] Define research methods --- bundle/bundle--ux.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bundle/bundle--ux.el b/bundle/bundle--ux.el index 6a4edbdf..6b9cc346 100644 --- a/bundle/bundle--ux.el +++ b/bundle/bundle--ux.el @@ -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?"