Make constants for qda

This commit is contained in:
Marcus Kammer 2022-10-20 11:18:26 +02:00
parent 4ecf269e86
commit bfbfeb1d67
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -1,11 +1,13 @@
;;; bundle--qda.el --- Data and functions for qualitative data analysis
(defconst qda:websites
'("https://usability.yale.edu/"
"https://webaim.org/"
"https://digital.gov/"))
(defvar qda:explain-codes
(defconst 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")
@ -13,14 +15,14 @@
(pain "mental or emotional distress or suffering")
(goal "An expectation of an end condition")))
(defvar qda:map-codes-to-questions
(defconst qda:map-codes-to-questions
'((activity . how)
(job . what)
(objective . why)
(gain . why)
(pain . what)))
(defvar qda:interview-questions
(defconst qda:interview-questions
'((general
(en "What does your typical weekday look like?")
(de "Wie sieht Ihr typischer Arbeitstag aus?")