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.
learn();
ONO::FW::Edu::Apps::Modules::Fractions->learn( $option, $vars_ref, $HTTP, $BASE );
returns: $WEB
number_generator();
ONO::FW::Edu::Apps::Modules::Fractions->number_generator( $i, $extypes_ref, $extype_num, $vars_ref );
returns: ($DEBUG,$qtype,$qsize,$items,$illegal,\@hide,\@nums,\@nums_simple,\@ops,\%visu)
pdf_gen_line();
ONO::FW::Edu::Apps::Modules::Fractions->pdf_gen_line( $switches, $qtype, $canvas, $pdf_x, $pdf_y, $add_x, $mul_x, $items, $hide_ref, $pos_ref, $nums_ref, $ops_ref, $visu_ref, $integers );
pdf_gen_line_item();
ONO::FW::Edu::Apps::Modules::Fractions->pdf_gen_line_item( $id, $canvas, $pdf_x, $pdf_y, $add_x, $mul_x, $hide, $hide_dev, $pos, $num1, $num2, $qtype, $integers, $switches );
pdf_gen_line_op();
ONO::FW::Edu::Apps::Modules::Fractions->pdf_gen_line_op( $id, $canvas, $pdf_x, $pdf_y, $add_x, $mul_x, $pos, $op, $qtype, $switches );