[LON-CAPA-cvs] cvs: loncom /interface lonquickgrades.pm

albertel lon-capa-cvs@mail.lon-capa.org
Sat, 11 Dec 2004 23:33:07 -0000


albertel		Sat Dec 11 18:33:07 2004 EDT

  Modified files:              
    /loncom/interface	lonquickgrades.pm 
  Log:
  - counting a problems as 'DONE' if we are past the answer date but the still have it incorrect seems to be confusing people
  
  
Index: loncom/interface/lonquickgrades.pm
diff -u loncom/interface/lonquickgrades.pm:1.32 loncom/interface/lonquickgrades.pm:1.33
--- loncom/interface/lonquickgrades.pm:1.32	Thu Oct  7 18:12:47 2004
+++ loncom/interface/lonquickgrades.pm	Sat Dec 11 18:33:05 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Quick Student Grades Display
 #
-# $Id: lonquickgrades.pm,v 1.32 2004/10/07 22:12:47 albertel Exp $
+# $Id: lonquickgrades.pm,v 1.33 2004/12/11 23:33:05 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -170,8 +170,7 @@
 		    my $status = $curRes->simpleStatus($part);
 		    my $thisright = 0;
 		    $partsCount++;
-		    if ($status == $curRes->CORRECT || 
-			$status == $curRes->INCORRECT ) {
+		    if ($status == $curRes->CORRECT ) {
 			$partsRight++;
 			$totalRight++;
 			$thisright = 1;