Diff for /loncom/homework/essayresponse.pm between versions 1.99 and 1.101

version 1.99, 2009/01/21 16:17:35 version 1.101, 2009/05/23 18:07:57
Line 67  sub start_essayresponse { Line 67  sub start_essayresponse {
  '</label> <br />'.   '</label> <br />'.
  '<label>'.   '<label>'.
  '<input type="radio" name="HWDRAFT'.$part.'_'.$id.'" value="no" /> '.   '<input type="radio" name="HWDRAFT'.$part.'_'.$id.'" value="no" /> '.
  &mt('Save entries below as a draft answer (not submitting them for credit yet)').   &mt('Save entries below (not submitted for credit yet)').
  '</label>'.   '</label>'.
  '</td></tr>';   '</td></tr>';
  }   }
Line 282  sub file_submission { Line 282  sub file_submission {
                 }                  }
             }              }
         } else {          } else {
             foreach my $file (@submitted_files) {              @acceptable_files = @submitted_files;
                 push(@acceptable_files,$file);  
             }  
         }          }
         my $maxfilesize=&Apache::lonnet::EXT("resource.$part".'_'."$id.maxfilesize");          my $maxfilesize=&Apache::lonnet::EXT("resource.$part".'_'."$id.maxfilesize");
         if (!$maxfilesize) {          if (!$maxfilesize) {

Removed from v.1.99  
changed lines
  Added in v.1.101


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