acts_as_learnable 0.1.1
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:
=
安装:
=
Runtime 依赖 (2):
activerecord
~> 4.0
activesupport
~> 4.0