Add question catalog to qda
This commit is contained in:
parent
aaa81a6025
commit
88f749d058
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
(defvar mk--qda/questions '((general ("What does your typical weekday look like?" "Wie sieht Ihr typischer Arbeitstag aus?")
|
||||||
|
("Tell me about your role at your company?" "Erzählen Sie mir etwas über Ihre Rolle in Ihrem Unternehmen?"))
|
||||||
|
(task ("What’s the hardest part about [problem / task]?" "Was ist das Schwierigste an [Problem/Aufgabe]?")
|
||||||
|
("How do you currently go about [problem / task]?" "Wie gehen Sie derzeit [Problem/Aufgabe] an?")
|
||||||
|
("What is the biggest pain point related to [problem / task]?" "Was ist der größte Schmerzpunkt im Zusammenhang mit [Problem/Aufgabe]?"))))
|
||||||
|
|
||||||
(use-package subed
|
(use-package subed
|
||||||
:config
|
:config
|
||||||
;; Disable automatic movement of point by default
|
;; Disable automatic movement of point by default
|
||||||
|
|
Loading…
Add table
Reference in a new issue