[LON-CAPA-cvs] cvs: loncom(version_2_12_X) /interface lonquickgrades.pm
raeburn
raeburn at source.lon-capa.org
Sat Jan 10 09:16:46 EST 2026
raeburn Sat Jan 10 14:16:46 2026 EDT
Modified files: (Branch: version_2_12_X)
/loncom/interface lonquickgrades.pm
Log:
- For 2.12
Omit "Download Multiple" section of Individual Points Overview shown to
users with grading privileges until work on this feature is complete.
Index: loncom/interface/lonquickgrades.pm
diff -u loncom/interface/lonquickgrades.pm:1.133 loncom/interface/lonquickgrades.pm:1.133.2.1
--- loncom/interface/lonquickgrades.pm:1.133 Wed Dec 24 01:14:25 2025
+++ loncom/interface/lonquickgrades.pm Sat Jan 10 14:16:46 2026
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Quick Student Grades Display
#
-# $Id: lonquickgrades.pm,v 1.133 2025/12/24 01:14:25 raeburn Exp $
+# $Id: lonquickgrades.pm,v 1.133.2.1 2026/01/10 14:16:46 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -200,41 +200,6 @@
my $udom;
my $stdid;
if ($cangrade) {
- $r->print("<h2>".&mt("Download Multiple")."</h2>".
- '<div>'.
- '<div class="LC_floatleft" style="margin-top: 0;">'.
- '<table cellspacing="5">'."\n".
- '<tr>'.
- '<th><label for="Section">'.&mt('Sections').'</label>'.
- &Apache::loncommon::help_open_topic("Chart_Sections").
- '</th>'.
- '<th><label for="Group">'.&mt('Groups').'</label></th>'.
- '<th><label for="StudentData">'.&mt('Student Data').'</label>'.
- &Apache::loncommon::help_open_topic("Chart_Student_Data").
- '</th>'.
- '<th><label for="Status">'.&mt('Access Status').'</label>'.
- &Apache::loncommon::help_open_topic("Chart_Enrollment_Status").
- '</th>'.
- '<th><label for="chartoutputmode">'.&mt('Output Format').'</label>'.
- &Apache::loncommon::help_open_topic("Chart_Output_Formats").
- '</th></tr>'."\n".
- '<tr><td align="center">'."\n".
- &Apache::lonstatistics::SectionSelect('Section','multiple',5,'Section').
- '</td><td align="center">'.
- &Apache::lonstatistics::GroupSelect('Group','multiple',5,'Group').
- '</td><td align="center">'.
- &Apache::lonstatistics::StudentDataSelect('StudentData','multiple',5,'StudentData').
- '</td><td>'."\n".
- &Apache::lonhtmlcommon::StatusOptions(undef,undef,5,'','','Status').
- '</td><td>'."\n".
- &Apache::lonstudentassessment::CreateAndParseOutputSelector().
- '</td></tr>'."\n".
- '</table></div>'."\n".
- '<div class="LC_floatleft">'.
- '<input type="submit" name="download" value="'.&mt('Display/Download Multiple Students').'" />'.
- '</div><div style="padding:0;clear:both;margin:0;border:0"></div>'."\n"
- );
- $r->print("<hr /><h2>".&mt("Display Individual")."</h2>");
if ($env{'form.uname'}) { $uname=$env{'form.uname'}; }
if ($env{'form.udom'}) { $udom=$env{'form.udom'}; }
if ($env{'form.id'}) { $stdid=$env{'form.id'}; }
More information about the LON-CAPA-cvs
mailing list