diff options
author | Thanos Apollo <[email protected]> | 2024-03-04 03:37:03 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-04 03:37:03 +0200 |
commit | a3ff4c5db800aa76231de5ae990deee92903939f (patch) | |
tree | 541d33e36248cf3b75a4430a543272ab0bc12987 /gnosis.el | |
parent | 47d3b747c40c7287906ce608fc378426f5c1cde9 (diff) |
packaging: Update package commentary
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -24,14 +24,16 @@ ;;; Commentary: -;; Gnosis, pronounced "noh-sis", is a spaced repetition system for -;; note taking & self testing, where notes are taken in a -;; Question/Answer/Explanation format & reviewed in spaced -;; intervals. -;; -;; Gnosis can help you better understand and retain the material by -;; encouraging active engagement. It also provides a clear structure for -;; your notes & review sessions, making it easier to study. +;; Gnosis, is a spaced repetition system for note taking & self +;; testing, where notes are taken in a Question/Answer/Explanation +;; format & reviewed in spaced intervals, determined by the success or +;; failure to recall a given answer for question. + +;; Gnosis implements a highly customizable algorithm, inspired by SM-2 +;; that is used by Anki. Gnosis algorithm does not use user's +;; subjective rating of a note to determine the next review interval, +;; but instead uses the user's success or failure in recalling the +;; answer of a note. ;;; Code: |