cardwiki / cardwiki

A flashcard learning web app where decks can be edited collaboratively (like in a wiki).
5 stars 0 forks source link

Allow learning deck in reverse #16

Closed Otto-AA closed 4 years ago

Otto-AA commented 4 years ago

For many decks it would be useful to learn it into both directions. For instance when learning vocabulary, I would like to learn it into both directions.

As this just influences the way a deck is learned, I would keep cards and decks the same as they are currently.

To store the progress, we would could add a "reverse" boolean to Progress.Id.

Maybe it could use learning groups (see #4 ) to store which decks are learned into which direction.