Add question catalog to qda

This commit is contained in:
Marcus Kammer 2022-09-10 20:00:18 +02:00
parent aaa81a6025
commit 88f749d058
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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 ("Whats 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