--- loncom/homework/grades.pm 2003/03/17 19:12:56 1.66.2.1
+++ 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.2.1 2003/03/17 19:12:56 albertel Exp $
+# $Id: grades.pm,v 1.67 2003/01/24 20:40:37 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -675,18 +675,18 @@ sub sub_page_js {
pWin.document.write("
");
}
- function displaySavedMsg(ctr,msg,shwsel) {
+function displaySavedMsg(ctr,msg,shwsel) {
pWin.document.write("
");
pWin.document.write("
"+ctr+"
");
pWin.document.write("
");
- pWin.document.write("
");
+ pWin.document.write("
");
}
function newMsg(newmsg,shwsel) {
pWin.document.write("
");
pWin.document.write("
New
");
pWin.document.write("
");
- pWin.document.write("
");
+ pWin.document.write("
");
}
function msgTail() {
@@ -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).'