From 64d34771ee0c65676a54f9fe188d2d904d6444b2 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 11 Sep 2022 10:25:46 +0200 Subject: [PATCH] Update qda --- bundle/bundle--qda.el | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--qda.el b/bundle/bundle--qda.el index c75d0913..de2bd910 100644 --- a/bundle/bundle--qda.el +++ b/bundle/bundle--qda.el @@ -1,4 +1,7 @@ +;;; bundle--qda.el --- Data and functions for qualitative data analysis + (defvar mk--qda/questions + ;; A list of user interview questions. '((general ((en "What does your typical weekday look like?") (de "Wie sieht Ihr typischer Arbeitstag aus?")) @@ -10,9 +13,18 @@ ((en "How do you currently go about [problem / task]?") (de "Wie gehen Sie derzeit [Problem/Aufgabe] an?")) ((en "What is the biggest pain point related to [problem / task]?") - (de "Was ist der größte Schmerzpunkt im Zusammenhang mit [Problem/Aufgabe]?"))))) + (de "Was ist der größte Schmerzpunkt im Zusammenhang mit [Problem/Aufgabe]?"))) + (demographic + ((en "What is the highest degree or level of education you have completed?") + (de "Welches ist der höchste Abschluss, den Sie erworben haben?")) + ((en ""))) + (standard + ((en "") + (de "") + (fr ""))))) (defvar mk--qda/explain-codes + ;; Describe codes used for thematic analysis. '((glossary (A users term)) (job (Users task)) (activity (Someone is acting))