[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /homework grades.pm
raeburn
raeburn at source.lon-capa.org
Mon Nov 14 18:34:32 EST 2011
raeburn Mon Nov 14 23:34:32 2011 EDT
Modified files: (Branch: version_2_10_X)
/loncom/homework grades.pm
Log:
- Modify change in rev. 1.596.2.4 which was preventing display of resource
info when showing result of grade assignments based on clicker file data.
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.596.2.9 loncom/homework/grades.pm:1.596.2.10
--- loncom/homework/grades.pm:1.596.2.9 Sun Oct 23 02:15:25 2011
+++ loncom/homework/grades.pm Mon Nov 14 23:34:31 2011
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.596.2.9 2011/10/23 02:15:25 raeburn Exp $
+# $Id: grades.pm,v 1.596.2.10 2011/11/14 23:34:31 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -9382,9 +9382,10 @@
# FIXME: This should probably look for the first handgradeable part
my $part=$$partlist[0];
# Start screen output
- my ($result) = &showResourceInfo($symb,$env{'form.probTitle'}).'<br />';
+ my ($result) = &showResourceInfo($symb,$env{'form.probTitle'});
- $result .= &Apache::loncommon::start_data_table().
+ $result .= '<br />'.
+ &Apache::loncommon::start_data_table().
&Apache::loncommon::start_data_table_header_row().
'<th>'.&mt('Assigning grades based on clicker file').'</th>'.
&Apache::loncommon::end_data_table_header_row().
More information about the LON-CAPA-cvs
mailing list