VivekThazhathattil / dekadico

Android app for memory training of spoken numbers. Available in F-Droid.
MIT License
13 stars 3 forks source link

Create self evaluation mode for recalling digits #5

Closed VivekThazhathattil closed 2 years ago

VivekThazhathattil commented 2 years ago

Currently, the fragment which handles recall only has the option to view the recited numbers one by one or view them all at once. It would be better to include a self evaluation mode, wherein the user can type in the memorized digits one by one and upon pressing a button, would show them how many of their entries were correct. There should be a switch in the 'main' fragment to enable or disable the self-evaluation mode. The enabled option should be saved to sharedPreferences and should display the self-evaluation fragment in the recall mode. If disabled, the older recall fragment (with the regular view digits one by one or view them together) should be used.

VivekThazhathattil commented 2 years ago

Implemented!