21 2
Sign in to rate

Visual Feedback for Reviews

0.02MB. Updated 2017-08-07. Only supports Anki 2.0.
The author has shared 65 other item(s).

Description

Provides feedback for reviews by flashing a small transparent image at the center of your screen that varies between lapses and passed cards. SCREENSHOT VIDEO TUTORIAL The customization and use of the Visual Feedback add-on is demonstrated in the following video (alongside other similar add-ons): COMPATIBILITY This add-on only works with Anki's stable release branch (2.0.x ≥ 2.0.30). The 2.1 beta branch is not supported at this point in time. CONFIGURATION The displayed image and the duration it is shown for can be customized by modifying the configuration section at the top of the add-on. CHANGELOG 2017-08-06 – Add configuration section 2017-06-15 – Re-upload SUPPORT Please do not report issues or bugs in the review section below, as I will not be able to reply to them nor help you. Instead, please report all issues you encounter either on GitHub, or by posting a new thread on the Anki add-on support forums while mentioning the name of the affected add-on in your thread title. CREDITS AND LICENSE This is a fork of an add-on which was removed from AnkiWeb in early 2017. The original was most likely written by nest0r/Ja-Dark who apparently deleted all of their shared Anki resources. There is no way to tell for sure since the original add-on description did not contain a copyright notice or attribution to a specific author. The modifications since the re-upload are Copyright (c) 2017 Glutanimate. Licensed under the GNU AGPL v3. The code for this add-on is available on GitHub. MORE RESOURCES A lot of my add-ons were commissioned by other Anki users. If you enjoy my work and would like to hire my services to work on an add-on or new feature, please feel free to reach out to me at: ankiglutanimate [αt] gmail . com Want to stay up-to-date with my latest add-on releases and updates? Feel free to follow me on Twitter: @Glutanimate New to Anki? Make sure to check out my YouTube channel where I post weekly tutorials on Anki add-ons and related topics: / Glutanimate

Download

The add-on author has not uploaded a version of this add-on compatible with Anki 2.1. Old add-ons for Anki 2.0 can be downloaded from the archive.

All Anki 2.1.x Add-Ons

Reviews

on 1626428546
Actually i bought this app for my iPhone and i can relate that there aren't as many functions on the mobile version as on the computer but it ist really hard to look through all the cards of the deck even on the computer. Its not even possible so its really hard to put some cards from one deck into another or so change the way of learning this card. Please include the function of searching for a word in the management of the cards. At the moment to find the crad i am looking for i have to know the cardnumbre and the word. I don't know the card numbres so how should i find the crad and when i want to look up the crad manuel there aren't even all the crads applied on the screen there are some missing so i can't find them nether.
In addition to that please change the a bit the way of applieing the cards during learning because i have to learn the cards in the way i added them to the app an actually if i add a lot of cards at the same moment it perhaps not the best way of applieing them in the same ordre i put them into the card deck. Exspecially when i chose the option of learning them in both way round then its pretty dump to show them directly after each other.
I like the way of chosing how easy it was to say the answer and then to chose when the app have to show it again but when i pay like 27,99€ for this app i expect something really good which i don't even have to synchronise manuel.
Please fix those 3 points and your app will be soooo much better than it is at the moment.
on 1609106639
nice
on 1600895194
Please port it to 2.1, please !
on 1593840344
Still working on 2.1? Or just support has ended?
on 1574201318
YES thank you !
on 1574029546
Simple but effective
on 1570730447
PLEASEEEE LET US USE THIS FOR 2.1 :(((
on 1563532506
not working in windows 10
Comment from author
Hi. Thanks for the report. However, as it says in the description above:

> Please do not use reviews for bug reports or support requests. I don't get notified of your reviews, and properly troubleshooting an issue through them is nearly impossible. Instead, please either use the issue tracker (preferred), add-on support forums, or just message me at ankiglutanimate@gmail.com. Constructive feedback and suggestions are always welcome!
Issue tracker: https://github.com/glutanimate/anki-addons-misc/issues. Instructions for reporting issues through GitHub: https://github.com/glutanimate/docs/blob/master/anki/add-ons/CONTRIBUTING.md#reporting-a-bug-or-suggesting-a-new-feature. Add-on support forums: https://anki.tenderapp.com/discussions/add-ons

To understand the importance of following this request: I haven't been able to reproduce any problems on my Windows test machines, and as the add-on is used by thousands of Windows users worldwide, it's likely that – whatever the problem – it's specific to your particular set-up. However, I am no magician, so I have no clue which add-ons or decks you're using and in which ways they might interact with the add-on. Nor do I know what exact system you're on, which Anki version you're using, what the exact symptoms are, how the add-on is configured. With the information provided in your review, I can literally do nothing to help you.

Similarly, using reviews for support requests like this is very frustrating for add-on authors, as users are unlikely to ever update them – regardless of whether their issue has been fixed or not. If you want add-on authors to keep doing their thing and not just call it quits out of demotivation, then please report bugs through the proper support channels.
on 1560029101
Good!
on 1542908927
Nice touch of style. Love this add-on. Hope to see it on 2.1 sometime
on 1539488743
SUCH A GREAT FEATURE!

But I'd like to make a change, instead of pressing 1,2,3,4...I have by answer keys set up as q,w,e,r, space bar. Which parts of the script must I change in order to use this add-on this way? Not sure what I'm doing. I'm a beginner at changing script also. Thanks for the help.

This is what my script shows:
def _keyHandler(self, evt, _old):
key = str(evt.text())
if self.state == "answer":
if key == "q":
confirm(lapsed, duration)
elif key in ("w", "e", "r"):
confirm(passed, duration)
_old(self, evt)

def _linkHandler(self, url, _old):
if url.startswith("ease") and self.state == "answer":
if int(url[4:]) == 1:
confirm(lapsed, duration)
elif int(url[4:]) in (2, 3, 4):
confirm(passed, duration)
_old(self, url)

As a previous commenter posted...
By default the cards only work when using 1, 2, 3, 4 and spacebar hotkeys. I made an edit to make this add-on also work with the handy answer key shortcut add-on. Copy paste this for the line that starts with def _keyHandler:

def _keyHandler(self, evt, _old):
key = str(evt.text())
if self.state == "answer":
if key in ("1", "j"):
confirm(lapsed, duration)
elif key in ("2", "3", "4", "k", "l", ";", " "):
confirm(passed, duration)
_old(self, evt)
on 1530638021
Act as a positive reinforcment
on 1528906691
I love it
on 1526342400
Nice!
on 1520467200
Awesome tool to make doing your cards more fun. By default the cards only work when using 1, 2, 3, 4 and spacebar hotkeys. I made an edit to make this add-on also work with the handy answer key shortcut add-on. Copy paste this for the line that starts with def _keyHandler:

def _keyHandler(self, evt, _old):
key = str(evt.text())
if self.state == "answer":
if key in ("1", "j"):
confirm(lapsed, duration)
elif key in ("2", "3", "4", "k", "l", ";", " "):
confirm(passed, duration)
_old(self, evt)

My settings under user configuration that I have enjoyed = 500 ms feedback duration instead of 250, and I turned '_ansfeed_lapsed.png' and '_ansfeed_passed.png' to '_ansfeed_lapsed3.png' and '_ansfeed_passed3.png' as I like that image better. Great add-on!
on 1513641600
Very useful! I wish the feedback would be displayed before it switches to the next card though.
on 1509494400
on 1507680000
on 1502755200
on 1502236800
on 1500768000
Nice add-on

don't remove
on 1500595200
on 1499040000