diff options
author | Thanos Apollo <[email protected]> | 2024-07-12 22:36:46 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-12 22:36:46 +0300 |
commit | 9f678e624d7e89478d0090826f813d05bb811e27 (patch) | |
tree | 458ab0bf83568a19f060d4755c05dc2d8217efea /gnosis.el | |
parent | 266790312fff722ae40e69e576fba88ec5a8cb00 (diff) |
Update commentary
Use proper sentences.
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -24,15 +24,16 @@ ;;; Commentary: -;; 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. -;; 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. +;; Gnosis is a spaced repetition system for note taking and +;; self-testing. Notes are organized in a Question/Answer/Explanation +;; format and reviewed at spaced intervals. Interval durations are +;; based on the success or failure of recalling the answer to each +;; question. + +;; Gnosis uses a highly customizable algorithm. Unlike traditional +;; methods, it doesn't depend on subjective user ratings to determine +;; the next review interval. Instead, it evaluates the user's success +;; or failure in recalling an answer by typing it. ;;; Code: |