summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-03-08 08:24:56 +0200
committerThanos Apollo <[email protected]>2024-03-08 08:33:09 +0200
commit983be02b1fae393633141ab6cea2d8e241abcf7c (patch)
treea791ab993fbadc19583e230cea081f3bf20597c0 /gnosis.el
parentaa50cb27899a11afb1b6d1359bbf3f158a558a97 (diff)
gnosis-mcq-guidance: Rewrite as cons
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"