summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnosis.el b/gnosis.el
index 137d00e..c187ada 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -151,9 +151,9 @@ car value is the prompt, cdr is the prewritten string.")
car value is the prompt, cdr is the prewritten string.")
(defvar gnosis-mc-cloze-guidance
- '("MC-Cloze format example: This is an example correct-option&-option2&-option3" . "Example correct-option&-option2&-option3"))
+ '("MC-Cloze format example: This is an example correct-option::option2::option3" . ""))
-(defcustom gnosis-mc-cloze-separator "&-"
+(defcustom gnosis-mc-cloze-separator "::"
"Sseparator for choices on multiple choice clozes."
:type 'string
:group 'gnosis)