vengeorgeb
Member
Registered: 2008-12-22
Posts: 308
I am looking for your opinion and ideas on how to improve the UI usability (which I think would have a tremendous impact in the memory strength (thus improving performance and possibly affecting the capacity of retention overall) as it has a direct effect on the user's mood and disposition) of the SRS concept used by the SRS application of your choice.
Last edited by vengeorgeb (2011 July 02, 11:07 am)
Jarvik7
Member
From: 名古屋
Registered: 2007-03-05
Posts: 3946
I make rather simple decks (no sound, no color, graphics only when a description won't suffice, such as with plant names), so it hasn't been a problem. One thing I'd like is some sort of dashboard when you open anki that lists all of the decks that you are using (and want shown) showing what is due in each, maybe as graphs. Resolve has said that it is one of his goals for 1.0 iirc.
Last edited by Jarvik7 (2009 May 30, 12:25 am)
harhol
Member
From: United Kingdom
Registered: 2009-04-03
Posts: 496
Can you schedule Anki to automatically open at specific times and jump right into reviews on your latest deck? If not, that'd be a nice feature for the procrastinators amongst us. I find myself opening it, seeing 70 or 80 reviews are due, closing it, forgetting about it before I go to sleep and waking up to 200+ reviews...
Last edited by harhol (2009 May 30, 12:37 am)
Codexus
Member
From: Switzerland
Registered: 2007-11-27
Posts: 721
- More flexibility, when decks start to grow and due cards accumulate, you need to have powerful tools to choose what to review and in what order. There aren't enough option for that. For example, defining virtual sets of cards based on some search criteria would be awesome.
- When working with multiple decks, it would be really cool to also have a screen that can give you the status of all your decks.
- Since this topic is about imagination, here's one that would really hard to get right. The ability to work on the word or character level would be a significant step. When you fail a card, you could blame the failure on a particular word or character and instead of repeating the same card after a few days, the software would show you a different card using the same word.
mullr
Member
Registered: 2005-10-30
Posts: 67
I have two Anki complaints, both about using it with Japanese.
1) Why doesn't it know the readings for the kanji I just typed in? I just typed it, the computer should know this.
2) When I'm reviewing recognition, when I flip the card it should show the reading as furigana instead of as a separate field down below.
Now, I'm a computer programmer by trade and I've dealt with IMEs. So I know very well that (1) probably can't be done. Even if it could, it would break with copy/paste and import use cases. BUT I think there are some ways you could mitigate the autofill: when there are alternative choices for a reading, the text field could be a little smart about it. So instead of having to use ~30 keystrokes to edit the text to get the right reading, it could instead let me choose reading #1 or #2 with a single keystroke and then jump to the next one.
(2) is... nontrivial. I know, I tried to write an anki extension to do it. I ended up needing to hook into the reading generator (forgot the name) in order to get enough data to disambiguate various cases, but I got sick of it and gave up at that point. I don't know if such a thing *can* be done automatically. But maybe, just maybe, if it could remember the choices I made when setting up the reading field...