From 2f37834777ddfbd700ece65c77d7b85108777217 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 12 Sep 2022 09:33:50 +0200 Subject: [PATCH] Update qda --- bundle/bundle--qda.el | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/bundle/bundle--qda.el b/bundle/bundle--qda.el index 316703f6..74dcac29 100644 --- a/bundle/bundle--qda.el +++ b/bundle/bundle--qda.el @@ -1,5 +1,19 @@ ;;; bundle--qda.el --- Data and functions for qualitative data analysis +(defvar mk--qda/explain-codes + '((activity "the quality or state of being active. behavior or actions of a particular kind physical activity") + (job "a piece of work. something that has to be done (task)") + (objective "something toward which effort is directed") + (gain "something wanted or desirable") + (pain "mental or emotional distress or suffering"))) + +(defvar mk--qda/map-codes-to-questions + '((activity . how) + (job . what) + (objective . why) + (gain . why) + (pain . what))) + (defvar mk--qda/interview-questions ;; A list of user interview questions. '((general @@ -60,15 +74,6 @@ (fr "Comment gardez-vous une trace de ce que vous avez à faire au travail") (it "Come fa a tenere traccia di quello, che deve fare al lavoro?"))))) -(defvar mk--qda/explain-codes - ;; Describe codes used for thematic analysis. - '((glossary ()) - (job (Users task)) - (activity (Someone is acting)) - (gain (Outcome that users want to achieve)) - (pain (Undesired Outcome)) - (tool (A special kind of hard- or software which supports users activity)))) - (defvar mk--qda/sus-questions '(((en "I think that I would like to use this system frequently.") (de "Ich denke, dass ich dieses System häufig nutzen möchte."))