From 8761ff3c2f685161234bf91b36ec9793a4f5d5b9 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 20 Oct 2022 15:39:37 +0200 Subject: [PATCH] Update qda --- bundle/bundle--qda.el | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/bundle/bundle--qda.el b/bundle/bundle--qda.el index 2438a956..d7602421 100644 --- a/bundle/bundle--qda.el +++ b/bundle/bundle--qda.el @@ -1,6 +1,21 @@ ;;; bundle--qda.el --- Data and functions for qualitative data analysis +(defconst qda:customer-interviews + '(("Their goals in purchasing the product") + ("Their frustrations with current solutions") + ("Their decision process for purchasing a product of the type you’re designing") + ("Their role in installing, maintaining, and managing the product") + ("Domain-related issues and vocabulary")) + "When interviewing customers, you will want to understand the this.") +(defconst qda:user-interviews + '(("The context of how the product (or analogous system, if no current product exists) fits into their lives or work flow: when, why, and how the product is or will be used") + ("Domain knowledge from a user perspective: What do users need to know to do their jobs?") + ("Current tasks and activities: both those the current product is required to accomplish and those it doesn’t support") + ("Goals and motivations for using their product") + ("Mental model: how users think about their jobs and activities, as well as what expectations users have about the product") + ("Problems and frustrations with current products (or an analogous system if no current product exists)")) + "Here is some information we are interested in learning from users.") (defconst qda:websites '("https://usability.yale.edu/"