From cb3cb61c47ab1108a28538733830895d73b3d3fa Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 25 Dec 2023 17:31:50 +0200 Subject: gnosis-review: add 0.5 delay --- gnosis.el | 7 ++++--- 1 file 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." -- cgit v1.2.3