Diff for /loncom/homework/radiobuttonresponse.pm between versions 1.137 and 1.138

version 1.137, 2008/11/14 21:27:17 version 1.138, 2008/11/18 19:14:28
Line 37  Handles multiple-choice style responses. Line 37  Handles multiple-choice style responses.
 This is part of the LearningOnline Network with CAPA project  This is part of the LearningOnline Network with CAPA project
 described at http://www.lon-capa.org.  described at http://www.lon-capa.org.
   
 =head1 HANDLER SUBROUTINE  =head1 SUBROUTINES
   
 start_radiobuttonresponse()  
   
 =head1 OTHER SUBROUTINES  
   
 =over  =over
   
 =item *  =item start_radiobuttonresponse()
   
 bubble_line_count()  
   
 =item *  
   
 end_radiobuttonresponse()  
   
 =item *  
   
 start_foilgroup()  
   
 =item *  
   
 storesurvey()  
   
 =item *  
   
 grade_response()  =item bubble_line_count()
   
 =item *  =item end_radiobuttonresponse()
   
 end_foilgroup()  =item start_foilgroup()
   
 =item *  =item storesurvey()
   
 getfoilcounts()  =item grade_response()
   
 =item *  =item end_foilgroup()
   
 format_prior_answer()  =item getfoilcounts()
   
 =item *  =item format_prior_answer()
   
 displayallfoils()  =item displayallfoils()
   
 =item *  =item &whichfoils($max,$randomize)
   
 &whichfoils($max,$randomize)  
   
 Randomizes the list of foils.  Randomizes the list of foils.
 Respects  Respects
Line 107  Returns Line 85  Returns
   $answer - location in the array of the correct answer    $answer - location in the array of the correct answer
   @foils  - array of foil names in to display order    @foils  - array of foil names in to display order
   
 =item *  =item displayfoils()
   
 displayfoils()  
   
 =item *  
   
 displayallanswers()  
   
 =item *  
   
 displayanswers()  
   
 =item *  
   
 start_conceptgroup()  
   
 =item *  
   
 end_conceptgroup()  
   
 =item *  =item displayallanswers()
   
 insert_conceptgroup()  =item displayanswers()
   
 =item *  =item start_conceptgroup()
   
 start_foil()  =item end_conceptgroup()
   
 =item *  =item insert_conceptgroup()
   
 end_foil()  =item start_foil()
   
 =item *  =item end_foil()
   
 insert_foil()  =item insert_foil()
   
 =back  =back
   

Removed from v.1.137  
changed lines
  Added in v.1.138


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>