Diff for /loncom/homework/inputtags.pm between versions 1.173 and 1.174

version 1.173, 2005/08/02 18:05:25 version 1.174, 2005/08/02 18:15:27
Line 43  sub initialize_inputtags { Line 43  sub initialize_inputtags {
     # list of all input ids seen in this problem      # list of all input ids seen in this problem
     @Apache::inputtags::inputlist=();      @Apache::inputtags::inputlist=();
     # list of all current response ids      # list of all current response ids
     @Apache::inputtags::hint=();      @Apache::inputtags::response=();
     # list of all response ids seen in this problem      # list of all response ids seen in this problem
     @Apache::inputtags::responselist=();      @Apache::inputtags::responselist=();
     # list of all current hint ids      # list of all current hint ids
     @Apache::inputtags::response=();      @Apache::inputtags::hint=();
     # list of all hint ids seen in this problem      # list of all hint ids seen in this problem
     @Apache::inputtags::hintlist=();      @Apache::inputtags::hintlist=();
     # list of whether or not a specific response was previously used      # list of whether or not a specific response was previously used

Removed from v.1.173  
changed lines
  Added in v.1.174


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