--- loncom/homework/imageresponse.pm 2008/11/12 20:01:21 1.95 +++ loncom/homework/imageresponse.pm 2008/11/18 19:14:28 1.96 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # image click response style # -# $Id: imageresponse.pm,v 1.95 2008/11/12 20:01:21 jms Exp $ +# $Id: imageresponse.pm,v 1.96 2008/11/18 19:14:28 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -41,134 +41,69 @@ Coordinates the response to clicking an This is part of the LearningOnline Network with CAPA project described at http://www.lon-capa.org. -=head1 HANDLER SUBROUTINE - - - -=head1 OTHER SUBROUTINES +=head1 SUBROUTINES =over -=item * - -start_imageresponse() - -=item * - -end_imageresponse() - -=item * - -start_foilgroup() - -=item * - -getfoilcounts() - -=item * - -whichfoils() - -=item * - -prep_image() - -=item * - -draw_image() - -=item * - -displayfoils() - -=item * - -format_prior_response() - -=item * - -display_answers() - -=item * - -clean_up_image() - -=item * - -gradefoils() - -=item * - -stringify_submission() - -=item * - -get_submission() - -=item * - -end_foilgroup() - -=item * - -start_conceptgroup() +=item start_imageresponse() -=item * +=item end_imageresponse() -end_conceptgroup() +=item start_foilgroup() -=item * +=item getfoilcounts() -insert_foil() +=item whichfoils() -=item * +=item prep_image() -start_foil() +=item draw_image() -=item * +=item displayfoils() -end_foil() +=item format_prior_response() -=item * +=item display_answers() -start_text() +=item clean_up_image() -=item * +=item gradefoils() -end_text() +=item stringify_submission() -=item * +=item get_submission() -start_image() +=item end_foilgroup() +=item start_conceptgroup() -=item * +=item end_conceptgroup() -end_image() +=item insert_foil() -=item * +=item start_foil() -start_rectangle() +=item end_foil() -=item * +=item start_text() -grade_rectangle() +=item end_text() -=item * +=item start_image() -end_rectangle() +=item end_image() -=item * +=item start_rectangle() -start_polygon() +=item grade_rectangle() -=item * +=item end_rectangle() -grade_polygon() +=item start_polygon() -=item * +=item grade_polygon() -end_polygon() +=item end_polygon() =back