Diff for /loncom/homework/essayresponse.pm between versions 1.27 and 1.31

version 1.27, 2003/04/18 07:12:13 version 1.31, 2003/04/21 20:59:02
Line 99  sub end_essayresponse { Line 99  sub end_essayresponse {
  if ($collaborators ne $previous_list);   if ($collaborators ne $previous_list);
  }   }
  if ( defined($ENV{'form.submitted'}) &&   if ( defined($ENV{'form.submitted'}) &&
      $ENV{'form.submitted'}='scantron' ) {       $ENV{'form.submitted'} eq 'scantron' ) {
     my $repetition=&Apache::response::repetition();      $increment=&Apache::response::scored_response($part,$id);
     $increment=$repetition;  
  } elsif ( defined($ENV{'form.submitted'}) ) {   } elsif ( defined($ENV{'form.submitted'}) ) {
     my $response      = $ENV{'form.HWVAL_'.$id};      my $response      = $ENV{'form.HWVAL_'.$id};
             my $filename= $ENV{'form.HWFILE'.$part.'_'.$id.'.filename'};              my $filename= $ENV{'form.HWFILE'.$part.'_'.$id.'.filename'};

Removed from v.1.27  
changed lines
  Added in v.1.31


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