Skip to content

An Open edX platform XBlock to create and display flashcards.

License

Notifications You must be signed in to change notification settings

open-craft/FlashcardsXBlock

 
 

Repository files navigation

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.

About

An Open edX platform XBlock to create and display flashcards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 41.6%
  • JavaScript 20.7%
  • HTML 20.5%
  • CSS 17.2%