From 4ecf269e865388a3e5116319e78d7f110170fb14 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Tue, 18 Oct 2022 20:19:59 +0200 Subject: [PATCH] Update qda --- bundle/bundle--qda.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--qda.el b/bundle/bundle--qda.el index ad60f142..c1db2414 100644 --- a/bundle/bundle--qda.el +++ b/bundle/bundle--qda.el @@ -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)