Metadata-Version: 2.4
Name: FlashcardsXBlock
Version: 1.0.0rc2
Summary: A Flashcards XBlock for Open edX.
License-Expression: MIT
Project-URL: Homepage, https://github.com/open-craft/FlashcardsXBlock
Keywords: Python,edx
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: XBlock
Dynamic: license-file

# FlashcardsXBlock
An Open edX platform XBlock to create and display flashcards.

The flashcards are added like this:

```html
<flashcards title="Capital cities">
<flashcard front="Croatia" back="Zagreb" />
<flashcard front="France" back="Paris" />
</flashcards>
```

The XBlock in Studio looks like this:
![Flashcard_edit](flashcardsxblock_edit.png)

Output looks like this:

![Flashcard](flashcardsxblock.png)

## Want to contribute?
If you have a suggestion, question or found a bug, please [open an issue](https://github.com/vkaracic/FlashcardsXBlock/issues/new) 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.
