An Open edX platform XBlock to create and display flashcards.
The flashcards are added like this:
<flashcards title="Capital cities">
<flashcard front="Croatia" back="Zagreb" />
<flashcard front="France" back="Paris" />
</flashcards>
The XBlock in Studio looks like this:
Output looks like this:
If you have a suggestion, question or found a bug, please open an issue for it.
If you want to contribute code then you're awesome, and please open a pull request with details about the changes that you propose.