diff options
author | Thanos Apollo <[email protected]> | 2024-06-28 04:18:23 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-06-28 04:18:23 +0300 |
commit | 86838616cb1f77a0f253bec04201cea8ed158d7e (patch) | |
tree | a25f200085693805b607a5db58a855c8f834ee6b | |
parent | cb973737d8ae90c3bfb88cf86f2bbbabad10a743 (diff) |
Update gnosis-mc-cloze guidance & separator
-rw-r--r-- | gnosis.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |