diff options
author | Thanos Apollo <[email protected]> | 2024-03-08 08:20:20 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-08 08:33:08 +0200 |
commit | 361584bfcafb7d757455c8df427e082a7b53a4e4 (patch) | |
tree | 9ee33d57b4418afbbcf379f2ad7fcc94f29c20e8 /gnosis.el | |
parent | d804600610b61908b02ead8c98dc52008c2d698e (diff) |
Add gnosis-mcq-seperator
Seperate the stem field from the options
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -143,6 +143,14 @@ option\n-Example Option 1\n-Example Option 2\nYou can add as many options as you want\nCorrect Option must be inside {}" "Guidance for MCQ note type.") +(defcustom gnosis-mcq-seperator "\n--\n" + "Seperator for stem field and options in mcq note type. + +Seperate the question/stem from options." + :type 'string + :group 'gnosis) + +(defcustom gnosis-mcq-option-seperator "- " ;;; Faces (defgroup gnosis-faces nil |