Diff for /loncom/homework/inputtags.pm between versions 1.32 and 1.33

version 1.32, 2001/04/26 21:22:35 version 1.33, 2001/05/19 00:23:38
Line 11  sub BEGIN { Line 11  sub BEGIN {
   
   
 sub initialize_inputtags {  sub initialize_inputtags {
     # list of current input ids
   @Apache::inputtags::input=();    @Apache::inputtags::input=();
     # list of all input ids seen in this problem
   @Apache::inputtags::inputlist=();    @Apache::inputtags::inputlist=();
     # list of all current response ids
   @Apache::inputtags::response=();    @Apache::inputtags::response=();
     #list of all response ids seen in this problem
   @Apache::inputtags::responselist=();    @Apache::inputtags::responselist=();
   @Apache::inputtags::answergroup=();    # id of current part, 0 means that no part is current (inside <problem> only
   $Apache::inputtags::part='';    $Apache::inputtags::part='';
     # list of problem date statuses, the first element is for <problem> 
     #if there is a second element it is for the current <part>
   @Apache::inputtags::status=();    @Apache::inputtags::status=();
     #hash of defined params for the current response
   %Apache::inputtags::params=();    %Apache::inputtags::params=();
 }  }
   

Removed from v.1.32  
changed lines
  Added in v.1.33


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