Update qda
This commit is contained in:
parent
4ca15dd0e2
commit
2f37834777
1 changed files with 14 additions and 9 deletions
|
@ -1,5 +1,19 @@
|
||||||
;;; bundle--qda.el --- Data and functions for qualitative data analysis
|
;;; bundle--qda.el --- Data and functions for qualitative data analysis
|
||||||
|
|
||||||
|
(defvar mk--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")))
|
||||||
|
|
||||||
|
(defvar mk--qda/map-codes-to-questions
|
||||||
|
'((activity . how)
|
||||||
|
(job . what)
|
||||||
|
(objective . why)
|
||||||
|
(gain . why)
|
||||||
|
(pain . what)))
|
||||||
|
|
||||||
(defvar mk--qda/interview-questions
|
(defvar mk--qda/interview-questions
|
||||||
;; A list of user interview questions.
|
;; A list of user interview questions.
|
||||||
'((general
|
'((general
|
||||||
|
@ -60,15 +74,6 @@
|
||||||
(fr "Comment gardez-vous une trace de ce que vous avez à faire au travail")
|
(fr "Comment gardez-vous une trace de ce que vous avez à faire au travail")
|
||||||
(it "Come fa a tenere traccia di quello, che deve fare al lavoro?")))))
|
(it "Come fa a tenere traccia di quello, che deve fare al lavoro?")))))
|
||||||
|
|
||||||
(defvar mk--qda/explain-codes
|
|
||||||
;; Describe codes used for thematic analysis.
|
|
||||||
'((glossary ())
|
|
||||||
(job (Users task))
|
|
||||||
(activity (Someone is acting))
|
|
||||||
(gain (Outcome that users want to achieve))
|
|
||||||
(pain (Undesired Outcome))
|
|
||||||
(tool (A special kind of hard- or software which supports users activity))))
|
|
||||||
|
|
||||||
(defvar mk--qda/sus-questions
|
(defvar mk--qda/sus-questions
|
||||||
'(((en "I think that I would like to use this system frequently.")
|
'(((en "I think that I would like to use this system frequently.")
|
||||||
(de "Ich denke, dass ich dieses System häufig nutzen möchte."))
|
(de "Ich denke, dass ich dieses System häufig nutzen möchte."))
|
||||||
|
|
Loading…
Add table
Reference in a new issue