summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnosis.el b/gnosis.el
index 0fb7ca8..30b90d5 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -240,9 +240,10 @@ Returns a list of the form (ef-increase ef-decrease ef)."
(if (equal (nth (- answer 1) choices) user-choice)
(progn (gnosis-review--success id)
(message "Correct!"))
- (message "False")))
- (gnosis-display--correct-answer-mcq id)
- (gnosis-display--extra id))
+ (message "False"))
+ (sit-for 0.5)
+ (gnosis-display--correct-answer-mcq id user-choice)
+ (gnosis-display--extra id)))
(defun gnosis-review-note (id)
"Start review for note with value of id ID."