Make constants for qda
This commit is contained in:
parent
4ecf269e86
commit
bfbfeb1d67
1 changed files with 5 additions and 3 deletions
|
@ -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?")
|
||||
|
|
Loading…
Add table
Reference in a new issue