[LON-CAPA-cvs] cvs: loncom /homework grades.pm

bowersj2 lon-capa-cvs@mail.lon-capa.org
Thu, 21 Aug 2003 18:21:39 -0000


bowersj2		Thu Aug 21 14:21:39 2003 EDT

  Modified files:              
    /loncom/homework	grades.pm 
  Log:
  changing "sub" to "submission"; I find the abbreviation jarring and it's 
  not saving much.
  
  
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.134 loncom/homework/grades.pm:1.135
--- loncom/homework/grades.pm:1.134	Mon Aug 18 14:24:32 2003
+++ loncom/homework/grades.pm	Thu Aug 21 14:21:39 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.134 2003/08/18 18:24:32 www Exp $
+# $Id: grades.pm,v 1.135 2003/08/21 18:21:39 bowersj2 Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -517,8 +517,8 @@
     my $saveStatus = $ENV{'form.Status'} eq '' ? 'Active' : $ENV{'form.Status'};
     $ENV{'form.Status'} = $saveStatus;
 
-    $gradeTable.='<input type="radio" name="lastSub" value="lastonly" '.$checklastsub.' /> last sub only'."\n".
-	'<input type="radio" name="lastSub" value="last" /> last sub & parts info'."\n".
+    $gradeTable.='<input type="radio" name="lastSub" value="lastonly" '.$checklastsub.' /> last submission only'."\n".
+	'<input type="radio" name="lastSub" value="last" /> last submission & parts info'."\n".
 	'<input type="radio" name="lastSub" value="datesub" /> by dates and submissions'."\n".
 	'<input type="radio" name="lastSub" value="all" /> all details'."\n".
 	'<input type="hidden" name="section"     value="'.$getsec.'" />'."\n".