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.
get_students();
ONO::FW::Edu::Apps::Modules::Random->get_students( $db, $community, $vars_ref, $workstation_virclass, $ORDER, $return_dis );
group_line();
ONO::FW::Edu::Apps::Modules::Random->group_line( );
returns: qq~</tr><tr><td></td><td></td><td><div class="large bold lightgreen p2">$_[1]</div></td></tr><tr class="vtop">~
group_select();
ONO::FW::Edu::Apps::Modules::Random->group_select( $selected, $active_students, $groups, $txt );
returns: qq~<div class="select"><select name="student_groupnum"> <option value="">$groups:</option> <option value="">----</option> $BEST $GROUPS </select></div> ~
learn();
ONO::FW::Edu::Apps::Modules::Random->learn( $option, $vars_ref, $HTTP, $BASE );
returns: $WEB