version 1.596.2.12.2.52, 2020/09/08 14:09:30
|
version 1.596.2.12.2.53, 2020/09/08 15:48:41
|
Line 9901 sub grading_menu {
|
Line 9901 sub grading_menu {
|
icon => 'grade_PageFolder.png', |
icon => 'grade_PageFolder.png', |
linktitle => 'Grade all resources in current page/sequence/folder for one student.' |
linktitle => 'Grade all resources in current page/sequence/folder for one student.' |
}, |
}, |
{ linktext => 'Download submissions', |
{ linktext => 'Download submitted files', |
url => $url1e, |
url => $url1e, |
permission => 'F', |
permission => 'F', |
icon => 'download_sub.png', |
icon => 'download_sub.png', |
linktitle => 'Download all students submissions.' |
linktitle => 'Download all files submitted by students.' |
}]}, |
}]}, |
{ categorytitle=>'Automated Grading', |
{ categorytitle=>'Automated Grading', |
items =>[ |
items =>[ |
Line 10019 sub submit_options_download {
|
Line 10019 sub submit_options_download {
|
'<input type="hidden" name="symb" value="'.&Apache::lonenc::check_encrypt($symb).'" />'."\n"; |
'<input type="hidden" name="symb" value="'.&Apache::lonenc::check_encrypt($symb).'" />'."\n"; |
$result.=' |
$result.=' |
<h2> |
<h2> |
'.&mt('Select Students for whom to Download Submissions').' |
'.&mt('Select Students for whom to Download Submitted Files').' |
</h2>'.&selectfield(1).' |
</h2>'.&selectfield(1).' |
<input type="hidden" name="command" value="downloadfileslink" /> |
<input type="hidden" name="command" value="downloadfileslink" /> |
<input type="submit" value="'.&mt('Next').' →" /> |
<input type="submit" value="'.&mt('Next').' →" /> |