acts_as_learnable 0.0.2
ActsAsLearnable is a Ruby gem for ActiveRecord models. It provides a simple way to create flashcards in your app. It automatically schedules flashcards for review depending on recall quality (1 to 5). You can easily create a Spaced Repetition System (SRS) using this gem.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord
>= 0
activesupport
>= 0