Check if w_15 (a parameter in the parameters field) is <0.01
Check if RMSE is >5.0%
Check if the number of reviews is >1000, just to avoid false positives
If all 3 are true, display the following pop-up message:
There is a possibility that you are using the Hard button incorrectly. When you press Hard, Anki assumes that you have successfully recalled the card.
Please keep in mind that Hard is not “fail”, it’s “pass”.
It’s not 100% reliable, but it should be reliable enough. And it’s as simple as it gets: three else-if statements and a pop-up. Doesn’t get much simpler than this.
EDIT: nevermind, LMSherlock found a problem with my idea.
But it will be hard to do in mobile clients where most reviews happen IMO. You don’t have enough space to put a gap between Again and other buttons and similar coloured buttons would be a nightmare to distinguish from each other.
Dae is simply prioritising other stuff, so you are not convincing him with a survey. Might be useful for future reference though.
Around 75% of users think that it’s helpful for solving tbe problem with misusing Hard. I deliberately asked two different questions - do you like it vs do you think it’s helpful. There are more people who think that it’s helpful than people who like it.
@dae this should give you a good idea how many users are misusing Hard, and maybe nudge you towards a UI redesign.
@L.M.Sherlock so do you think my idea with detecting who is misusing Hard based on w_15 and RMSE will work? I think it will.
It will most likely produce more false negatives (the user IS misusing Hard, but the system didn’t detect it) than false positives (the user isn’t misusing Hard, but got a pop-up). I think that’s good, it means that it won’t be an annoyance for normal users.
I mean look at the colours we have. I already think it’s easy to categorise the buttons into Good+Easy/Again+Hard. If you now look at the colours Again+Hard have very similar looking colours.
I’d expect the colours to communicate something but here they have the potential to miscommunicate. Making Hard+Good+Easy different shades of the same colour (or different but similar colours) might be a good idea (I mean, all green can confuse you). But clearly, something needs changing here.
(I checked and found the same issue with AnkiMobile)
I’m a beginner when it comes to Anki so correct me if I’m wrong but the wording doesn’t seem that intuitive. “Good” should probably be the most casual button when it comes to grading a card as correct, so “I hesitated a little” might spark some confusion to some users. Removing that part and only leaving “My answer was correct” is better imo. I agree with the other buttons, though the “easy” one might benefit from some other wording.
u come up with some hilarious phrases. tbh, we can have some accessibility setting to change colours. well, we wouldn’t need to do any of this if 2 button mode became a default option.
How confident do you think about the detecting method? My prior is 50%. If we could collect some data from those respondents and check whether their w_15 is close to 0, I will be more confident.