Update qda
This commit is contained in:
parent
8d6efc2453
commit
64d34771ee
1 changed files with 13 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue