/FlashcardsXBlock

An Open edX platform XBlock to create and display flashcards.

Primary LanguagePythonApache License 2.0Apache-2.0

FlashcardsXBlock

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: Flashcard_edit

Output looks like this:

Flashcard

Want to contribute?

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.