This module is a front end application module wrapper that has been created for the Morzino Project (morzino.com) and that has been released as Open Source software.
Note that this is NOT a self-contained application, it is only a wrapper that makes heavy use of the ONO Perl Framework application engine.
clean_words();
ONO::FW::Edu::Apps::Modules::Vocabulary->clean_words( );
returns: ($words[0],$words[1])
get_data();
ONO::FW::Edu::Apps::Modules::Vocabulary->get_data( );
returns: @data
learn();
ONO::FW::Edu::Apps::Modules::Vocabulary->learn( $option, $vars_ref, $HTTP, $BASE );
returns: $WEB
multi_choice_bad_answer();
ONO::FW::Edu::Apps::Modules::Vocabulary->multi_choice_bad_answer( $use_answer, $use_answer_short, $bad_answer );
returns: ($false,$MARK,$false_help)
multi_choice_bad_answer_img();
ONO::FW::Edu::Apps::Modules::Vocabulary->multi_choice_bad_answer_img( $init, $number, $simple_ids, $total_pix );
multi_choice_gen();
ONO::FW::Edu::Apps::Modules::Vocabulary->multi_choice_gen( $use_answer, $WORDLIST_ref, $flip, $flip_never );
returns: ($use_answer_short,@bad_answer)
remove_article();
ONO::FW::Edu::Apps::Modules::Vocabulary->remove_article( );
returns: ($word,$article)