--- loncom/homework/grades.pm 2003/01/09 21:33:07 1.66 +++ loncom/homework/grades.pm 2003/01/24 20:40:37 1.67 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.66 2003/01/09 21:33:07 albertel Exp $ +# $Id: grades.pm,v 1.67 2003/01/24 20:40:37 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1021,7 +1021,12 @@ KEYWORDS my ($ressub,$subval) = split(/:/,$_,2); $lastsubonly.='Part '. $partid.' ( ID '.$respid. - ' )   Answer: '. + ' )   '. + ($record{"resource.$partid.$respid.uploadedurl"}? + ' File uploaded by student Like all files provided by users, this file may contain virusses
':''). + 'Answer: '. &keywords_highlight($subval).''."\n" if ($ENV{'form.lastSub'} eq 'lastonly' || ($ENV{'form.lastSub'} eq 'hdgrade' &&