NAME
Quiz::Flashcards::Sets::Katakana::Romaji_Simple - Flashcard set with the basic 46 japanese katakana
VERSION
Version 0.01
DESCRIPTION
This module will provide Quiz::Flashcards with the data needed to test and train the reading of the 46 basic katakana of the japanese alphabet.
The characters are presented in UTF8 text, so your system will need to have compatible fonts installed. The answer is expected as keyboard input. Upon confirmation of the answer the set will attempt to play a sound of the syllable if Quiz::Flashcards::Audiobanks::Japanese_Syllables is installed.
SYNOPSIS
This module is used by Quiz::Flashcards and not on its own. Refer to the source code of Quiz::Flashcards for examples on how to access it.
FUNCTIONS
get_set
This function returns an array of all items in this set. The items are represented as hashes with the following members: question
, answer
, question_type
, answer_type
, audiobank
, audio_file
.
AUTHOR
Christian Walde, <mithaldu at yahoo.de>
BUGS
Please report any bugs or feature requests to bug-Quiz-flashcards-sets-Katakana-romaji_simple at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Quiz-Flashcards-Sets-Katakana-Romaji_Simple. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
Please refer to Quiz::Flashcards for further information.
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.