summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnosis.el b/gnosis.el
index 17dfb59..414417b 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -138,9 +138,7 @@ When nil, the image will be displayed at its original size."
"Guidance for cloze note type.")
(defvar gnosis-mcq-guidance
- "First line is the Stem\nOptions\nEach '-' corresponds to an
-option\n-Example Option 1\n-Example Option 2\nYou can add as many
-options as you want\nCorrect Option must be inside {}"
+ '("Write question options after the `--'. Each `-' corresponds to an option\n-Example Option 1\n-{Correct Option}\nCorrect Option must be inside {}" . "Question\n--\n- Option\n- {Correct Option}")
"Guidance for MCQ note type.")
(defcustom gnosis-mcq-seperator "\n--\n"