branch: elpa/gnosis commit 64efdb4cd1d83be2e1efaf50a3c309f5cfe3c1a4 Author: Thanos Apollo <pub...@thanosapollo.org> Commit: Thanos Apollo <pub...@thanosapollo.org>
docs: Add MCQ format example. --- doc/gnosis.info | 78 +++++++++++++++++++++++++++++++++++++++++++-------------- doc/gnosis.org | 37 +++++++++++++++++++++++++++ doc/gnosis.texi | 38 ++++++++++++++++++++++++++++ 3 files changed, 134 insertions(+), 19 deletions(-) diff --git a/doc/gnosis.info b/doc/gnosis.info index 2d174b82ad..0efd83c441 100644 --- a/doc/gnosis.info +++ b/doc/gnosis.info @@ -47,6 +47,7 @@ This manual is written for Gnosis version 0.5.0, released on 2025-06-17. Note Types * Cloze:: +* MCQ:: Cloze @@ -131,9 +132,10 @@ their type*), separated by ‘gnosis-export-separator’, which defaults to * Menu: * Cloze:: +* MCQ:: -File: gnosis.info, Node: Cloze, Up: Note Types +File: gnosis.info, Node: Cloze, Next: MCQ, Up: Note Types 3.1 Cloze ========= @@ -215,6 +217,43 @@ File: gnosis.info, Node: Using anki-like syntax, Prev: Default cloze format, acetylcholine, include whitespace in the cloze to denote a single word. + +File: gnosis.info, Node: MCQ, Prev: Cloze, Up: Note Types + +3.2 MCQ +======= + +Example format: + + * Thema :clinical: + :PROPERTIES: + :GNOSIS_ID: NEW + :GNOSIS_TYPE: mcq + :END: + ** Keimenon + A 60-year-old man comes to the physician with chills, nausea, and + diffuse muscle aches for 3 days. His niece had similar symptoms 2 + weeks ago and H3N2 influenza strain was isolated from her respiratory + secretions. He received his influenza vaccination 2 months ago. His + temperature is 38.5°C. A rapid influenza test is + positive. Which of the following mechanisms best explains this + patient's infection despite vaccination? + + ** Hypothesis + - Random point mutations within viral genome + - Complementing with functional viral proteins + - Exchange of viral genes between chromosomes + - Reassortment of viral RNA segments + - Acquisition of viral surface proteins + + ** Answer + - Random point mutations within viral genome + + ** Parathema + Random point mutations within the viral genome are responsible for + antigenic drift, which creates a new virus strain. + + File: gnosis.info, Node: Linking gnosis notes to org-gnosis content, Next: Customization, Prev: Note Types, Up: Top @@ -430,24 +469,25 @@ find on the git log. Tag Table: Node: Top209 -Node: Introduction1604 -Node: Adding notes2526 -Node: Note Types2780 -Node: Cloze3736 -Node: Default cloze format4113 -Node: Using anki-like syntax4725 -Node: Linking gnosis notes to org-gnosis content5817 -Node: Customization6397 -Node: Typos | String Comparison6599 -Node: Gnosis Algorithm7355 -Node: Anagnosis Event8002 -Node: Proto8743 -Node: Editing notes9510 -Node: Sync between devices9902 -Node: Interactions with other software10978 -Node: emacs-no-littering11204 -Node: Contributing11704 -Node: How to create a patch12046 +Node: Introduction1612 +Node: Adding notes2534 +Node: Note Types2788 +Node: Cloze3752 +Node: Default cloze format4141 +Node: Using anki-like syntax4753 +Node: MCQ5845 +Node: Linking gnosis notes to org-gnosis content7050 +Node: Customization7630 +Node: Typos | String Comparison7832 +Node: Gnosis Algorithm8588 +Node: Anagnosis Event9235 +Node: Proto9976 +Node: Editing notes10743 +Node: Sync between devices11135 +Node: Interactions with other software12211 +Node: emacs-no-littering12437 +Node: Contributing12937 +Node: How to create a patch13279 End Tag Table diff --git a/doc/gnosis.org b/doc/gnosis.org index 4a62bd9ae5..b2bee39685 100644 --- a/doc/gnosis.org +++ b/doc/gnosis.org @@ -151,6 +151,43 @@ You can format clozes like Anki if you so prefer with hints; e.g ~{{c1::Cyprohep acetylcholine, include whitespace in the cloze to denote a single word. +** MCQ +:PROPERTIES: +:CUSTOM_ID: MCQ +:END: +Example format: +#+begin_src org + + ,* Thema :clinical: + :PROPERTIES: + :GNOSIS_ID: NEW + :GNOSIS_TYPE: mcq + :END: + ,** Keimenon + A 60-year-old man comes to the physician with chills, nausea, and + diffuse muscle aches for 3 days. His niece had similar symptoms 2 + weeks ago and H3N2 influenza strain was isolated from her respiratory + secretions. He received his influenza vaccination 2 months ago. His + temperature is 38.5°C. A rapid influenza test is + positive. Which of the following mechanisms best explains this + patient's infection despite vaccination? + + ,** Hypothesis + - Random point mutations within viral genome + - Complementing with functional viral proteins + - Exchange of viral genes between chromosomes + - Reassortment of viral RNA segments + - Acquisition of viral surface proteins + + ,** Answer + - Random point mutations within viral genome + + ,** Parathema + Random point mutations within the viral genome are responsible for + antigenic drift, which creates a new virus strain. + +#+end_src + * Linking gnosis notes to org-gnosis content /org-gnosis is the note taking module of gnosis/ diff --git a/doc/gnosis.texi b/doc/gnosis.texi index ab06ca84bf..6181900967 100644 --- a/doc/gnosis.texi +++ b/doc/gnosis.texi @@ -76,6 +76,7 @@ Git repositories: Note Types * Cloze:: +* MCQ:: Cloze @@ -159,6 +160,7 @@ their type}), separated by @samp{gnosis-export-separator}, which defaults to @menu * Cloze:: +* MCQ:: @end menu @node Cloze @@ -249,6 +251,42 @@ word. @end itemize @end itemize +@node MCQ +@section MCQ + +Example format: +@example + +* Thema :clinical: +:PROPERTIES: +:GNOSIS_ID: NEW +:GNOSIS_TYPE: mcq +:END: +** Keimenon +A 60-year-old man comes to the physician with chills, nausea, and +diffuse muscle aches for 3 days. His niece had similar symptoms 2 +weeks ago and H3N2 influenza strain was isolated from her respiratory +secretions. He received his influenza vaccination 2 months ago. His +temperature is 38.5°C. A rapid influenza test is +positive. Which of the following mechanisms best explains this +patient's infection despite vaccination? + +** Hypothesis +- Random point mutations within viral genome +- Complementing with functional viral proteins +- Exchange of viral genes between chromosomes +- Reassortment of viral RNA segments +- Acquisition of viral surface proteins + +** Answer +- Random point mutations within viral genome + +** Parathema +Random point mutations within the viral genome are responsible for +antigenic drift, which creates a new virus strain. + +@end example + @node Linking gnosis notes to org-gnosis content @chapter Linking gnosis notes to org-gnosis content