This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Easy Flashcards

Description

Create a txt file containing the flashcards you wish to integrate. Example:

genk.txt:
{
“q1”:{“q”:”2 to the 10th?”, “a”:”1024″},
“q2”:{“q”:”Value of PI?”, “a”:”3.14″}
}

Load the file to your website.
Then, in the page, add the flashcard:

[easyfc title=”General Knowledge” file=”wp-content/uploads/2020/12/genk.txt”/]

And that’s it. If you want to customize the look, modify easyfc.css.

Screenshots

  • Front of the card
  • Back of the card

FAQ

N/A

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Easy Flashcards” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Easy Flashcards” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

Initial upload