summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnosis.el b/gnosis.el
index 866d906..1f86d97 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -143,6 +143,14 @@ option\n-Example Option 1\n-Example Option 2\nYou can add as many
options as you want\nCorrect Option must be inside {}"
"Guidance for MCQ note type.")
+(defcustom gnosis-mcq-seperator "\n--\n"
+ "Seperator for stem field and options in mcq note type.
+
+Seperate the question/stem from options."
+ :type 'string
+ :group 'gnosis)
+
+(defcustom gnosis-mcq-option-seperator "- "
;;; Faces
(defgroup gnosis-faces nil