[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework grades.pm
raeburn
raeburn at source.lon-capa.org
Tue Sep 8 11:48:41 EDT 2020
raeburn Tue Sep 8 15:48:41 2020 EDT
Modified files: (Branch: version_2_11_X)
/loncom/homework grades.pm
Log:
- For 2.11
- Wording changes in recognition that 'Download submissions' currently only
applies to download of files submitted to an assignment.
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.596.2.12.2.52 loncom/homework/grades.pm:1.596.2.12.2.53
--- loncom/homework/grades.pm:1.596.2.12.2.52 Tue Sep 8 14:09:30 2020
+++ loncom/homework/grades.pm Tue Sep 8 15:48:41 2020
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.596.2.12.2.52 2020/09/08 14:09:30 raeburn Exp $
+# $Id: grades.pm,v 1.596.2.12.2.53 2020/09/08 15:48:41 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -9901,11 +9901,11 @@
icon => 'grade_PageFolder.png',
linktitle => 'Grade all resources in current page/sequence/folder for one student.'
},
- { linktext => 'Download submissions',
+ { linktext => 'Download submitted files',
url => $url1e,
permission => 'F',
icon => 'download_sub.png',
- linktitle => 'Download all students submissions.'
+ linktitle => 'Download all files submitted by students.'
}]},
{ categorytitle=>'Automated Grading',
items =>[
@@ -10019,7 +10019,7 @@
'<input type="hidden" name="symb" value="'.&Apache::lonenc::check_encrypt($symb).'" />'."\n";
$result.='
<h2>
- '.&mt('Select Students for whom to Download Submissions').'
+ '.&mt('Select Students for whom to Download Submitted Files').'
</h2>'.&selectfield(1).'
<input type="hidden" name="command" value="downloadfileslink" />
<input type="submit" value="'.&mt('Next').' →" />
More information about the LON-CAPA-cvs
mailing list