From bfbfeb1d67d8a2f0be968d09c55d355942ecc07e Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 20 Oct 2022 11:18:26 +0200 Subject: [PATCH] Make constants for qda --- bundle/bundle--qda.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bundle/bundle--qda.el b/bundle/bundle--qda.el index c1db2414..2438a956 100644 --- a/bundle/bundle--qda.el +++ b/bundle/bundle--qda.el @@ -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?")