From 9f678e624d7e89478d0090826f813d05bb811e27 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 12 Jul 2024 22:36:46 +0300 Subject: Update commentary Use proper sentences. --- gnosis.el | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/gnosis.el b/gnosis.el index 37be8cc..95364a9 100644 --- a/gnosis.el +++ b/gnosis.el @@ -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: -- cgit v1.2.3