The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

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 reinforcing already learned material.

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.

SYNOPSIS

    use Edu::Flashcards;
    run_flashcard_app();

FUNCTIONS

run_flashcard_app

Starts the application itself.

AUTHOR

Christian Walde, <mithaldu at yahoo.de>

BUGS

Please report any bugs or feature requests to bug-Quiz-flashcards at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Quiz-Flashcards. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find the source code repository with public read access on Google Code.

You can find documentation for this module with the perldoc command.

    perldoc Quiz::Flashcards

You can also look for information at:

RELATED

Wx, DBD::SQLite

COPYRIGHT & LICENSE

Copyright 2009 Christian Walde, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.