diff options
author | Thanos Apollo <[email protected]> | 2024-03-08 08:24:56 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-08 08:33:09 +0200 |
commit | 983be02b1fae393633141ab6cea2d8e241abcf7c (patch) | |
tree | a791ab993fbadc19583e230cea081f3bf20597c0 | |
parent | aa50cb27899a11afb1b6d1359bbf3f158a558a97 (diff) |
gnosis-mcq-guidance: Rewrite as cons
-rw-r--r-- | gnosis.el | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |