Update qda
This commit is contained in:
parent
abedd71d3a
commit
4ecf269e86
1 changed files with 6 additions and 1 deletions
|
@ -1,12 +1,17 @@
|
|||
;;; 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
|
||||
'((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")
|
||||
(goal "An expectation of an end condition"))
|
||||
(goal "An expectation of an end condition")))
|
||||
|
||||
(defvar qda:map-codes-to-questions
|
||||
'((activity . how)
|
||||
|
|
Loading…
Add table
Reference in a new issue