summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-06-28 04:18:23 +0300
committerThanos Apollo <[email protected]>2024-06-28 04:18:23 +0300
commit86838616cb1f77a0f253bec04201cea8ed158d7e (patch)
treea25f200085693805b607a5db58a855c8f834ee6b /gnosis.el
parentcb973737d8ae90c3bfb88cf86f2bbbabad10a743 (diff)
Update gnosis-mc-cloze guidance & separator
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)