Quiz-Flashcards

 view release on metacpan or  search on metacpan

lib/Quiz/Flashcards.pm  view on Meta::CPAN

Quiz::Flashcards - Cross-platform modular flashcard GUI application

=cut

our $VERSION = '0.04';    # define version

=head1 DESCRIPTION

Created out of the need to aid in language studies while being able to quickly adapt the program for a higher learning efficiency than most showy flashcard applications allow. This application focuses not on teaching new material, but on training and...

It uses wxPerl for the GUI, which should make it work on most major desktop platforms. Additionally it stores data about the user's certainty and speed in answers in a SQLite database located in the user's data directory.

Flashcard sets as well as additional data like sound files to go along with the sets will be available as seperate modules in the Quiz::Flashcards::Sets:: and Quiz::Flashcards::Audiobanks:: namespaces.

=head1 SYNOPSIS

    use Edu::Flashcards;
    run_flashcard_app();

=head1 FUNCTIONS



( run in 0.295 second using v1.01-cache-2.11-cpan-299005ec8e3 )