Update qda

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

View file

@ -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)