From 361584bfcafb7d757455c8df427e082a7b53a4e4 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 8 Mar 2024 08:20:20 +0200 Subject: Add gnosis-mcq-seperator Seperate the stem field from the options --- gnosis.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnosis.el b/gnosis.el index 866d906..1f86d97 100644 --- a/gnosis.el +++ b/gnosis.el @@ -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 -- cgit v1.2.3