From 983be02b1fae393633141ab6cea2d8e241abcf7c Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 8 Mar 2024 08:24:56 +0200 Subject: gnosis-mcq-guidance: Rewrite as cons --- gnosis.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnosis.el b/gnosis.el index 17dfb59..414417b 100644 --- a/gnosis.el +++ b/gnosis.el @@ -138,9 +138,7 @@ When nil, the image will be displayed at its original size." "Guidance for cloze note type.") (defvar gnosis-mcq-guidance - "First line is the Stem\nOptions\nEach '-' corresponds to an -option\n-Example Option 1\n-Example Option 2\nYou can add as many -options as you want\nCorrect Option must be inside {}" + '("Write question options after the `--'. Each `-' corresponds to an option\n-Example Option 1\n-{Correct Option}\nCorrect Option must be inside {}" . "Question\n--\n- Option\n- {Correct Option}") "Guidance for MCQ note type.") (defcustom gnosis-mcq-seperator "\n--\n" -- cgit v1.2.3