diff options
author | Thanos Apollo <[email protected]> | 2024-03-06 10:41:59 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-06 10:41:59 +0200 |
commit | 43c9c861656aff1f249a0dce54798f26787b0252 (patch) | |
tree | 8ebb70dfe5ee23d4e6072eff4b378394e53ca7d4 /gnosis.el | |
parent | 09ec1288d7b9446d47c8f55a758e0d142d4525d2 (diff) |
Add gnosis-mcq-guidance
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -137,6 +137,12 @@ When nil, the image will be displayed at its original size." example creates 2 cloze type notes." "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 {}" + "Guidance for MCQ note type.") + ;;; Faces (defgroup gnosis-faces nil |