summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-07-15 10:33:58 +0300
committerThanos Apollo <[email protected]>2024-07-15 10:33:58 +0300
commite0166f34f806548e2665c0a8520efb01ccb3e8c4 (patch)
treea025d9b97ecec10f855c0c6c7c9d027e69800ed5
parent64cce8302552b3ec30787cc5b0e6feae142b4542 (diff)
demo: Add a latin phrase & update timers
-rw-r--r--gnosis.el27
1 files changed, 15 insertions, 12 deletions
diff --git a/gnosis.el b/gnosis.el
index 0e76c4b..44e3097 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -2275,13 +2275,16 @@ If STRING-SECTION is nil, apply FACE to the entire STRING."
(sit-for 1.5)
(gnosis-animate-string "--A place to store & test your knowledge--" 4 nil nil 'italic)
(sit-for 1)
- (gnosis-animate-string "The objective of gnosis is to maximize memory retention." 6 nil
+ (gnosis-animate-string "The objective of gnosis is to maximize memory retention, through repetition." 6 nil
"maximize memory retention" 'underline)
(sit-for 1)
- (gnosis-animate-string "Consistency is key; be sure to do your daily reviews!" 8 nil "Consistency is key" 'bold)
+ (gnosis-animate-string "Remember, repetitio est mater memoriae" 8 nil
+ "repetitio est mater memoriae" 'bold-italic)
+ (sit-for 0.5)
+ (gnosis-animate-string "-- repetition is the mother of memory --" 9 nil
+ "repetition is the mother of memory" 'italic)
(sit-for 1)
- (gnosis-animate-string "Create meaningful notes; Gnosis offers a plethora of note types --try them!"
- 9 nil "Create Meaningful Notes" 'bold)
+ (gnosis-animate-string "Consistency is key; be sure to do your daily reviews!" 11 nil "Consistency is key" 'bold)
(sit-for 1)
(when (y-or-n-p "Try out demo gnosis review session?")
(gnosis-demo-create-deck)
@@ -2294,16 +2297,16 @@ If STRING-SECTION is nil, apply FACE to the entire STRING."
(if (not (cl-some #'(lambda (x) (member "demo" x)) (gnosis-select 'name 'decks)))
(progn (gnosis-add-deck deck-name)
(gnosis-add-note--basic :deck deck-name
- :question "What's the =key= that was mentioned in the /demo/ of gnosis?"
- :hint "__ is key!"
- :answer "Consistency"
- :extra "/Regular review/ at increasing intervals *reinforces memory retention*. Strengthening neural connections & making it easier to recall information long-term"
+ :question "Repetitio est mater memoriae"
+ :hint "Translate this Latin phrase to English."
+ :answer "Repetition is the mother of memory"
+ :extra "/Regular review/ at increasing intervals *reinforces* *memory* *retention*. Strengthening neural connections & making it easier to recall information long-term"
:tags note-tags)
(gnosis-add-note--mc-cloze :deck deck-name
- :question "Gnosis has a plethora of note types!"
- :options '("plethora" "limited selection")
- :answer "plethora"
- :extra "*Note types include*:\n\n=MCQ=: Multiple Choice Questions, to easily copy textbook review questions :)\n=Cloze=: Fill in the blank sentences\n=Basic=: Question-Answer-Explanation note\n=Double=: Creates 2 basic notes, second one is generated with the question & answer switched\n=MC-Cloze=: Multiple question cloze question, just like this current note\n=y-or-n=: Y or N questions"
+ :question "Consistency is _key_ to using gnosis effectively."
+ :options '("Consistency" "Procrastination" "Incosistency")
+ :answer "Consistency"
+ :extra "Avoid monotony, try to engage with the material actively, and stay _consistent_!"
:tags note-tags)
(gnosis-add-note--mcq :deck deck-name
:question "Which one is the capital of Greece?"