AshleyF / briefcubing

briefcubing.com site
MIT License
27 stars 7 forks source link

Adds a weighted random option based on the failure rate. #14

Closed kliu99 closed 3 years ago

kliu99 commented 3 years ago

When drilling an alg, the more you fail, the more you should practice it. Adding an option to allow weighted random based on the failure rate. This PR includes the following changes:

  1. Changed the random option from a slider (on/off) to a dropdown select (off/balanced/weighted by incorrectness)
  2. Render the success rate in the UI.

Please let me know what you think. :)

AshleyF commented 3 years ago

This is brilliant! Thanks so much for the pull request