Diff for /loncom/homework/essayresponse.pm between versions 1.102 and 1.105

version 1.102, 2010/02/28 23:37:03 version 1.105, 2010/04/20 23:59:53
Line 64  sub start_essayresponse { Line 64  sub start_essayresponse {
  $result.='<br /><table border="1">';   $result.='<br /><table border="1">';
  if (($Apache::lonhomework::type ne 'survey') &&   if (($Apache::lonhomework::type ne 'survey') &&
             ($Apache::lonhomework::type ne 'surveycred') &&              ($Apache::lonhomework::type ne 'surveycred') &&
             ($Apache::lonhomework::type eq 'anonsurvey') &&              ($Apache::lonhomework::type ne 'anonsurvey') &&
             ($Apache::lonhomework::type ne 'anonsurveycred')) {              ($Apache::lonhomework::type ne 'anonsurveycred')) {
     $result.= '<tr><td>'.      $result.= '<tr><td>'.
  '<label>'.   '<label>'.
Line 346  sub file_submission { Line 346  sub file_submission {
             }              }
         }          }
         $Apache::lonhomework::results{"resource.$part.$id.$which"}=join(',',@accepted_files);          $Apache::lonhomework::results{"resource.$part.$id.$which"}=join(',',@accepted_files);
         if (($$award eq 'INVALID_FILETYPE') || ($award eq 'EXCESS_FILESIZE')) {          if (($$award eq 'INVALID_FILETYPE') || ($$award eq 'EXCESS_FILESIZE')) {
             return;              return;
         }          }
  if (ref($uploadedflag)) {   if (ref($uploadedflag)) {

Removed from v.1.102  
changed lines
  Added in v.1.105


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