--- loncom/homework/outputtags.pm 2008/11/14 21:27:17 1.52 +++ loncom/homework/outputtags.pm 2008/11/18 19:14:28 1.53 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # tags that create controlled output # -# $Id: outputtags.pm,v 1.52 2008/11/14 21:27:17 jms Exp $ +# $Id: outputtags.pm,v 1.53 2008/11/18 19:14:28 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -38,49 +38,31 @@ relate to due dates of the assignment. This is part of the LearningOnline Network with CAPA project described at http://www.lon-capa.org. -=head1 HANDLER SUBROUTINE - -start_displayduedate() - -=head1 OTHER SUBROUTINES +=head1 SUBROUTINES =over -=item * - -initialize_outputtags() : Empties the hash of tags that have already been displayed that should only be displayed once. - -=item * - -end_displayduedate() - -=item * - -start_displaytitle() - -=item * - -end_displaytitle() +=item start_displayduedate() -=item * +=item initialize_outputtags() -multipart() +Empties the hash of tags that have already been displayed that should only be displayed once. -=item * +=item end_displayduedate() -start_displayweight() +=item start_displaytitle() -=item * +=item end_displaytitle() -end_displayweight() +=item multipart() -=item * +=item start_displayweight() -start_displaystudentphoto() +=item end_displayweight() -=item * +=item start_displaystudentphoto() -end_displaystudentphoto() +=item end_displaystudentphoto() =back