lakesare / memcode

Spaced-repetition: with real formatting.
http://memcode.com
MIT License
330 stars 71 forks source link

Suggestion: Default rating of 1 in review #93

Closed daniel-eder closed 4 years ago

daniel-eder commented 4 years ago

Currently cards are by default rated 5/5 in review, that means if one accidentally clicks next (happens easily on mobile) they might not see the card again for a long time. As there is currently no review page where one can edit the card ratings, that card is basically gone at that point.

Suggestion: Instead rate cards with 1 by default. If one clicks next the card will automatically show up in the next review and can be rated correctly.

lakesare commented 4 years ago

In most cases the answer is rated at 5 (if not initially - then in the long term). Making it 1 by default would require too many clicks per each flashcard.

I see the issue you're describing though. One way to 'reset' the flashcard is to go to the /courses/:id/learn page, then to click 'Learned Flashcards', and then to click 'ignore'&'learn' on the desired flashcard. Certainly not ideal, and I think it would be nice to have an ability to 'Reset Progress' in the 'see more actions' dropdown, e.g. upon clicking the 'MORE' button (doesn't yet exist): image

daniel-eder commented 4 years ago

The workaround is a good solution, it removes the immediate need for a reset feature. Thank you!